Skip to content

Releases: tiredofit/docker-db-backup

3.10.3

11 Oct 19:31

Choose a tag to compare

Changed

  - Change sorting for restore script

3.10.2

14 Sep 15:14

Choose a tag to compare

Changed

  - Update to wording when sending files to blobxfer
  - Remove --databases flag when backing up a single mysql/mariadb backup which allows to omit the "USE <db_name>" statement in the backup allowing for better restores

3.10.1

14 Sep 05:37

Choose a tag to compare

Changed

  - Bugfix to 3.10.0 with syntax error revolving around unbraced variable

3.10.0

13 Sep 15:32

Choose a tag to compare

Added

  - Add EXTRA_DUMP_OPTS and EXTRA_ENUMERATION_OPTS to add different arguments when checking for databases, vs doing the actual backup

3.9.12

04 Sep 15:32

Choose a tag to compare

Changed

  - Perform additional checks for ENABLE_CHECKSUM=FALSE and skip executing actions for S3/BlobXfer

3.9.10

23 Aug 22:31

Choose a tag to compare

Changed

  - Stop trying to move a non existent checksum file when ENABLE_CHECKSUM=FALSE

3.9.9

21 Aug 22:38

Choose a tag to compare

Changed

  - Start compiling aws-cli instead of from packages to continue to support arm/v7

3.9.8

20 Aug 15:18

Choose a tag to compare

Changed

  - Restore armv7 and aarch64 builds

3.9.7

18 Jul 14:27

Choose a tag to compare

Changed

  - Cleanup check_exit_code parameter and reduce duplicate output

3.9.6

16 Jun 16:50

Choose a tag to compare

Changed

  - Resolve issues introduced with 3.9.3. Split exit codes to be specific for backing up and moving. Uses paremter $11 for post backup scripts