Migrate data from another Neon project won't work
following these instructions:
https://neon.tech/docs/import/migrate-from-neon
it recommends
pg_dump -Fc -v -d postgresql://[user]:[password]@[source_neon_hostname]/[dbname] | pg_restore -v -d postgresql://[user]:[password]@[destination_neon_hostname]/[dbname]
but only pg dump is executed then it finish, i'm trying to migrate the data of my neon db to a new region
thnak you
https://neon.tech/docs/import/migrate-from-neon
it recommends
pg_dump -Fc -v -d postgresql://[user]:[password]@[source_neon_hostname]/[dbname] | pg_restore -v -d postgresql://[user]:[password]@[destination_neon_hostname]/[dbname]
but only pg dump is executed then it finish, i'm trying to migrate the data of my neon db to a new region
thnak you
Neon
This guide describes how to migrate a database from one Neon project to another by piping data from pg_dump to pg_restore. Avoid using pg_dump over a pooled connection string (see PgBouncer issues 452...
