Files
orca-platform/scripts/restore-drill.sh.template
sharang 8e37f65b8e
ci / shared (push) Successful in 5s
ci / validate (push) Successful in 2s
feat(iac): scaffold orca-platform layout (M1.1)
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
2026-05-18 20:28:40 +00:00

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