19 lines
1.5 KiB
JSON
19 lines
1.5 KiB
JSON
{
|
|
"id": "PR_kwDOInfra19",
|
|
"title": "docs(deploy): document manual failover steps",
|
|
"state": "CLOSED",
|
|
"is_draft": false,
|
|
"created_at": "2026-04-24T06:40:00Z",
|
|
"author": {
|
|
"login": "kennethnym",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4"
|
|
},
|
|
"base_branch_name": "main",
|
|
"base_repo_slug": "kennethnym/infra-scripts",
|
|
"base_ref": "4c0de7c2d9c38e7ab1cfe273d03c08bbcbf71740",
|
|
"head_branch_name": "docs/manual-failover-steps",
|
|
"head_repo_slug": "kennethnym/infra-scripts",
|
|
"head_ref": "6fd11baf0d9d53d18f6d7b7dc265d9b09e6f4217",
|
|
"body": "## Context\n\nDocuments the manual failover sequence for the staging stack while the automated recovery path is still unstable.\n\n### Draft runbook\n1. Put the primary deployment in maintenance mode.\n2. Promote the standby database.\n3. Repoint the app workers.\n4. Warm the cache before reopening traffic.\n\n| Step | Owner | State |\n| --- | --- | --- |\n| Promote standby | SRE | Drafted |\n| Repoint workers | App platform | Drafted |\n| DNS validation | Release lead | Pending |\n\n```bash\n./scripts/failover promote-standby --env staging\n./scripts/failover repoint-workers --env staging\n./scripts/failover verify --env staging\n```\n\n> This pull request was closed because the final DNS validation steps were still changing underneath the runbook.\n\n### Remaining gaps\n- secrets rotation is still manual\n- rollback screenshots are missing\n- add the final post-cutover checklist"
|
|
}
|