Skip to content

v1.0.0

Compare
Choose a tag to compare
@fabien-github fabien-github released this 10 Dec 23:39

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