Skip to content

Releases: cloudfoundry/mysql-backup-release

v2.19.0

12 Jul 22:27
Compare
Choose a tag to compare
  • Add the ability to set the encryption key via the ENCRYPTION_KEY environment variable
  • Build with Go 1.18.2
  • Bump to Percona XtraBackup 2.4.26

v2.18.0

23 Sep 16:39
@abg abg
Compare
Choose a tag to compare

Bump Percona XtraBackup to 2.4.24

v2.17.0

06 Jul 20:46
Compare
Choose a tag to compare

Bump Percona XtraBackup to 2.4.23

v2.16.0

27 Jan 18:49
Compare
Choose a tag to compare

Bump Percona XtraBackup to 2.4.21

v2.15.0

03 Jun 21:16
Compare
Choose a tag to compare
  • Allow encryption key to be passed via command line when generating a backup artifact

v2.14.0

04 May 17:57
Compare
Choose a tag to compare
  • Bumped the Percona xtrabackup version to v2.4.20 which contains CVE fix
  • Instance uuids added to all backup artifact names

v2.13.0

31 Jan 02:32
Compare
Choose a tag to compare
  • Make basic auth is optional between streaming-mysql-backup-client and streaming-mysql-backup-tool.

v2.12.0

24 Dec 00:33
Compare
Choose a tag to compare
  • Enabled ability to configure mTLS between streaming-mysql-backup-tool and streaming-mysql-backup-client such that the client hostname is verified
  • Bump golang to 1.13
  • Bumped the Percona xtrabackup version to v2.4.15

mysql-backup-release v2.11.0

31 Jul 23:02
Compare
Choose a tag to compare
  • Removed unused development libraries thus reducing build-time dependencies
  • Bumped Golang version to v1.12.x
  • Enabled ability to configure mTLS between streaming-mysql-backup-tool and streaming-mysql-backup-client
  • Improved backups to make sure that incomplete backup artifacts are cleaned up, preventing filling disk space in case of backup failures
  • Backup now runs on local MySQL server rather than remote server

v2.10.0

15 Apr 23:51
Compare
Choose a tag to compare
  • Compiling mysql-backup-release utilizes all available cores [#161100650]
  • [BUG FIX] Fixed issue where streaming-mysql-backup-tool would not monit start properly due to duplicate stale PID file [#163524930]