Unless you have `backups` container disabled, stock configuration makes automatic backups (database, local plugins, etc.) once a week to a separate storage volume.
Unless you have `backups` container disabled, stock configuration makes automatic backups (database, local plugins, etc.) once a week to a separate storage volume.
A process to restore from such backup would look like this:
A process to restore the database from such backup would look like this:
1. Enter `backups` container shell: `docker-compose exec backups /bin/sh`
1. Enter `backups` container shell: `docker-compose exec backups /bin/sh`
2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz`
2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz`