Releases: Huskydog9988/docker-db-backup
v0.3.1
- Fix pg backup using
pg_dump
instead ofpg_dumpall
Full Changelog: v0.3.0...v0.3.1
v0.3.0
New features
- Ability to specify db password via new
dbPassword
option - Added ability to specify custom args for db dump command
- Added http api to trigger jobs manually
What's Changed
- Additional Args Support by @Huskydog9988 in #1
- add api for triggering jobs by @Huskydog9988 in #2
Full Changelog: v0.2.4...v0.3.0
v0.2.4
You can now limit the number of jobs that run concurrently.
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Fix dump folder config not working, and name dump files after the container they targeted, not the job.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Now supports the hard config path of /etc/docker-db-backup/config.yaml
aside from just looking for it in the working directory
Full Changelog: v0.2.0...v0.2.2
v0.2.1
Messed docker workdir
Full Changelog: v0.1.0...v0.2.1
v0.2.0
Added the ability to specify a custom database user for the dump commands.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Has the basic use cases down, like crontabs and postgres support. Mariadb will be supported later.
Full Changelog: https://github.com/Huskydog9988/docker-db-backup/commits/v0.1.0