N
Neon7mo ago
xenial-black

HOW TO EXPORT ALL DATA FROM THE NENON DB?

i want to export all the data from the neon db
2 Replies
extended-salmon
extended-salmon7mo 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...
xenial-black
xenial-blackOP7mo ago
thanks

Did you find this page helpful?