Backup

For the Docker Compose installation, backups can be created for the Postgres database that is part of the Docker Compose. It will create a Docker volume called database-data. This volume can be backed up and restored with a tool like docker-volume-backup for example.

If another Postgres database is used, then it's most important to backup that instance instead.

Last updated

Was this helpful?