Skip to content

Releases: swisscom/backman

1.22.1 - Dont reveal service names

18 Feb 12:42
Compare
Choose a tag to compare

Small bugfix to not reveal service names on the error page response.

1.22.0 - Add new service types for MySQL and Redis

08 Dec 12:47
Compare
Choose a tag to compare

Add new Kubernetes-based service types for MySQL and Redis.

1.21.1 - Don't use stdout redirection for local pg_dump

07 Dec 13:30
Compare
Choose a tag to compare

Disables usage of stdout redirection on local pg_dump files, decreases overall memory usage as files get written directly by pg_dump itself.

1.21.0 - Local backup files for PostgreSQL

07 Dec 12:47
Compare
Choose a tag to compare

Adds the configuration option local_backup_path for PostgreSQL services. If specified pg_dump files will first be stored on the local filesystem, before being uploaded onto S3. The same retention policies apply for both, the local filesystem and S3.

1.20.1 - Bugfix in docker build

28 Oct 11:13
Compare
Choose a tag to compare

Fixes build behaviour for latest docker version

1.20.0 - Backup support for older MySQL versions

27 Oct 16:55
Compare
Choose a tag to compare

Adds the configuration option disable_column_statistics for MySQL services, to run mysqldump with the additional argument --column-statistics=0. This can be helpful if there is a mismatch of mysqldump version included in the Backman image and the MySQL server.
See https://serverfault.com/questions/912162/mysqldump-throws-unknown-table-column-statistics-in-information-schema-1109

1.19.0 - Unprotected Prometheus Metrics

21 Oct 12:36
Compare
Choose a tag to compare

Adds an option to disable the HTTP basic auth protection of the Prometheus metrics endpoint.

1.18.0 - Encryption of S3 backups

07 Oct 10:47
Compare
Choose a tag to compare

Adds data-at-rest-encryption of backups stored on S3.

1.17.0 - MySQL backup & restore improvements

06 Oct 12:49
Compare
Choose a tag to compare
  • Remove use and create from backups for mysql single db backups (PR #28)

1.16.0 - Restore to different service

30 Sep 08:11
Compare
Choose a tag to compare

Allows backup restore to target another service instance via API