Update from 6.7.2 to 7.0.0 via deb file showing wrong version?

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.

grafik

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.

Have you:

a) restarted the grafana service on the Pi?

b) refreshed your browser window pointing at it?

Antony.

Thanks for trying to help.

a) yes, even rebooted the pi
b) yes, and even tried a browser which I’ve never used to access Grafana by now

Even the login screen shows the old version number and a notification about an available update:

Output of installer:
pi@rpi-pihole:~/Downloads $ sudo dpkg -i grafana_7.0.0_armhf.deb
(Lese Datenbank … 50842 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von grafana_7.0.0_armhf.deb …
Entpacken von grafana (7.0.0) über (7.0.0) …
Ersetzt durch Dateien in installiertem Paket grafana-rpi (6.7.2) …
grafana (7.0.0) wird eingerichtet …
Restarting grafana-server service… OK
Trigger für systemd (232-25+deb9u12) werden verarbeitet …

First installed version on the system was 6.7.2, was also installed from a downloaded deb-file.

Doh… Just noticed that for the 6.7.2 install I seem to have used the armv6-version, now trying to install the armv7. Might that be the cause?