Pattern · seen in 1 breakdown across 1 company
Rehearsed Restore
Definition
Backups are taken constantly and restores almost never — so the two halves of the capability age at different rates. The backup runs on schedule, exercised daily, kept working by its own automation. The restore is a document: written once, against the environment as it existed then, and silently invalidated by every change since — a new container runtime, new node topology, new tooling, new Kubernetes version. When the day comes, the team discovers mid-incident that the runbook's commands no longer parse, its assumptions no longer hold, and its untested asymmetries — a backup valid from any node, a restore that only works on one — surface as failures with no error message. A backup that has never been restored against the production environment's real shape is a hope, not a capability.
The pattern: rehearse the restore with the same discipline as any forward-path change, and treat the pair as one artifact. Execute the full restore periodically against an environment that matches production's shape — not only pilot or toy clusters, whose differences are precisely where the traps hide. Re-validate the runbook on every environmental change that could touch it (runtime swaps, version upgrades, topology changes), the same trigger discipline as dependency updates. Keep backup and restore symmetric: every degree of freedom the backup allows (run on any node, any ordering) must be either supported by the restore or explicitly removed from the backup. And time it — an unrehearsed restore's unknown duration is itself an incident cost, because fear of the fallback rationally prolongs fix-forward attempts past their useful life. Boundary against staged rollout and other forward-path safety: those govern changes you choose to make; this governs the path you take when choice has run out — which is exactly why it gets rehearsed least and needs it most.
When it applies
Tradeoffs
The same move, 1 ways
Every row is a production system that bet on this pattern — the note says how, in that system's own terms.
Problems this pattern answers
The walls where its breakdowns live — each opens the cross-company comparison.