NEWS
backitup Fehlermeldung
-
-
pi@raspberrypi:~ $ ls -lah /etc/apt/sources.list.d/ apt-key list | grep -i influx total 28K drwxr-xr-x 2 root root 4.0K Jun 20 13:25 . drwxr-xr-x 8 root root 4.0K Jul 23 11:43 .. -rw-r--r-- 1 root root 418 Jun 20 13:25 evcc-stable.list -rw-r--r-- 1 root root 84 Jul 23 11:37 grafana.list -rw-r--r-- 1 root root 103 Jul 23 18:08 influxdb.list -rw-r--r-- 1 root root 208 Aug 23 2022 nodesource.list -rw-r--r-- 1 root root 191 Apr 4 2022 raspi.list Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). pi@raspberrypi:~ $
-
sudo rm /etc/apt/sources.list.d/influxdb.list wget -q https://repos.influxdata.com/influxdata-archive_compat.key echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list rm influxdata-archive_compat.key
-
Danke Thomas das wars
pi@raspberrypi:~ $ apt list --upgradable Listing... Done grafana/stable 10.0.2 armhf [upgradable from: 9.1.3] N: There are 237 additional versions. Please use the '-a' switch to see them. pi@raspberrypi:~ $
Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x
-
@maximinus sagte in backitup Fehlermeldung:
Ist es ratsam auf 10.0.2 zu wechseln? ich bin bei influxdb noch auf version1.x
Moin,
verwechselst Du da was?
Grafana ≠ influx
VG
Bernd -
@dp20eic
Grafana verarbeitet doch die Daten aus der influxdb. Es wäre ja möglich dass eine neue Version von Grafana auch eine neue Version von influxdb bedingt. Da ich bisher aber nichts vermisse würde ich lieber alles so lassen wie es ist. Es sei denn es wäre dringend angeraten doch upzugraden. Das war gemeint.
LG Gerhard
-
Updates sind zeitnah einzuspielen.
-
-
pi@raspberrypi:~ $ sudo apt update Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://repos.influxdata.com/debian stable InRelease Hit:4 https://apt.grafana.com stable InRelease Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease Get:6 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5,127 B] Fetched 5,127 B in 2s (3,290 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. pi@raspberrypi:~ $
Daher die Frage.
-
Ja, zieh die Version auf den letzten Stand.