Move Table Data from child branch to parent branch
Hey is there any way to move table data to the parent branch.
I want to do this as i want to replicate all data on the dev database to main database
4 Replies
fascinating-indigo•2y ago
No, we currently don't have merging capabilities
dependent-tan•2y ago
You'll need to move the data manually. You can use pg_dump
dependent-tan•2y ago
You can check out this guide https://neon.tech/docs/import/import-from-postgres
Neon
Import data from Postgres with pg_dump and pg_restore - Neon Docs
This topic describes migrating data from another Postgres database to Neon using the pg_dump and pg_restore. Avoid using pg_dump over a pooled connection string (see PgBouncer issues 452 & 976 for det...
vicious-goldOP•2y ago
thanks