Releases: tiredofit/docker-db-backup
Releases · tiredofit/docker-db-backup
3.10.2
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
Changed
- Bugfix to 3.10.0 with syntax error revolving around unbraced variable
3.10.0
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
Changed
- Perform additional checks for ENABLE_CHECKSUM=FALSE and skip executing actions for S3/BlobXfer
3.9.10
Changed
- Stop trying to move a non existent checksum file when ENABLE_CHECKSUM=FALSE
3.9.9
Changed
- Start compiling aws-cli instead of from packages to continue to support arm/v7
3.9.8
Changed
- Restore armv7 and aarch64 builds
3.9.7
Changed
- Cleanup check_exit_code parameter and reduce duplicate output
3.9.6
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
3.9.5
Changed
- Start building Influx DB v1 manually due to being removed from Alpine repositories