When a deployment introduces problems, you need to roll back quickly to a working state to minimize impact on users. Effective rollback strategies — and the related practices of monitoring, automated rollback, and forward-fixing — are essential for reliable deployments.
Why rollback capability matters
Deployments sometimes introduce problems (bugs, errors, performance issues) that get
through testing. When that happens in production:
→ you need to restore a WORKING state QUICKLY (minimize user impact/downtime)
→ a fast, reliable rollback is essential — being able to undo a bad deploy fast
→ "How do we roll back?" must be answered BEFORE you need it.
