Releases: swisscom/backman
1.7.1 - Add "mysql-database" to recognized MySQL services
Adds "mysql-database" as a recognized MySQL service type to backman.
1.7.0 - Handling of user-provided Postgres bindings
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
Adds new metrics about number of backup files and their filesize.
1.5.1 - Dynamic service view bugfix
Small bugfix for service view, listing backups did not always properly refresh.
1.5.0 - Dynamic service view
The service view showing backups now updates dynamically.
1.4.0 - Metrics running & queued state
- Breaking change: Prometheus metrics format has changed.
- adds metrics for backup/restore running & queued state.
1.3.0 - Prometheus Metrics
This release adds a Prometheus /metrics
endpoint to backman.
1.2.0 - Elastiscsearch support
Added support for backup and restore of Elasticsearch, done via elasticdump
.
1.1.0 - JSON configuration
Switching from multiple complicated environment variables to using a JSON configuration format.
See additional information in README.md
1.0.1 - S3 binding fix
This release fixes reading the correct custom S3 binding label if configured via BACKMAN_S3_SERVICE_LABEL
.