Outlaw Panel documentation
Backups and Recovery
Backups protect databases, configuration, hosting data, and migration state; recovery must be tested, not assumed.
Purpose
Provide repeatable backup and restore operations.
Step-by-step
- Define scope and retention.
- Create a consistent database and configuration backup.
- Generate and verify checksums.
- Replicate off-host.
- Restore into an isolated target.
- Validate and record evidence.
Example
The production control plane performs nightly backups and disposable-database restore verification.
Best practices
- Encrypt off-host copies.
- Keep signing keys and environment boundaries intact.
Troubleshooting
- Reject checksum failures.
- Use provider-console recovery when SSH is unavailable.