Skip to content

Releases: fradelg/docker-mysql-cron-backup

v1.14.1 - Bugfixes

09 Dec 11:37
4bacd0d
Compare
Choose a tag to compare

What's Changed

  • Fixed missing database name on dumps when duplicate removal is enabled by @fradelg in #131

Full Changelog: 1.14.0...1.14.1

v1.14.0 - Removal of backups with duplicated content

08 Dec 12:59
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.13.1...1.14.0

v1.13.1

15 Aug 07:39
7dd3aa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.0...1.13.1

v1.13.0

26 Jan 19:40
19c7f73
Compare
Choose a tag to compare

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

20 Oct 12:16
2de64e8
Compare
Choose a tag to compare
Merge pull request #87 from skimpax/master

Add ability to use secrets for all mysql access params

SSL support

18 Jun 10:10
d172e58
Compare
Choose a tag to compare
  • Support SSL options when connecting to MySQL DB

Bugfix

24 Feb 19:54
d16bf54
Compare
Choose a tag to compare

Fix MYSQLDUMP_OPTS double quotes issue

Allow exporting plain SQL

05 Feb 17:20
42312b9
Compare
Choose a tag to compare
Merge pull request #71 from fradelg/save-plain-sql

support saving non-gzipped sql files

Support docker secrets

15 Jan 17:23
f0e5cb6
Compare
Choose a tag to compare

Thanks to @skimpax now MYSQL password can be injected via docker secrets

Bugfix backup script

25 Oct 17:59
726585b
Compare
Choose a tag to compare
  • Fixed bug that removes old backups when mysqldump failed