Releases: swisscom/backman
1.22.1 - Dont reveal service names
Small bugfix to not reveal service names on the error page response.
1.22.0 - Add new service types for MySQL and Redis
Add new Kubernetes-based service types for MySQL and Redis.
1.21.1 - Don't use stdout redirection for local pg_dump
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
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
Fixes build behaviour for latest docker version
1.20.0 - Backup support for older MySQL versions
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
Adds an option to disable the HTTP basic auth protection of the Prometheus metrics endpoint.
1.18.0 - Encryption of S3 backups
Adds data-at-rest-encryption of backups stored on S3.
1.17.0 - MySQL backup & restore improvements
- Remove use and create from backups for mysql single db backups (PR #28)
1.16.0 - Restore to different service
Allows backup restore to target another service instance via API