Module 03
How Rollback Works
If a newly deployed version causes a problem, rollback allows the live application to return to a previously known good deployment.
- Detect issue
- Select earlier deployment
- Verify rollback target
- Restore previous version
- Run checks
- Confirm stability
- Record the rollback
Rollback is a safety net, not a failure.

