N
Neon2y ago
vicious-gold

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
fascinating-indigo2y ago
No, we currently don't have merging capabilities
dependent-tan
dependent-tan2y ago
You'll need to move the data manually. You can use pg_dump
dependent-tan
dependent-tan2y ago
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-gold
vicious-goldOP2y ago
thanks

Did you find this page helpful?