Exercise 2: What Made Ticket 2 a Success Story Despite a Real Corrupted Backup — Possible Solution ==================================================================== WHAT ACTUALLY WENT WRONG ------------------------------ A real problem existed: per this capstone, "one corrupted incremental has broken every day after it in the chain" - exactly the weakest-link failure Chapter 2 warned about. This wasn't a false alarm or a hypothetical risk; a genuine gap in the organization's own recoverable data existed. WHY THIS COULD HAVE BEEN A DISASTER INSTEAD ------------------------------ If this same corruption had gone undiscovered until an actual emergency required restoring from that exact point in the chain, the organization would have discovered the gap at the worst possible moment - during a real crisis, with no time to fix it and no fallback already in place. That's precisely the scenario Chapter 1's own central claim warns about: a backup that looks fine right up until the moment it's actually needed. WHY THE TIMING IS WHAT MADE THE DIFFERENCE ------------------------------ Per this capstone, "because this was caught during a scheduled test rather than during a real emergency, there's time to fix the underlying job and rerun a clean backup." The corruption itself is identical in both scenarios - what changes is entirely when it's discovered. Found during a routine test, it's an inconvenience with a straightforward fix. Found during a real disaster, it's a compounding catastrophe on top of whatever emergency prompted the restore attempt in the first place. WHY THIS IS THE DIRECT PAYOFF OF CHAPTER 5's OWN ARGUMENT ------------------------------ Chapter 5 argued that only a real test restore proves a backup works, specifically because failures like this one are otherwise invisible until an actual restore is attempted. This ticket demonstrates that argument concretely: the test restore's entire value wasn't in confirming everything was fine - it was in surfacing a real problem while there was still time to do something about it. WHY THIS WORKS AS AN ANSWER ------------------------------ It acknowledges the genuine failure that occurred, explains what would have happened had it gone undiscovered until a real emergency, and explains why discovering it during a scheduled test rather than a real crisis is exactly the outcome Chapter 5's testing discipline is designed to produce.