NeonN
Neon2y ago
36 replies
brilliant-lime

Migrating to Neon using PgLoader

Im trying to use pgloader to migrate from aurora serverless mysql to Neon :neon: ?
Im basically running something like
pgloader mysql://mysql_username:password@mysql_server_ip_/source_database_name 
postgresql://postgresql_role_name:password@postgresql_server_ip/target_database_name

I keep running into the endpointid is not specified error.
So then i add ?options=endpoint%3D[endpoint-id] but get the same error.

I verified that libpq => 16 which is what comes installed with homebrew when installing pgloader.
Ive seen the doc here https://neon.tech/docs/connect/connection-errors#the-endpoint-id-is-not-specified
but none of the fixes seems to work with pgloader
Was this page helpful?