Skip to content

Releases: swisscom/backman

1.7.1 - Add "mysql-database" to recognized MySQL services

18 Nov 12:52
Compare
Choose a tag to compare

Adds "mysql-database" as a recognized MySQL service type to backman.

1.7.0 - Handling of user-provided Postgres bindings

04 Oct 16:36
Compare
Choose a tag to compare

Adds handling of user-provided Postgres bindings.
Also added a Dockerfile for building a docker image, and adjusted example manifest.yml to use docker image from dockerhub instead.

1.6.0 - Backup File Metrics

25 Sep 14:03
Compare
Choose a tag to compare

Adds new metrics about number of backup files and their filesize.

1.5.1 - Dynamic service view bugfix

21 Sep 09:30
Compare
Choose a tag to compare

Small bugfix for service view, listing backups did not always properly refresh.

1.5.0 - Dynamic service view

20 Sep 23:32
Compare
Choose a tag to compare

The service view showing backups now updates dynamically.

1.4.0 - Metrics running & queued state

19 Sep 07:53
Compare
Choose a tag to compare
  • Breaking change: Prometheus metrics format has changed.
  • adds metrics for backup/restore running & queued state.

1.3.0 - Prometheus Metrics

17 Sep 11:38
Compare
Choose a tag to compare

This release adds a Prometheus /metrics endpoint to backman.

1.2.0 - Elastiscsearch support

05 Sep 07:49
Compare
Choose a tag to compare

Added support for backup and restore of Elasticsearch, done via elasticdump.

1.1.0 - JSON configuration

04 Sep 20:58
Compare
Choose a tag to compare

Switching from multiple complicated environment variables to using a JSON configuration format.
See additional information in README.md

1.0.1 - S3 binding fix

04 Sep 20:55
Compare
Choose a tag to compare

This release fixes reading the correct custom S3 binding label if configured via BACKMAN_S3_SERVICE_LABEL.