Disaster Recovery¶
Priority Order¶
- VPS2 (Critical) — Databases, mail, APIs. Restore databases first.
- VPS3 (High) — Public-facing sites + monitoring.
- VPS1 (Low) — Legacy services.
Full Server Recovery¶
- Provision new Ubuntu 24.04 VPS
- Create
deployuser, install base packages - Restore configs from backup (nginx, SSL, etc.)
- Install and restore MariaDB from dump
- Deploy application services
- Update DNS records to new IP
- Verify with Uptime Kuma or manual checks
Database Recovery¶
Tip
Keep an offline copy of credentials in a secure password manager.