NEWS
(Gelöst) Fehlermeldung bei Backitup
-
@thomas-braun Hallo Thomas, bei Eingabe dieser Befehle wird bei mir nichts installiert:
pi@homebridge:~ $ sudo apt install lsb-release wget Reading package lists... Done Building dependency tree... Done Reading state information... Done lsb-release is already the newest version (11.1.0). lsb-release set to manually installed. wget is already the newest version (1.21-1+deb11u1). wget set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. pi@homebridge:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null pi@homebridge:~ $ export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc) pi@homebridge:~ $ echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null pi@homebridge:~ $
Was die {1} unter dem letzten Eingabeprompt bedeutet weiß ich nicht. Ich habe sie nicht eingegeben.
-
sudo apt update apt policy influxdb influxdb2
Jetzt müsste aber influx zur Installation verfügbar sein.
-
pi@homebridge:~ $ sudo apt update Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] Hit:2 http://deb.debian.org/debian bullseye InRelease Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Get:5 https://repos.influxdata.com/debian bullseye InRelease [4,739 B] Hit:6 https://deb.nodesource.com/node_14.x bullseye InRelease Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [154 kB] Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] Get:9 http://security.debian.org/debian-security bullseye-security/main Translation-en [95.3 kB] Get:10 https://repos.influxdata.com/debian bullseye/stable armhf Packages [778 B] Get:11 https://repos.influxdata.com/debian bullseye/stable arm64 Packages [1,268 B] Fetched 491 kB in 2s (314 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. pi@homebridge:~ $ apt policy influxdb influxdb2 influxdb: Installed: (none) Candidate: 1.8.10-1 Version table: 1.8.10-1 500 500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages 1.6.7~rc0-1+b5 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages influxdb2: Installed: (none) Candidate: 2.2.0 Version table: 2.2.0 500 500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages pi@homebridge:~ $
-
Dann ist das Repository jetzt richtig angelegt und du kannst aus dem Vollen schöpfen, was influx in allen möglichen Verkanten angeht. Ich weiß ja nicht was du jetzt installieren willst.
-
@thomas-braun Einfach nur die Influx 2, die soll sauber drauf sein
-
@damrak2022
Dann halt die influxdb2 wie üblich installieren. -
-
Das Paket influxdb2 ist die Datenbank selber, influxdb2-cli sind die zusätzlichen Kommandozeilentools (werden u.a. für Backups benötigt)
-
@thomas-braun Okay, aber die Befehle sind korrekt, oder?
-
@damrak2022
Ja, prinzipiell schon. -
@thomas-braun Okay, aber was heißt prinzipiell? Würdest Du es anders machen
-
@damrak2022
Nein.
Der Standardbefehl istapt install PAKETNAME
-
@thomas-braun Vielen Dank