Configure Backups
Keep your data safe with regular backups.
Automatic backups
Deployalo performs automatic snapshots of your server every week. These backups include everything: database, files, and configuration.
Retention
- The last 4 weekly snapshots are kept
- You can restore by contacting support
Manual backups
In addition to automatic backups, we recommend making manual backups of your important data.
WordPress
Option 1: UpdraftPlus plugin (recommended)
- Install the UpdraftPlus plugin
- Go to Settings > UpdraftPlus Backups
- Configure a destination (Google Drive, Dropbox, etc.)
- Schedule automatic backups
Option 2: All-in-One WP Migration
- Install All-in-One WP Migration
- Go to All-in-One WP Migration > Export
- Download the .wpress file
n8n
Workflows are stored in the database. To export them:
- Go to your workflow
- Click on the three dots (...)
- Download
For a complete backup, export all workflows individually or use the API.
Ghost
- Go to Settings > Labs
- Click on Export (Export content section)
- Download the JSON file
This includes posts, pages, tags, but NOT images. You must backup images separately.
Listmonk
Export your subscribers regularly:
- Go to Subscribers
- Click on Export
- Download the CSV
MinIO
MinIO is already your backup system. To backup MinIO itself:
- Use
mc mirrorto sync to another destination - Or configure replication to another MinIO/S3
mc mirror minio/my-bucket /backup/local/
Restore from backup
From Deployalo snapshot
Contact [email protected] indicating:
- Your deployment ID
- Approximate date of the backup you need
From manual backup
Follow the reverse process for each app:
- UpdraftPlus: Restore from the plugin
- Ghost: Settings > Labs > Import
- Listmonk: Subscribers > Import
Recommendations
- Test your backups - Restore in a test environment periodically
- 3-2-1 Rule - 3 copies, 2 different media, 1 offsite
- Automate - Configure automatic backups, don't rely on doing them manually
- Document - Save the restore instructions
Recommended frequency
| Data type | Frequency |
|---|---|
| Database | Daily |
| Files/media | Weekly |
| Configuration | After changes |