N
Neon8mo ago
eastern-cyan

HOW TO EXPORT ALL DATA FROM THE NENON DB?

i want to export all the data from the neon db
2 Replies
deep-jade
deep-jade8mo ago
As with most postgres providers, you can use the pg_dump utility with neon. https://neon.tech/docs/import/migrate-from-postgres
Neon
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...
eastern-cyan
eastern-cyanOP8mo ago
thanks

Did you find this page helpful?