Skip to content

Releases: tiredofit/docker-db-backup

3.8.1

30 Mar 18:04

Choose a tag to compare

Changed

  - Cleanup Dockerfile
  - Fix issue with DB_ARCHIVE_TIME not firing correctly

3.8.0

27 Mar 22:01

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

Choose a tag to compare

Changed

  - Simplify pg_isready usage

3.7.6

14 Mar 23:10

Choose a tag to compare

Changed

  - Remove EXTRA_OPT variable from MySQL/MariaDB check

3.7.5

02 Mar 15:40

Choose a tag to compare

Added

  - Add support for Docker Swarm mode Secrets for BLOBXFER_STORAGE_ACCOUNT_*_FILE

3.7.4

22 Feb 16:36

Choose a tag to compare

Changed

  - Fix when running in MANUAL_RUN_FOREVER mode looping

3.7.3

20 Dec 14:47

Choose a tag to compare

Changed

  - Make S3_KEY_ID and S3_KEY_SECRET optional should IAM roles be used (Credit to alwynpan@github)

3.7.2

19 Dec 20:33

Choose a tag to compare

Changed

  - Bugfix for 3.7.1

3.7.1

19 Dec 16:21

Choose a tag to compare

Changed

  - Add MYSQL_ENABLE_TLS environment variable to switch on and off

Reverted

  - Set default for MYSQL_TLS_CA_FILE to accomodate for most use cases

3.7.0

16 Dec 22:02

Choose a tag to compare

Added

  - Introduce support for connecting via TLS to MySQL / MariaDB Hosts with MYSQL_TLS_* variables - See README for more details

Changed

  - Fix for cleaning up filesystems that are syncing to Azure via blobxfer