NEWS
Test Adapter ioBroker.backitup v3.0.x
-
@axled Darf ich fragen, warum du dies so machst?
Backitup kann doch selber zu definierten Zeiten und alle x Tage ein automatisches Backup erstellen.
Da braucht es kein Blockly -
weil meine NAS sporadisch 1x die Woche läuft, daher greift die Zeitplanung von Backitup leider in meinem Fall auch nicht (immer).
Gruß
AxLED
-
@simatec Einstellungsfrage:
Welcher Token gehört hier hinein?
User-Token?
Wo hole ich den InfluxDB-Datenbank-Token? -
@mcu Dir fehlen die Influx-cli
https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch#influxdb-backup -
@simatec
Ich habe es jetzt nach Anleitung installiert, bekomme aber den gleichen Fehler, auch nach Neustart von influx und Instanz (backitup)? Muss man noch was machen?prox@influxdb:~$ apt policy influxdb-client influxdb2-cli influxdb-client: Installed: (none) Candidate: 1.6.7~rc0-1+b5 Version table: 1.6.7~rc0-1+b5 500 500 http://ftp.debian.org/debian bullseye/main amd64 Packages influxdb2-cli: Installed: 2.3.0 Candidate: 2.3.0 Version table: *** 2.3.0 500 500 https://repos.influxdata.com/debian stable/main amd64 Packages 100 /var/lib/dpkg/status
-
-
@thomas-braun sagte in Test Adapter ioBroker.backitup v2.4.x:
apt policy influxdb*
apt policy influxdb* 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'
-
Dann hast du dir irgendwas irgendwie am Paketmanager vorbei ins System geprügelt.
Sauber sähe das so aus:
echad@chet:/opt/iobroker $ apt policy influxdb* influxdb2-cli: Installed: (none) Candidate: 2.3.0 Version table: 2.3.0 500 500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages influxdb-client: Installed: (none) Candidate: 1.6.7~rc0-1+b5 Version table: 1.6.7~rc0-1+b5 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages influxdb-dev: Installed: (none) Candidate: (none) Version table: 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.3.0-1 Version table: 2.3.0-1 500 500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
-
wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.3.0-linux-amd64.tar.gz --2022-07-10 19:41:36-- https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.3.0-linux-amd64.tar.gz Resolving dl.influxdata.com (dl.influxdata.com)... 54.230.206.23, 54.230.206.30, 54.230.206.53, ... Connecting to dl.influxdata.com (dl.influxdata.com)|54.230.206.23|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5350662 (5.1M) [application/x-gzip] Saving to: 'influxdb2-client-2.3.0-linux-amd64.tar.gz' influxdb2-client-2.3.0-linux-amd64.tar.gz 100%[=======================================================================================>] 5.10M --.-KB/s in 0.1s 2022-07-10 19:41:36 (34.4 MB/s) - 'influxdb2-client-2.3.0-linux-amd64.tar.gz' saved [5350662/5350662] prox@influxdb:~$ tar xvzf ./influxdb2-client-2.3.0-linux-amd64.tar.gz influxdb2-client-2.3.0-linux-amd64/LICENSE influxdb2-client-2.3.0-linux-amd64/README.md influxdb2-client-2.3.0-linux-amd64/influx prox@influxdb:~$ sudo cp influxdb2-client-2.3.0-linux-amd64/influx /usr/local/bin/ We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for prox: prox@influxdb:~$
-
Macht man ja auch nicht so.
-
@thomas-braun Steht aber so dort:
https://docs.influxdata.com/influxdb/v2.3/tools/influx-cli/?t=Linux
Wie sonst? -
Da steht aber auch, wie man sich deren Repo anlacht.
Software unter Debian wird (zu 99,9%) IMMER über den Paketmanager installiert. Auch influx. -
@mcu leg die mal in /usr/bin
Bei einigen Systemen wird usr/local/bin nicht richtig erkannt -
@simatec Bringt keinen Unterschied.
-
@thomas-braun Kannst du mal bitte in Backitup ein Issue anlegen, wie man über Paketmanager die influx-cli installiert
Also speziell für influxdb2.Dann passe ich die Doku an.
Damals gab es noch kein offizielles Paket -
https://docs.influxdata.com/influxdb/v1.8/introduction/install/
Leg dir das Repo an, da ist auch influxdb2 drin. Und dann installierst du das sauber.
Und kratz das wieder aus /usr/local/bin raus.
-
@mcu
Was kommt denn, wenn du influx in der Konsole aufrufst? -
influx NAME: influx - Influx Client USAGE: influx [command] COMMANDS: version Print the influx CLI version write Write points to InfluxDB bucket Bucket management commands completion Generates completion scripts query Execute a Flux query config Config management commands org, organization Organization management commands delete Delete points from InfluxDB user User management commands task Task management commands telegrafs List Telegraf configuration(s). Subcommands manage Telegraf configurations. dashboards List Dashboard(s). export Export existing resources as a template secret Secret management commands v1 InfluxDB v1 management commands auth, authorization Authorization management commands apply Apply a template to manage resources stacks List stack(s) and associated templates. Subcommands manage stacks. template Summarize the provided template bucket-schema Bucket schema management commands ping Check the InfluxDB /health endpoint setup Setup instance with initial user, org, bucket backup Backup database restore Restores a backup directory to InfluxDB remote Remote connection management commands replication Replication stream management commands server-config Display server config help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help
-
@mcu na geht doch.
Dan sollte es auch in Backitup gehen.
Falls die influx aus irgend einem Grund von Backitup nicht gefunden wird, trage den kompletten Pfad in der Config ein -
@simatec So?