Rollback Communication
Rollback vocabulary, when to rollback vs. roll-forward, hotfix vs. rollback, communication during rollback decisions. Intermediate
0 / 5 completed
1 / 5
An incident commander announces on the call: "We're rolling back to v2.14.3."
What does initiating a rollback communicate to the engineering team?
A rollback decision means the team has assessed that reverting to the last known-good version is the fastest path to restoring service. It is different from a roll-forward (hotfix) where a patch is deployed on top of the broken version.
| Term | Meaning |
|---|---|
| roll back | Revert to a previous known-good version of the application |
| roll forward | Fix the issue by deploying a new corrective version (hotfix) |
| known-good version | A previously deployed version that is confirmed to be stable |
| rollback decision gate | The criteria used for deciding whether to roll back or roll forward (severity, known fix, DB migration risk) |