Hello I installed a new container with Grafana 9.0.0 and it works fine.
But when I try to replace the new grafana.db file from version 9.0.0 with the one I have in use in version 7.5.4, the new version doesn’t start. I’ve tried to do the same with version 8.0.1 and 8.5.6 and the same thing happens. Some help?
might want to use this approach for upgrade?
https://grafana.com/docs/grafana/next/setup-grafana/upgrade-grafana/#docker
We make this:
sqlite
If you use sqlite you only need to make a backup of your grafana.db
file. This is usually located at /var/lib/grafana/grafana.db
on Unix systems. If you are unsure what database you use and where it is stored check you grafana configuration file. If you installed grafana to custom location using a binary tar/zip it is usually in <grafana_install_dir>/data
.
But don´t work.