super-productivity/packages/super-sync-server/docs
Johannes Millan 75180a0602 feat(supersync): add operational procedures documentation
Complete minimal operational documentation for encrypted deployment:

Daily Operations:
- Server startup procedure (unlock → start → verify)
- Common issues and solutions table

Backup Procedures:
- Creating backups (daily recommended)
- Backup rotation (7d/4w/12m retention)
- Restoring from backup (disaster recovery)

Monitoring:
- Daily health checks (service status, connectivity, disk usage)
- Weekly checks (backup verification, LUKS status)
- Performance baseline establishment

Emergency Procedures:
- Using recovery passphrase
- LUKS header corruption recovery
- Full system failure rollback

Troubleshooting Guide:
- PostgreSQL won't start (4-step diagnosis)
- Slow performance (AES-NI, disk I/O)
- Disk space issues (expand volume)

Scheduled Tasks:
- Recommended cron jobs (backup, rotation, health reports)

Security Best Practices:
- Passphrase management
- Audit trail review
- Access control

Quick reference with essential commands for daily operations.

This completes Phase 5 essentials - system is ready for testing.
2026-01-23 14:31:24 +01:00
..
authentication.md docs(auth): add authentication architecture documentation 2025-12-28 11:50:42 +01:00
encryption-at-rest.md feat(supersync): implement Phase 1 encryption-at-rest tooling 2026-01-23 14:31:24 +01:00
migration-runbook.md feat(supersync): implement Phase 3 migration planning 2026-01-23 14:31:24 +01:00
operational-procedures.md feat(supersync): add operational procedures documentation 2026-01-23 14:31:24 +01:00
testing-guide.md feat(supersync): implement Phase 2 testing & validation tooling 2026-01-23 14:31:24 +01:00