All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change call docker compose (previously docker-compose)
-
Update restic version to latest (v0.16.4) See #46
-
Fix coopdevs.restic-role version
- Replace paulfantom restic role because of no maintenace See #45
- Escape dollar character in docker compose See #44
- Backup user can manage docker containers See #43
- Activated restic exporter and exposed with Prometheus format See #42
- Ensure the backups user has USAGE privilage on the database's schema. We assume it to be
public
#41.
- When using default backups-prepare script, manage the case when no assets_paths are defined. See #38
- Print promtail-friendly logs to be compatible with monitoring-role. See #37
- Do not backup non-existing
config.tar.gz
with the restic command #36
backups_role_config_paths
as we don't see the point on backing up anything other than a single path with assets. We always have a provisioning repo that is able to setup a new server with its config #34