NEWS
InfluxDB neu - Backitup Fehler
-
Hallo zusammen,
ich musste meine influxDB neu installieren.
Jetzt bekomme ich im log von ioBroker diese Meldungen wenn backitup eine Sicherung machen soll.
backitup.0 2025-10-22 11:39:20.738 error [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors. backitup.0 2025-10-22 11:38:40.872 error [iobroker] Error: Command failed: influxd backup -portable -database home -host 192.168.49.43:8088 "/opt/iobroker/backups/influxDB_2025_10_22-11_34_45_backupiobroker" 2025/10/22 11:34:45 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (0)... 2025/10/22 11:34:47 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (1)... 2025/10/22 11:34:49 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (2)... 2025/10/22 11:34:51 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (3)... 2025/10/22 11:34:53 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (4)... 2025/10/22 11:34:55 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (5)... 2025/10/22 11:34:57 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 3.01s and retrying (6)... 2025/10/22 11:35:00 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 11.441s and retrying (7)... 2025/10/22 11:35:12 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 43.477s and retrying (8)... 2025/10/22 11:35:55 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2m45.216s and retrying (9)... backup: dial tcp 192.168.49.43:8088: connect: connection refused backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] backup: dial tcp 192.168.49.43:8088: connect: connection refused backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:35:55 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2m45.216s and retrying (9)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:35:12 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 43.477s and retrying (8)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:35:00 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 11.441s and retrying (7)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:57 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 3.01s and retrying (6)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:55 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (5)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:53 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (4)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:51 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (3)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:49 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (2)... backitup.0 2025-10-22 11:38:40.871 error [iobroker/influxDB] 2025/10/22 11:34:47 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (1)... backitup.0 2025-10-22 11:38:40.870 error [iobroker/influxDB] 2025/10/22 11:34:45 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused. Waiting 2s and retrying (0)... backitup.0 2025-10-22 11:38:40.870 error [iobroker/influxDB] Error: Command failed: influxd backup -portable -database home -host 192.168.49.43:8088 "/opt/iobroker/backups/influxDB_2025_10_22-11_34_45_backupiobroker"
Im Influx-Adapter aknn ich die Verbindung testen - alles ok. Daten werden auch in die Datenbank geschrieben.
Ich weiß nicht wo ich suchen soll.
-
@beowolf sagte in InfluxDB neu - Backitup Fehler:
Ich weiß nicht wo ich suchen soll.
Aus der Doku:
https://github.com/simatec/ioBroker.backitup/wiki/ioBroker.backitup-Wiki-Deutsch#influxdb-backup
Wenn die InfluxDB von einem entfernten Server gesichert werden soll, müssen in der influxdb.conf auf dem entfernten Server die Remote-Rechte für den RPC-Dienst angepasst werden. bind-address = "<InfluxDB-IP>:8088" oder bind-address = "0.0.0.0:8088"
-
Danke. Wie immer, kaum macht man es richtig, funktioniert es.