Skip to main content

Backup and Restore

Backup and restore documentation exists under root docs.

Start with:

  • docs/backup_and_restore_policy.md
  • docs/restore_runbook.md
  • docs/secret_store_strategy.md

Recovery areas

  • Supabase/PostgreSQL data
  • Storage objects if used by platform flows
  • Redis-derived operational state where relevant
  • Environment secrets
  • Deployment state and image tags

Recovery checklist

  1. Identify affected service and datastore.
  2. Freeze writes if needed.
  3. Restore from managed backup/snapshot.
  4. Verify migrations/schema alignment.
  5. Check /health and smoke-test core flows.
  6. Document the incident-specific recovery path.