Ubuntu で次のコマンドを使用して pgloader をインストールしました。
$ apt-get install pgloader
次のコマンドを使用して、サンプル データベースを mysql から postgrs に移動しようとすると、
createdb pagila
pgloader mysql://mysqlusr:password@localhost/sampledb postgresql:///pagila
次のエラーが表示されます
**Error: 'mysql://mysqlusr:password@127.0.0.1:3306/sampledb' does not exists as a section nor as a file**
sampledb データベースは mysql に存在し、資格情報 user: mysqlusr および password: password を使用してログインできます。