Skip to content

Magma support for version rollback in case of failure in production deployment #5467

Answered by hcgatewood
prudhviblinqnet asked this question in Q&A
Discussion options

You must be logged in to vote

At this point in time, Orc8r does not explicitly support rolling back. If you want to support this on your own, you'll need to take a DB snapshot before the upgrade, perform the upgrade, then if it fails, reinstall the previous deployment and restore the DB snapshot.

The reason for this is most upgrades involve data migrations, and they are often non-reversible.

@karthiksubraveti or @tmdzk can speak to the AGW upgrade rollback

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@prudhviblinqnet
Comment options

@sudhikan
Comment options

@hcgatewood
Comment options

@jpad-freedomfi
Comment options

@jpad-freedomfi
Comment options

Answer selected by hcgatewood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants