NEWS
[gelöst] Backit Up Adapter Fehlermeldung bei Influx
-
Moment Sorry,
von hier: https://pimylifeup.com/raspberry-pi-influxdb/
Ahh ok. also quasi das dann nochmal auf dem Pi wo mein Iobroker läuft ?
-
@michaelf sagte in Backit Up Adapter Fehlermeldung bei Influx:
Ahh ok. also quasi das dann nochmal auf dem Pi wo mein Iobroker läuft ?
Wenn das der Client ist, ja.
-
Kann ich die gleiche Anleitung nehmen, oder ist bei der Installation was zu beachten weil schon Iobroker läuft ?
Dann teste ich das gleich.
-
Ob da irgendwas anderes läuft ist dem Paketmanager egal.
apt policy influxdb
und wenn da die 1.8.10 als Candidate angezeigt wird:
echad@chet:/opt/iobroker $ apt policy influxdb influxdb: Installed: (none) Candidate: 1.8.10-1
dann einfach ein
sudo apt install influxdb
reinhacken. Fertig:
echad@chet:/opt/iobroker $ type -p influxd /usr/bin/influxd
-
@thomas-braun said in Backit Up Adapter Fehlermeldung bei Influx:
Ob da irgendwas anderes läuft ist dem Paketmanager egal.
apt policy influxdb
und wenn da die 1.8.10 als Candidate angezeigt wird:
echad@chet:/opt/iobroker $ apt policy influxdb influxdb: Installed: (none) Candidate: 1.8.10-1
dann einfach ein
sudo apt install influxdb
reinhacken. Fertig:
echad@chet:/opt/iobroker $ type -p influxd /usr/bin/influxd
Mega, vielen Dank ! ich teste gleich
-
Ich habe hier :
pi@iobroker:/opt/iobroker $ apt policy influxdb influxdb: Installiert: (keine) Installationskandidat: 1.6.7~rc0-1 Versionstabelle: 1.6.7~rc0-1 500 500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
-
Da fehlt dann das influxdb-Repository.
Schau mal nach meinem BeitragPhantastische Repos und wo sie zu finden sind
Das steht drin wie man das am besten ranzieht.
-
Scheint zu passen :
pi@iobroker:/opt/iobroker $ apt policy influxdb influxdb: Installiert: 1.8.10-1 Installationskandidat: 1.8.10-1 Versionstabelle: *** 1.8.10-1 500 500 https://repos.influxdata.com/debian stable/main armhf Packages 100 /var/lib/dpkg/status 1.6.7~rc0-1 500 500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
Hab ich den Falschen Port ? 8086 nicht Richtig ::
[DEBUG] [iobroker] - done [DEBUG] [influxDB] - InfluxDB-Backup for influxDB is started ... [DEBUG] [influxDB] - Start InfluxDB Backup ... [DEBUG] [influxDB] - InfluxDB Backup tmp directory created [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2024_01_19-19_56_11_influxDB_backupiobroker" [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2024_01_19-19_56_11_influxDB_backupiobroker" successfully deleted [DEBUG] [influxDB] - 2024/01/19 19:56:11 backing up metastore to /opt/iobroker/backups/influxDB_2024_01_19-19_56_11_influxDB_backupiobroker/meta.00 [ERROR] [influxDB] - Error: Command failed: influxd backup -portable -database iobroker -host 192.168.178.78:8086 "/opt/iobroker/backups/influxDB_2024_01_19-19_56_11_influxDB_backupiobroker" 2024/01/19 19:56:11 Invalid metadata blob, ensure the metadata service is running (default port 8088) backup: invalid metadata received
-
Weiß ich nicht, verwende influxdb nicht.
-
Bei der Influxdb 1.x läuft das Backup über den Port 8088. In der der influxdb.conf muss aber
bind-address = ":8088"
eingestellt sein / einkommentiert werden
-
@marc-berg said in Backit Up Adapter Fehlermeldung bei Influx:
Bei der Influxdb 1.x läuft das Backup über den Port 8088. In der der influxdb.conf muss aber
bind-address = ":8088"
eingestellt sein / einkommentiert werden
Auch grade gefunden, das hatte ich noch nicht gemacht. Muss der Server danach neu gestartet werden ?
-
@michaelf sagte in Backit Up Adapter Fehlermeldung bei Influx:
Muss der Server danach neu gestartet werden ?
ja.
-
Mega, Funktioniert ! Danke an alle
[DEBUG] [iobroker] - done [DEBUG] [influxDB] - InfluxDB-Backup for influxDB is started ... [DEBUG] [influxDB] - Start InfluxDB Backup ... [DEBUG] [influxDB] - InfluxDB Backup tmp directory created [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker.tar.gz [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker" [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker" successfully deleted [DEBUG] [influxDB] - InfluxDB-Backup for influxDB is finish [DEBUG] [influxDB] - InfluxDB-Backup for influxDB is started ... [DEBUG] [influxDB] - Start InfluxDB Backup ... [DEBUG] [influxDB] - InfluxDB Backup tmp directory created [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker.tar.gz [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker" [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2024_01_19-20_16_07_influxDB_backupiobroker" successfully deleted [DEBUG] [influxDB] - InfluxDB-Backup for influxDB is finish [DEBUG] [influxDB] - done
-
@michaelf Bitte setze das Thema auf [gelöst]
-
@simatec said in Backit Up Adapter Fehlermeldung bei Influx:
@michaelf Bitte setze das Thema auf [gelöst]
Das geht wo ?, Doofe Frage sorry