Open maxbec opened 1 year ago
@maxbec Were you able to figure this out and/or use a different tool?
I'm also having issue with Neon postgres using the connection string provided by the Neon Console.
Put the endpoint in the password field instead, followed by ;
:
pgloader -d "mysql://[user]:[password]@[host]:[port]/db" "postgres://default:endpoint=ep-morning-disk-[id];[password]@ep-morning-disk-[id].eu-central-1.postgres.vercel-storage.com:5432/[dbname]?sslmode=require"
If you get a parsing error because of the ;
, try creating a config file and doing pgloader file.load
.
Source: https://neon.tech/docs/import/migrate-mysql#retrieve-your-neon-database-connection-string
[x] pgloader --version
No
[x] did you search for other similar issues?
[x] how can I reproduce the bug?
It seems like the options URI argument ist not supported. But neon.tech databases require it. Any idea how to fix this?