fix: adding db recovery practices (bye bye db)
This commit is contained in:
@@ -6,12 +6,16 @@
|
||||
- Environment: `local` | `staging` | `production`
|
||||
- App/API version (git SHA):
|
||||
- Operator:
|
||||
- Incident/reference ticket (if recovery event):
|
||||
|
||||
## Environment flags
|
||||
|
||||
- `NODE_ENV`:
|
||||
- `AUTH_DISABLED`:
|
||||
- `ALLOW_INSECURE_AUTH_FOR_DEV`:
|
||||
- `COMPOSE_PROJECT_NAME`:
|
||||
- `EXPECTED_PROD_DB_HOST`:
|
||||
- `EXPECTED_PROD_DB_NAME`:
|
||||
|
||||
## Commands executed
|
||||
|
||||
@@ -33,6 +37,30 @@ Output summary:
|
||||
```
|
||||
Output summary:
|
||||
|
||||
4.
|
||||
```bash
|
||||
# command
|
||||
```
|
||||
Output summary:
|
||||
|
||||
## Recoverability Evidence
|
||||
|
||||
- Current Postgres container:
|
||||
- Mounted volume(s):
|
||||
- Candidate old volume(s) inspected:
|
||||
- Recoverable artifact found: `yes` | `no`
|
||||
- Artifact location:
|
||||
- Recovery decision:
|
||||
|
||||
## Backup/Restore Drill Evidence
|
||||
|
||||
- Latest backup file:
|
||||
- Latest checksum file:
|
||||
- Checksum verified: `yes` | `no`
|
||||
- Restore test DB name:
|
||||
- Restore succeeded: `yes` | `no`
|
||||
- Row count checks performed:
|
||||
|
||||
## Results
|
||||
|
||||
- A01 protected route unauthenticated check: `pass` | `fail`
|
||||
@@ -56,6 +84,8 @@ Output summary:
|
||||
- New issues observed:
|
||||
- Regressions observed:
|
||||
- Follow-up tickets:
|
||||
- Data recovery status:
|
||||
- Admin user bootstrap status:
|
||||
|
||||
## Residual Risk Review
|
||||
|
||||
|
||||
Reference in New Issue
Block a user