[SOLVED] Todays (25.08.23) openhabian-config update damages grafana server

Installation: OH 4.0.2 on Raspi4
Todays automatic update seems to contain (only) one major update : Grafana from version 10.0.3 to 10.1.0
After the update has been performed, Grafana is up and running, but no login in is possible anymore.
Seems the user/password combinations have been overwritten or are not found anymore.
Also the standard admin:admin initial access does not work.
Executing “sudo grafana-cli admin reset-admin-password admin” does run through but with no effect to the installation.

I double checked the issue - after it occurred, I restored a backup (from yesterday) to the OH4 SSD - all fine, grafana (10.0.3) available and running.
Repeating the update with openhabian-config produced the same issue like described.

Die folgenden Pakete werden aktualisiert (Upgrade):
grafana
1 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 277 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 367 MB Plattenplatz zusätzlich benutzt.
Holen:1 https://packages.grafana.com/oss/deb stable/main armhf grafana armhf 10.1.0 [277 MB]
Es wurden 277 MB in 47 s geholt (5.856 kB/s).
apt-listchanges: Changelogs werden gelesen…
(Lese Datenbank … 84312 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von …/grafana_10.1.0_armhf.deb …
Entpacken von grafana (10.1.0) über (10.0.3) …
grafana (10.1.0) wird eingerichtet …
Restarting grafana-server service… OK
Updating FireMotD available updates count …

Known issue, for a workaround see Grafana-Server crashes with SIGILL after update from 10.0.3 to 10.1.0 on RaspberryPi · Issue #73781 · grafana/grafana · GitHub

Thanks @holger.ebert for the quick update!

@openhab maintainers - this update should be then excluded from the automatic update run until the issue is solved! Please comment.

That ain’t an openHABian issue, we’re just making use of the Debian base.
It’s out of openHABian scope to track and take care of all upstream issues, that’s nothing we have the willingness and capacity to handle. When even the Debian people cannot, neither can we.
You can use the standard Debian mechanism such as apt hold to take care of that yourself.

Running the (grafana) update with

sudo apt update
sudo apt full-upgrade

now worked well - grafan updated to v10.1.2 w/o any problems.