What happened?
- grafana contact points and notification policy are deleted automatically in grafana after the upgrade of grafana from 9 to 10 .
What did you expect to happen?
- grafana contact points and notification policy should remain as it is
Did this work before?
- yes
How do we reproduce it?:
- upgraded from grafana 9 to 10.4.8
Is the bug inside a dashboard panel?
i am running the grafana in K8s , installed via helm . the alerting system is upgraded to grafana alert manager properly .
the details in /etc/grafana.ini are
[alerting]
enabled = false
[unified_alerting]
enabled = true
and in ($WORKING_DIR/conf/default.ini)
the baove values are empty .
as it suggested not edit the above default.ini , and also i am not running the grafana pod via root access so i cant change the values inside ($WORKING_DIR/conf/default.ini)