Home
DB Backup Runner
Backup multiple database containers from one backup runner container.
Documentation | Docker | PyPi
DB Backup Runner is used to backup any database from other containers.
Since it uses the backup tool (e.g. pgdump
) from inside the database container it is
easy to add support for many databases.
The script can also make backups from multiple containers and is configured with labels (in docker compose).
For more information check out the documentation.
Credits¶
Inspired by
- https://github.com/RealOrangeOne/docker-db-auto-backup for some initial source code (2024/12)
- https://github.com/prodrigestivill/docker-postgres-backup-local for the idea with the docker labels