Continuity Center

Production Continuity and Recovery

This page exists for business continuity. It gives the next operator a clean path for restore, emergency checks, and controlled recovery without needing to reverse-engineer the project under pressure.

Emergency Order

1. Confirm Reachability

Check main domain, API health, nginx status, and systemd service status before making changes.

2. Preserve Current State

Take an immediate backup of app files, current `.env`, and MariaDB dump before repair work.

3. Restore Predictably

Use the scripted restore sequence instead of ad-hoc edits so the system returns to a known-good state.

4. Re-verify Public Surface

Always re-check homepage, API health, prompt admin, and key public pages after any recovery action.

Critical Paths

Reference Reports