Migrating Data from database on 1 neon account to another account
HI i am Abhay and
I recently created a new neon account and wanted to copy the whole database with data from my old account to my new account
i tried running
"pg_dump --no-owner --no-privileges --no-publications --no-subscriptions --no-tablespaces -Fc -v -d "<SOURCE CONNECTION STRING>" -f database.bak"
AND THEN I RAN
"pg_restore -v -d "< TARGET postgres connection string>" database.bak"

Please help some one I am totally frustated the command is also running but data is not getting in my new account
I recently created a new neon account and wanted to copy the whole database with data from my old account to my new account
i tried running
"pg_dump --no-owner --no-privileges --no-publications --no-subscriptions --no-tablespaces -Fc -v -d "<SOURCE CONNECTION STRING>" -f database.bak"
AND THEN I RAN
"pg_restore -v -d "< TARGET postgres connection string>" database.bak"
