Backups
Automate backup of the database and filesystem to S3.
Last updated
Was this helpful?
Automate backup of the database and filesystem to S3.
Last updated
Was this helpful?
Automated off-site backups to S3 are easily configured using the backup
container. Simply add the following configuration to your docker-compose.override.yml
file to backup the database and the root project folder:
You can configure the backup schedule by editing ./docker/backup/templates/crontab
, by default (and when enabled), the backups will run daily at 03:00 UTC.
Under the hood, the backup is powered by the .