Skip to content

Is continuous app development and deployment possible? #1145

Answered by mike12345567
FloMiLe asked this question in Help
Discussion options

You must be logged in to vote

Hi @FloMiLe - this is currently possible, if you deploy an app again some time after originally deploying an app it will work - the way that conflicts/merges are handled is via CouchDB's replication strategy which will compare your local database to the existing one and then merge them. This means that any data which was created in your deployed app will be maintained, issues like column deletion will be fine as this will update the schema of the table in the live app.
There are still some conflict issues that we have yet to solve, for example deploying a user account which you've been testing with locally and have added relationships to, if the user has changed significantly in your loca…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FloMiLe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants