Issues with Data Migration
Hi, I'm having issues with migrating my neon database. I have a Nextjs app thats hosted on Vercel and Ive been following this documentation https://neon.tech/docs/import/migrate-from-neon. Ive been running the command
pg_dump -Fc -v -d <old_neon_database_connection_string> | pg_restore -v -d <new_neon_database_connection_string> however the last couple of lines return this. My datbase names are the same, however when refreshing my table in my new database I dont see the data reflected