HOW TO EXPORT ALL DATA FROM THE NENON DB?
i want to export all the data from the neon db
2 Replies
extended-salmon•7mo ago
As with most postgres providers, you can use the
pg_dump
utility with neon. https://neon.tech/docs/import/migrate-from-postgresNeon
Migrate data from Postgres with pg_dump and pg_restore - Neon Docs
This topic describes migrating data from one Postgres database to another using the pg_dump and pg_restore. Avoid using pg_dump over a pooled connection string (see PgBouncer issues 452 & 976 for deta...
xenial-blackOP•7mo ago
thanks