Skip to content

Releases: Huskydog9988/docker-db-backup

v0.3.1

12 Jun 19:51
3edeb63
Compare
Choose a tag to compare
  • Fix pg backup using pg_dump instead of pg_dumpall

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Feb 16:55
cc67603
Compare
Choose a tag to compare

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

Full Changelog: v0.2.4...v0.3.0

v0.2.4

05 Jan 03:26
Compare
Choose a tag to compare

You can now limit the number of jobs that run concurrently.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

05 Jan 02:20
Compare
Choose a tag to compare

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

05 Jan 00:59
Compare
Choose a tag to compare

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

05 Jan 00:43
Compare
Choose a tag to compare

Messed docker workdir

Full Changelog: v0.1.0...v0.2.1

v0.2.0

05 Jan 00:27
Compare
Choose a tag to compare

Added the ability to specify a custom database user for the dump commands.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 Dec 23:49
Compare
Choose a tag to compare

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