NEWS
Influxdb2 Backitup
-
Ich habe Influxdb2 neuerdings unter Proxmox in Ct laufen, leider schaffe ich es nun nicht ein Backup über Backitup zu erstellen.
Der Influxdb Adapter ist verbunden und liefert Daten..backitup.0 2023-04-16 14:48:44.700 error [iobroker] Error: Command failed: influx backup --bucket iobrokerneu --host http://192.168.1.180:8088 -t 1Av8LYspeMZIS5BoqOQpPP1s8slxpewBlJagIJcHjVulphOf5__DGzaI_dono3y2IWbYjvcVKy1F7nxIPIEkig== "/opt/iobroker/backups/influxDB_2023_04_16-14_48_44_backupiobroker"/bin/sh: 1: influx: not found backitup.0 2023-04-16 14:48:44.699 error [iobroker/influxDB] /bin/sh: 1: influx: not found backitup.0 2023-04-16 14:48:44.698 error [iobroker/influxDB] Error: Command failed: influx backup --bucket iobrokerneu --host http://192.168.1.180:8088 -t 1Av8LYspeMZIS5BoqOQpPP1s8slxpewBlJagIJcHjVulphOf5__DGzaI_dono3y2IWbYjvcVKy1F7nxIPIEkig== "/opt/iobroker/backups/influxDB_2023_04_16-14_48_44_backupiobroker"
-
-
@glasfaser danke.... ich steig da aber nicht durch was ich da machen muss......cli ist installiert..
[DEBUG] [iobroker] - done [DEBUG] [influxDB] - InfluxDB-Backup 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_2023_04_16-15_25_09_backupiobroker" [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_04_16-15_25_09_backupiobroker" successfully deleted [DEBUG] [influxDB] - [ERROR] [influxDB] - Error: Command failed: influx backup --bucket iobrokerneu --host http://192.168.1.180:8088 -t 1Av8LYspeMZIS5BoqOQpPP1s8slxpewBlJagIJcHjVulphOf5__DGzaI_dono3y2IWbYjvcVKy1F7nxIPIEkig== "/opt/iobroker/backups/influxDB_2023_04_16-15_25_09_backupiobroker" /bin/sh: 1: influx: not found
-
-
sudo apt update apt policy influxdb*
-
@marc-berg gute Frage ... wie kann ich das feststellen
-
keksn@Influxdb:~$ sudo apt update apt policy influxdb* Hit:1 https://repos.influxdata.com/debian stable InRelease Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu kinetic-security InRelease Ign:5 https://repos.influxdata.com/debian $(lsb_release InRelease Err:6 https://repos.influxdata.com/debian $(lsb_release Release 404 Not Found [IP: 18.66.15.57 443] Reading package lists... Done E: The repository 'https://repos.influxdata.com/debian $(lsb_release Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. N: Unable to locate package influxdb2-client-2.3.0-linux-amd64 N: Couldn't find any package by glob 'influxdb2-client-2.3.0-linux-amd64' N: Unable to locate package influxdb2-client-2.3.0-linux-amd64.tar.gz N: Couldn't find any package by glob 'influxdb2-client-2.3.0-linux-amd64.tar.gz' keksn@Influxdb:~$
-
@keksn sagte in Influxdb2 Backitup:
@marc-berg gute Frage ... wie kann ich das feststellen??
-
@keksn sagte in Influxdb2 Backitup:
The repository 'https://repos.influxdata.com/debian $(lsb_release Release'
Dein influxdb-Repository ist falsch aufgesetzt.
Software wird nicht über tar.gz-Archive installiert. -
@thomas-braun danke, was wäre die Lösung "einfach erklärt"?
-
rm influxdb2* rm /etc/apt/sources.list.d/influx* sudo apt update
-
keksn@Influxdb:~$ rm influxdb2* rm /etc/apt/sources.list.d/influx* sudo apt update rm: cannot remove 'influxdb2-client-2.3.0-linux-amd64': Is a directory rm: remove write-protected regular file '/etc/apt/sources.list.d/influxdata.list'? rm: remove write-protected regular file '/etc/apt/sources.list.d/influxdb.list'?
-
sudo rm -rf influxdb2* sudo rm /etc/apt/sources.list.d/influx* sudo apt update
-
@thomas-braun sagte in Influxdb2 Backitup:
sudo apt update
denke die ganze Installation ist zum Kübeln....
eksn@Influxdb:~$ sudo rm -rf influxdb2* sudo rm /etc/apt/sources.list.d/influx* sudo apt updatekeksn@Influxdb:~$ keksn@Influxdb:~$ sudo apt update Hit:1 https://repos.influxdata.com/debian stable InRelease Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu kinetic-security InRelease Ign:5 https://repos.influxdata.com/debian $(lsb_release InRelease Err:6 https://repos.influxdata.com/debian $(lsb_release Release 404 Not Found [IP: 18.66.15.86 443] Reading package lists... Done E: The repository 'https://repos.influxdata.com/debian $(lsb_release Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. keksn@Influxdb:~$
-
-
gibt es ausser der Anleitung von Influxdb eine einfache Anleitung Influxdb2 sauber unter Proxmox in einem Ct zu Installieren?
-
Ich nehme normalerweise Debian nur läuft das in letzter zeit so langsam im CT ....
-
Keine Ahnung. Was ist an der Anleitung wie man Quellen anlegt kompliziert?
-
@keksn sagte in Influxdb2 Backitup:
Ich nehme normalerweise Debian nur läuft das in letzter zeit so langsam im CT ....
Und warum sollte ein Ubuntu-Debian da anders laufen?
-
keksn@Influxdb:~$ ls -lAh /etc/apt/sources.list.d/ total 8.0K -rw-r--r-- 1 root root 117 Apr 16 12:20 influxdata.list -rw-r--r-- 1 root root 66 Apr 16 13:22 influxdb.list keksn@Influxdb:~$