I have grafana 9.3.2 up and running and started to look to upgrade to 11.6. While reading the doc I understand that I need to back up the configuration as well as plugins directory in data.
When I visit the pluging section in the web I have a lot of installed plugins
OK, so I don’t need to backup any upgrade and just download the version 11. How about data sources, how can I back them to be used in the new version? I have a lot of Data sources
unlike plugins, datasources are saved in the grafana.db itself.
what I always do
download grafana for windows zip file and extract
copy from previous server both data and conf folder
in new grafana temporarily modify port in ini file (so it does not conflict with current running grafana port)
start the server from bin folder
go to browser localhost:temp_port, fully test.
if all is good, I stop the old grafana, stop the new grafana, change port in ini of new server to what it was. start new grafana. I use a tool called nssm to install grafana as a “service”
Thanks Antony, sorry I have responded very quickly, I will do 9.3.2 > 10 > 11 > 12. But one question : is sqlite db used by 9.3.2 will be compatible with 10, 11, or 12? Why I am asking is because I understood that data sources are inside the sqlite db
Hi, so far so good up to v12, copying the sqlite DB from V9.3.2 works fine . Now to go to V13, I really need a zip download and not tar.gz. Why V13 windows download is tar.gz?