Hi,
I just updated Grafana on my Raspberry Pi from 6.7.2 to 7.0.0 via deb file. The file was downloaded with wget and installed with “sudo dpkg -i grafana_7.0.0_armhf.deb”
The update went through without error message. When I check on the start page of my Grafana, it still shows “Version 6.7.2 (423a25fc32)” on the lower right though. But the package seems to be installed.
pi@rpi-pihole:/ $ dpkg -s grafana
Package: grafana
Status: install ok installed
Priority: extra
Section: default
Installed-Size: 116770
Maintainer: contact@grafana.com
Architecture: armhf
Version: 7.0.0
Depends: adduser, libfontconfig1
Conffiles:
/etc/default/grafana-server 06959dae18c2a458543a93d99983f62e obsolete
/etc/init.d/grafana-server 6302d5d231bb96666ffd353dd6831031 obsolete
/usr/lib/systemd/system/grafana-server.service 1334e04e6f19cefb02c8c128566d7149 obsolete
Description: Grafana
License: “Apache 2.0”
Vendor: Grafana
Homepage: https://grafana.com
Is this a display issue in the UI?
Regards,
Daniel
P.S.: In /var/log/grafana/grafana.log is a warning about a deprecated “phantomJS”, which for me would hint at 7.0 being installed.