8e37f65b8e
Lands manifests/, overlays/, dns/, scripts/, Makefile per M1.1. Bundles yourplatform.com→breakpilot.com rename. vms/ removed (out-of-scope for Orca). Refs: M1.1
10 lines
375 B
Bash
10 lines
375 B
Bash
#!/usr/bin/env bash
|
|
# Stub — M1.3 fills this in.
|
|
# Per INFRASTRUCTURE.md §10 Scenario F, a quarterly cold-restore drill is
|
|
# required: pull latest pg_dump from S3, restore into a scratch Postgres,
|
|
# verify row counts, post result to oncall.
|
|
#
|
|
# Concrete steps land with M1.3 (Backups, monitoring, on-call).
|
|
echo "restore drill not implemented yet — see M1.3" >&2
|
|
exit 1
|