Skip to content

Commit

Permalink
Note on zero-downtime migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvermaat committed Jun 13, 2016
1 parent 95eac5a commit 53e9fdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -105,6 +105,12 @@ The order above also means database migrations must always keep compatibility
with the existing codebase, so some may have to be broken down into several
steps and completed over several deployments.

Migrations that should be completed over several deployments are grouped per
Mutalyzer release. It is therefore advised to always update Mutalyzer one
release at a time and never skip a release to ensure database consistency and
zero-downtime deployments. This can be controled by setting the
`mutalyzer_git_branch` role variable to a release tag.


### User environment

Expand Down

0 comments on commit 53e9fdd

Please sign in to comment.