Skip to main content

What to Back Up

Database Backup

Manual Backup

Compressed Backup

Automated Daily Backup

Create a cron job on the host:
Add:

Document Storage Backup

MinIO to Local

MinIO to S3

Restore

Database

Documents

Disaster Recovery

For full disaster recovery, maintain offsite copies of:
  1. Database dump (daily)
  2. Document storage (daily or real-time sync)
  3. .env file (after any config change)
  4. docker-compose.yml (after any modification)
Store backups in a different location than your deployment. Use encrypted storage for backups containing PII.