How to sync from development branch to production #4056
Unanswered
tranbathanhtung
asked this question in
Q&A
Replies: 1 comment
|
There's no branch-to-branch sync, and that's on purpose. Turso's sync (the feature that docs page is about) only runs between a local embedded replica and its cloud primary. Branches aren't part of that loop at all. A branch is a full, independent database that gets forked once, at the moment you create it ( So promoting dev → prod is manual:
It's closer to "clone the database" than "a git branch you merge back", which trips a lot of people up given the name. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://docs.turso.tech/sync/turso-cloud
Turso sync only sync local db to cloud db. But I want to sync between branches. How to do it?
All reactions