Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

62 lines (44 loc) · 2.02 KB

Changelog

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.

[v1.2.12] - 2024-10-04

Fixed

  • Change call docker compose (previously docker-compose)

[v1.2.11] - 2024-04-08

Fixed

  • Update restic version to latest (v0.16.4) See #46

  • Fix coopdevs.restic-role version

[v1.2.10] - 2023-08-16

Fixed

  • Replace paulfantom restic role because of no maintenace See #45

[v1.2.9] - 2022-08-04

Fixed

  • Escape dollar character in docker compose See #44

[v1.2.8] - 2022-08-03

Fixed

  • Backup user can manage docker containers See #43

[v1.2.7] - 2022-08-03

Fixed

  • 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 bepublic #41.

[v1.2.6] - 2020-01-23

Fixed

  • When using default backups-prepare script, manage the case when no assets_paths are defined. See #38

[v1.2.5] - 2020-01-20

Changed

  • Print promtail-friendly logs to be compatible with monitoring-role. See #37

[v1.2.4] - 2019-12-03

Fixed

  • Do not backup non-existing config.tar.gz with the restic command #36

[v1.2.3] - 2019-12-03

Removed

  • 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