Rollback
Owner: DevOps
Reviewers: Engineering, QA
Status: Draft
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per deployment change
Rollback Principles
- Roll back application image first when schema remains compatible.
- Treat irreversible database migrations as release blockers unless a compensating plan exists.
- Keep release notes and migration notes together.
Backend Rollback Checklist
- Identify previous healthy image tag.
- Confirm database compatibility.
- Update Kubernetes manifest/image tag.
- Apply the overlay.
- Verify
/api/healthand critical API smoke tests. - Record incident and follow-up actions.
Open Items
- Confirm artifact registry retention.
- Define database rollback/restore policy.
- Define owner approval for production rollback.