Error trying to populate database from a local .sql file
I recently cloned a database locally using the pg_dump command, the file being around 12G.
I'm trying to populate this data onto my neon database using the psql command
However I keep getting the error while its in the proccess of completing.
How is this typically handled? What can I do to get this to work?
I'm trying to populate this data onto my neon database using the psql command
psql <connection string> < database-dump.sqlHowever I keep getting the error while its in the proccess of completing.
How is this typically handled? What can I do to get this to work?
