docs(ops): backup-restore runbook + first drill log#5
Merged
Conversation
Single-page operator runbook at docs/backup-restore.md covering: - Backup posture (Neon project IDs, retention, what's in/out of scope) - RTO/RPO targets - Three DR scenarios with copy-pasteable commands: (a) accidental data loss → PITR recovery branch (b) corruption / Neon outage → fresh branch + Vercel repoint (c) complete project loss → new project + Drizzle migrate - Manual snapshot convention for high-risk changes - Drop-in verification SQL - Gaps to address (no off-Neon backup yet; 24h PITR ceiling) First drill log (2026-05-28): branch-create-to-queryable ~10s end-to-end on the live loop project (ancient-mode-37618639). All row counts and the most-recent-event timestamp match production exactly. RTO holds. README updated to move 'DB backup drill' to shipped; the only genuinely open item is now off-Neon backup automation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Deployment failed with the following error: Learn More: https://vercel.link/3Fpeeb1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Single-page operator runbook + verified drill against the live loop Neon project.
What this lands
docs/backup-restore.md— full runbook for DR scenarios with copy-pasteable commands, RTO/RPO targets, and gap analysis.Drill verification (2026-05-28)
Branch
dr-drill-2026-05-28created frommain, queried, verified against production, and deleted.All 6 row counts (events/projects/channels/routes/todos/reminders) and
max(events.created_at)matched production exactly.Notable