Update data from prod DB to child branches
How can I Update to latest data from parent to other branches in Neon DB? I need to update the data in child branches whenever new data is pushed in production database.
4 Replies
conscious-sapphire•3mo ago
There is a branch option called "Reset from parent". On the Bramches page in the Neon console, find the child branch you want to update. Look for the Reset from parent option. Be aware that this overwrites everything on the child branch.
stormy-goldOP•3mo ago
This is overwrite the schema as well right?
conscious-sapphire•3mo ago
Yes, that's correct.
stormy-goldOP•3mo ago
is there any other efficient way to transfer data?