Upgrade from latest 6.7. to 7.0.0 on ubuntu 18.04 LTS

Hi,

I am running grafana oss edition on an ARM64-based ubuntu 18.04LTS.
Today I was upgrading from the latest 6.7. release to 7.0.0 (use the apt repositories from grafana) and now grafana does not start anymore

The logs state that the glibc is not matching.
grafana-server[13734]: /usr/sbin/grafana-server: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.28’ not found (required by /usr/sbin/grafana-server)

Output of ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27

Please support me to resolve this issue!

Br Thomas

Thanks for reporting this @amused! I will see if I can figure out what goes wrong here.

1 Like

Output of ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27

1 Like

I made an issue for your problem.

1 Like

same Problem here with Raspi 3b+
how can i switch to the older version?

Ahh. Sorry. Found it.
sudo apt-get install grafana=6.7.3 works fine :slight_smile: