I couldn’t find the Grafana, InfluxDB & Telegraf compatibility matrix anywhere online. There might be some documentation/resource that I’m missing, can someone please provide a link to that?
I’m using Grafana 5.2.2 with InfluxDB 1.3.4 and telegraf 1.3.5, Though they never posed a challenge, but I want to have an HA setup and also need to upgrade these to latest versions(7.0.3, 1.8 & 1.14.4 respectively). The older Grafana is getting heavily used, is there a way to upgrade and setup Grafana HA without downtime?
There is documentation on HA setup: https://grafana.com/docs/grafana/latest/tutorials/ha_setup/#how-to-setup-grafana-for-high-availability
For this use case, try installing Grafana 7.0.3, get it set up, and then switch over.
Unfortunately, you are making such a huge jump that there were database changes that happened. There is a risk of the older version crashing, and anyone actively editing something might lose their changes. @daniellee, anything to add?
@dianapayton Thanks for your help! Btw I’ve setup Grafana 7.0.3 on one of the testing servers, and added the older InfluxDB 1.3.4(which is getting used with the older Grafana) as a data source in this and it worked just fine, but still need to upgrade it to a latest version.
@dianapayton Also I’ve been through that documentation already, I was looking for more of a compatibility matrix…