Rollback Plan
Reviewed on: 2026-01-21 Status: Draft (requires deployment-specific approval)
This document defines a baseline rollback strategy for services using Primus.
Goals
- Restore service availability quickly.
- Minimize data loss.
- Preserve auditability.
Recommended Rollback Strategy
- Maintain a previous stable release artifact.
- Use blue/green or canary deployment where possible.
- Roll back application code before applying database down-migrations.
- If database migrations are irreversible, use feature flags to disable affected features.
Checklist
- Release artifacts are versioned and stored.
- Feature flags or kill switches exist for critical workflows.
- Rollback runbook is tested in staging.
Review Log
- 2026-01-21: Baseline rollback plan documented. Approval pending.