我在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中,我可以使用凭证用户登录到它:mysqlusr和密码:密码。
答案 0 :(得分:0)
你需要一个足够的pgloader才能使用该命令行语法,看起来你正在使用旧版本。你有哪个版本的pgloader?