Backup and Recovery
What to back up
- PostgreSQL data (
postgres_datavolume) - Deployment env/secrets (
PROXY_ENCRYPTION_KEY,JWT_SECRET) - Optional backend settings file persistence if mounted separately
Why secrets matter for recovery
Without original PROXY_ENCRYPTION_KEY, encrypted proxy secrets cannot be decrypted after restore.
Recovery checklist
- Restore Postgres backup.
- Restore exact secret values.
- Start Redis, Postgres, backend, frontend.
- Verify login and proxy visibility.