Introduction
Sometimes after updating your app, you find a problem and want to go back to the previous working version. Rollback deployments lets you quickly restore your app to an earlier state to fix issues without downtime.
When a new app update causes errors or crashes for users.
When you accidentally deploy incomplete or broken code.
When you want to quickly undo a change that caused performance problems.
When you need to restore a stable version after testing a risky feature.
When you want to minimize downtime by reverting to a known good deployment.