Moin, folgende Ausgangssituation:
-
RasPi4 mit ioBroker (alles aktuell, sowohl ioBroker als auch RaspiOS Bullseye), influxd installiert (1.8.10), aber keine Datenbank
-
RasPi3 (aktuelles Buster) mit influxDB (1.8.10), Grafana und etlichen anderen ausgelagerten Diensten, die ich in ioBroker eingebunden habe. Hier läuft die Datenbank, wobei die Daten auf einem USB-Stick gespeichert werden (vfat, muss auch aus Gründen so bleiben , in fstab sind uid/gid aber auf influxdb angepasst)
Ziel ist es, mittels BackitUp beim täglichen Backup auch die influxDB-Datenbank mit aufs NAS zu sichern. Die Einrichtung mit den entsprechenden Ports etc. klappt, allerdings funktioniert es nicht vollständig:
[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
[DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
[ERROR] [influxDB] - [IGNORED] Error: Command failed: influxd backup -portable -database iobroker -host 192.168.178.99:8088 "/opt/iobroker/backups/influxDB_2022_02_08-13_54_55_backupiobroker"
2022/02/08 13:54:55 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (0)...
2022/02/08 13:54:57 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (1)...
2022/02/08 13:54:59 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (2)...
2022/02/08 13:55:01 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (3)...
2022/02/08 13:55:03 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (4)...
2022/02/08 13:55:05 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2s and retrying (5)...
2022/02/08 13:55:07 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 3.01s and retrying (6)...
2022/02/08 13:55:10 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 11.441s and retrying (7)...
2022/02/08 13:55:22 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 43.477s and retrying (8)...
2022/02/08 13:56:05 Download shard 2 failed copy backup to file: no data returned, check server logs for snapshot errors. Waiting 2m45.216s and retrying (9)...
2022/02/08 13:58:51 error (copy backup to file: no data returned, check server logs for snapshot errors) when backing up db: iobroker, rp autogen, shard 2. continuing backup on remaining shards
2022/02/08 13:58:51 backup failed: copy backup to file: no data returned, check server logs for snapshot errors
backup: copy backup to file: no data returned, check server logs for snapshot errors
Wenn ich direkt auf dem RasPi3 ein influxd backup starte, werden die Metadaten der Datenbank gesichert, allerdings nicht die Daten vom USB-Stick, es kommt die gleiche Fehlermeldung. Beim Recherchieren nach der Meldung bin ich nur auf Issues gestoßen, die mich nicht weiter gebracht haben oder die ich nicht verstanden habe...
Hat einer von den Experten eine Idee/einen Ansatz wie ich hier vorgehen kann?
Besten Dank, Tom