-
What Grafana version and what operating system are you using
=> 9.1.1 -
What are you trying to achieve
=> Upgrade to 10.2.3 -
How are you trying to achieve it
=> add in a file “grafana.list” in “sources.list.d” the line
deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main
after adding the key at the right place
then apt update
then apt install grafana
- What happened?
=> Grafana 10.2.3 is innstalled without error :
running apt install grafana again says :
grafana is already the newest version (10.2.3).
but when going in the grafana web page I get 9.1.1 for the version.
the folowing command confirm it
sudo /usr/sbin/grafana-server -v
Version 9.1.1 (commit: 9e60a1bff1, branch: HEAD)
- What did you expect to happen?
=> to be on 10.2.3
Any idea of the problem?
Thanks