Releases: fradelg/docker-mysql-cron-backup
Releases · fradelg/docker-mysql-cron-backup
v1.14.1 - Bugfixes
What's Changed
Full Changelog: 1.14.0...1.14.1
v1.14.0 - Removal of backups with duplicated content
Main changes
- Excluded comments in sql backup
- Ignored timestamps on gzipped files
- Optional removal of backup with duplicated content, leaving the most recent one on top
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #107
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #108
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #109
- Upgrade dockerize to 0.7.0 by @fradelg in #110
- Test docker image before pushing to docker hub by @fradelg in #111
- Bump alpine from 3.18.3 to 3.18.4 by @dependabot in #112
- Fixed access denied the PROCESS privilege(s) is required for MySQL > 8.0.21 by @nikgli in #113
- Bump alpine from 3.18.4 to 3.18.5 by @dependabot in #114
- Bump alpine from 3.18.5 to 3.19.0 by @dependabot in #115
- Bump alpine from 3.19.0 to 3.19.1 by @dependabot in #116
- Bump alpine from 3.19.1 to 3.20.0 by @dependabot in #119
- Bump alpine from 3.20.0 to 3.20.1 by @dependabot in #120
- Bump alpine from 3.20.1 to 3.20.2 by @dependabot in #121
- Bump alpine from 3.20.2 to 3.20.3 by @dependabot in #123
- Fixed issues in CI testing by @fradelg in #124
- [Feature] Remove duplicate database dumps to save storage space by @tojanke in #127
- Bump alpine from 3.20.3 to 3.21.0 by @dependabot in #128
New Contributors
Full Changelog: 1.13.1...1.14.0
v1.13.1
v1.13.0
Thanks to @g-nardiello for his contributions:
- Fixed issue with INIT_BACKUP
- Restore latest backup sorted by date
- Run backup on container stop
- Added heath check
- Move delete logic out of the scheduling logic
Allow all MySQL parameters as docker secrets
Merge pull request #87 from skimpax/master Add ability to use secrets for all mysql access params
SSL support
- Support SSL options when connecting to MySQL DB
Bugfix
Allow exporting plain SQL
Merge pull request #71 from fradelg/save-plain-sql support saving non-gzipped sql files
Support docker secrets
Thanks to @skimpax now MYSQL password can be injected via docker secrets
Bugfix backup script
- Fixed bug that removes old backups when mysqldump failed