Skip to content

Releases: tiredofit/docker-db-backup

3.9.1

03 May 19:13
Compare
Choose a tag to compare

Changed

  - Properly allow multiple _FILE environment variables to execute solving an issue with MySQL backups
  - Fix _FILE functionality for DB_NAME variable

3.9.0

26 Apr 21:32
Compare
Choose a tag to compare

Added

  - Add support for _FILE environment variables

3.8.5

11 Apr 22:42
Compare
Choose a tag to compare

Changed

  - Fix SQLite3, Influx, and MSSQL backups failing due to malformed/non existent ltarget

3.8.4

06 Apr 19:14
Compare
Choose a tag to compare

Changed

  - Fix issue with Influx2 and MSSQL clients not installing properly

3.8.3

30 Mar 21:18
Compare
Choose a tag to compare

Changed

  - Patchup for 3.8.2

3.8.2

30 Mar 21:05
Compare
Choose a tag to compare

Changed

  - Patchup for 3.8.1

3.8.1

30 Mar 18:04
Compare
Choose a tag to compare

Changed

  - Cleanup Dockerfile
  - Fix issue with DB_ARCHIVE_TIME not firing correctly

3.8.0

27 Mar 22:01
Compare
Choose a tag to compare

Added

  - Introduce DB_DUMP_TARGET_ARCHIVE which works with DB_ARCHIVE_TIME to move backups older than (x) minutes from DB_DUMP_TARGET to DB_DUMP_TARGET_ARCHIVE for use with external backup systems and custom exclude rules
  - Introduce CREATE_LATEST_SYMLINK which creates a symbolic link in DB_DUMP_TARGET of `latest-(DB_TYPE)-(DB_NAME)-(DB_HOST)`

3.7.7

20 Mar 23:24
Compare
Choose a tag to compare

Changed

  - Simplify pg_isready usage

3.7.6

14 Mar 23:10
Compare
Choose a tag to compare

Changed

  - Remove EXTRA_OPT variable from MySQL/MariaDB check