Skip to content

Releases: fabien-github/duplicati_dashboard

v2.0.2

14 Apr 20:00
1559fdd
Compare
Choose a tag to compare

v2.0.1

25 Apr 17:53
Compare
Choose a tag to compare

v2.0.0

11 Dec 00:14
7e9d1c2
Compare
Choose a tag to compare

What's Changed

  • Breaking changes - Upgrade grafana with new alerting system by @fabien-github in #6

More information here : https://github.com/fabien-github/duplicati_dashboard/releases/tag/v1.0.0

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

10 Dec 23:39
Compare
Choose a tag to compare

v1 will stay on the old grafana alerting system (< 8.0) since upgrading adds breaking changes.

Breaking changes to consider before migrating :

  • When upgrading grafana container to a newer version (> 7.x) grafana will try to migrate old alerting configurations. It's messy and don't really integrate with the new provisioning system that has been reworked too. So the best way is to delete the grafana data directory. At this point all configurations will be lost, but everything concerned by this project will be recreated during provisioning. If you have created custom configurations (groups / users / dashboards / ...), you will lose them.

  • Another point is the NOTIFIER_EMAIL_RECIPIENT variable. Recipients need to be separated by a semicolon rather than a comma.

Create a backup of your grafana/data folder if needed.

Steps to migrate to v2 :

docker-compose down
find grafana/data/* -not -name .keep -delete
git pull
docker-compose up -d

Full Changelog: https://github.com/fabien-github/duplicati_dashboard/commits/v1.0.0