当我在我的 macOS Catalina 10.15.7 中使用此命令将数据迁移mysql 5.17.1
到postgresql 13
pgloader mysql://root:udUS1y5Mb634ugPD@17.101.228.134:3309/common postgresql://postgres:postgres123456@postgres.dolphin.com:5432/dolphin
显示此错误:
2021-02-02T14:35:18.015000Z LOG pgloader version "3.6.2"
2021-02-02T14:35:18.017000Z LOG Data errors in '/private/tmp/pgloader/'
KABOOM!
FATAL error: Failed to connect to pgsql at "postgres.dolphin.com" (port 5432) as user "postgres": 10 fell through ECASE expression. Wanted one of (0 2 3 4 5 6 7 8).
An unhandled error condition has been signalled:
Failed to connect to pgsql at "postgres.dolphin.com" (port 5432) as user "postgres": 10 fell through ECASE expression. Wanted one of (0 2 3 4 5 6 7 8).
What I am doing here?
Failed to connect to pgsql at "postgres.dolphin.com" (port 5432) as user "postgres": 10 fell through ECASE expression. Wanted one of (0 2 3 4 5 6 7 8).
(base)
我读了这个问题有同样的问题,但仍然不知道问题出在哪里。我应该怎么做才能解决这个问题?