#!/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