Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Sicherung influxDB - Fehlermeldung

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Sicherung influxDB - Fehlermeldung

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active last edited by

      und natürlich den influxdb service nach der Änderung neu starten

      B 1 Reply Last reply Reply Quote 0
      • B
        Beowolf @crunchip last edited by

        @crunchip
        Ich bekomme immer noch diese Meldung.

        Started iobroker ...
        [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
        [DEBUG] [mount] - Wake on LAN MAC-Address: 38:EA:A7:A0:22:2B
        [DEBUG] [mount] - mount activ... umount is started before mount!!
        [DEBUG] [mount] - umount successfully completed
        [DEBUG] [mount] - noserverino option: false
        [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=Administrator,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.49.31/Software/Backups/ioBroker /opt/iobroker/backups"
        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
        [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=Administrator,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.49.31/Software/Backups/ioBroker /opt/iobroker/backups"
        [DEBUG] [mount] - mount successfully completed
        [DEBUG] [mount] - done
        [DEBUG] [iobroker] - host.raspberrypi 6776 states saved
        
        [DEBUG] [iobroker] - host.raspberrypi 6907 objects saved
        
        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2022_06_01-10_18_56_backupiobroker.tar.gz
        
        [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
        [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
        [DEBUG] [influxDB] - 2022/06/01 10:19:09 backing up metastore to /opt/iobroker/backups/influxDB_2022_06_01-10_19_09_backupiobroker/meta.00
        
        [ERROR] [influxDB] - Error: Command failed: influxd backup -portable -database InfluxDB -host 192.168.49.43:8088 "/opt/iobroker/backups/influxDB_2022_06_01-10_19_09_backupiobroker"
        2022/06/01 10:19:09 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (0)...
        2022/06/01 10:19:11 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (1)...
        2022/06/01 10:19:13 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (2)...
        2022/06/01 10:19:15 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (3)...
        2022/06/01 10:19:17 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (4)...
        2022/06/01 10:19:19 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 2s and retrying (5)...
        2022/06/01 10:19:21 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 3.01s and retrying (6)...
        2022/06/01 10:19:24 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 11.441s and retrying (7)...
        2022/06/01 10:19:36 Download shard 0 failed dial tcp 192.168.49.43:8088: connect: connection refused.  Waiting 43.477s and retrying (8)...
        2022/06/01 10:20:19 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
        
        
        1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active last edited by

          @beowolf installiert hast du aber den influxdb-service auf deinem iobroker und der Dienst läuft auch?
          Den influxdb-service hast du auf deinem anderen Pi (influxDB ist mit Grafana auf "Pi2-2 192.168.49.43)
          neu gestartet?

          B 1 Reply Last reply Reply Quote 0
          • B
            Beowolf @crunchip last edited by

            @crunchip

            jepp. gerade noch mal gemacht.

            DJMarc75 1 Reply Last reply Reply Quote 0
            • DJMarc75
              DJMarc75 @Beowolf last edited by DJMarc75

              @beowolf

              ich hab in meiner influxdb.conf folgendes noch eingetragen geändert:

              # Bind address to use for the RPC service for backup and restore.
              bind-address = "192.168.178.21:8088"
              

              also die IP natürlich anpassen

              edit: Zeile 15

              Einstellungen in Backitup
              Screenshot 2022-06-01 112016.png

              B 1 Reply Last reply Reply Quote 0
              • B
                Beowolf @DJMarc75 last edited by

                @djmarc75
                habe ich auch so

                DJMarc75 1 Reply Last reply Reply Quote 0
                • DJMarc75
                  DJMarc75 @Beowolf last edited by

                  @beowolf
                  auch die bind-adress in Zeile 15 in der influxdb.conf?

                  B 1 Reply Last reply Reply Quote 1
                  • B
                    Beowolf @DJMarc75 last edited by

                    @djmarc75
                    jepp

                    DJMarc75 1 Reply Last reply Reply Quote 0
                    • DJMarc75
                      DJMarc75 @Beowolf last edited by DJMarc75

                      @beowolf
                      Also ich hab quasi die selbe Konstellation wie Du aber ich habe in der influxdb.conf nichts ausser die binding-adress in Zeile 15 und unter HTML die binding-adress aktiviert und angepasst.
                      Das ganze andere was Du aktiviert hast ist bei mir nicht aktiviert (# davor) und es funktioniert tadellos.

                      EDIT: Sorry für die Frage: von welchem Rechner hast du die influxdb.conf bearbeitet?

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        Beowolf @DJMarc75 last edited by

                        @djmarc75
                        ioBroker pi

                        DJMarc75 1 Reply Last reply Reply Quote 0
                        • DJMarc75
                          DJMarc75 @Beowolf last edited by

                          @beowolf na das kann nicht funktionieren. Du musst die auf dem influx läuft bearbeiten.

                          B 1 Reply Last reply Reply Quote 2
                          • B
                            Beowolf @DJMarc75 last edited by

                            @djmarc75

                            Kaum macht man es richtig - funktioniert es. 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍

                            Started iobroker ...
                            [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
                            [DEBUG] [mount] - Wake on LAN MAC-Address: 38:EA:A7:A0:22:2B
                            [DEBUG] [mount] - noserverino option: false
                            [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=Administrator,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.49.31/Software/Backups/ioBroker /opt/iobroker/backups"
                            [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                            [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=Administrator,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.49.31/Software/Backups/ioBroker /opt/iobroker/backups"
                            [DEBUG] [mount] - mount successfully completed
                            [DEBUG] [mount] - done
                            [DEBUG] [iobroker] - host.raspberrypi 6776 states saved
                            
                            [DEBUG] [iobroker] - host.raspberrypi 6907 objects saved
                            
                            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2022_06_01-12_19_31_backupiobroker.tar.gz
                            
                            [DEBUG] [iobroker] - done
                            [DEBUG] [influxDB] - InfluxDB-Backup started ...
                            [DEBUG] [influxDB] - Start InfluxDB Backup ...
                            [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                            [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2022_06_01-12_19_43_backupiobroker.tar.gz
                            [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
                            [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
                            [DEBUG] [influxDB] - InfluxDB-Backup for is finish
                            [DEBUG] [influxDB] - done
                            [DEBUG] [grafana] - Start Grafana Backup ...
                            [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
                            [DEBUG] [grafana] - Created dashboard directory
                            [DEBUG] [grafana] - Created dashboards_manually_restore directory
                            [DEBUG] [grafana] - Created datasource directory
                            [DEBUG] [grafana] - start Grafana request ...
                            [DEBUG] [grafana] - Grafana is available ... Status: 200
                            [DEBUG] [grafana] - found Dashboard: olheizung
                            [DEBUG] [grafana] - found Dashboard: pflanzstreifen-garage
                            [DEBUG] [grafana] - found Dashboard: brutkasten
                            [DEBUG] [grafana] - found Dashboard: rosenpflanzkasten
                            [DEBUG] [grafana] - found Dashboard: pflanzstreifen-eingang
                            [DEBUG] [grafana] - found Dashboard: umweltdaten-stall
                            [DEBUG] [grafana] - found Dashboard: obergeschoss
                            [DEBUG] [grafana] - found Dashboard: dachgeschoss
                            [DEBUG] [grafana] - found Dashboard: wohnhaus
                            [DEBUG] [grafana] - found Dashboard: wetterdaten-stall
                            [DEBUG] [grafana] - found Dashboard: umweltdaten
                            [DEBUG] [grafana] - found Dashboard: pflanzbeet-pflox
                            [DEBUG] [grafana] - found Dashboard: wasserspiel
                            [DEBUG] [grafana] - found Dashboard: phase-1
                            [DEBUG] [grafana] - found Dashboard: erdgeschoss
                            [DEBUG] [grafana] - found Dashboard: pflanzkasten-pflox
                            [DEBUG] [grafana] - start Grafana backup compress ...
                            [DEBUG] [grafana] - Backup created: /opt/iobroker/backups/grafana_2022_06_01-12_19_49_backupiobroker.tar.gz
                            [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
                            [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
                            [DEBUG] [grafana] - done
                            [DEBUG] [cifs] - done
                            [DEBUG] [clean] - done
                            [DEBUG] [pushover] - done
                            [DEBUG] [historyHTML] - new history html values created
                            [DEBUG] [historyHTML] - done
                            [DEBUG] [historyJSON] - new history json values created
                            [DEBUG] [historyJSON] - done
                            [DEBUG] [umount] - mount activ, umount is started ...
                            [DEBUG] [umount] - umount successfully completed
                            [DEBUG] [umount] - done
                            [EXIT] 0
                            
                            DJMarc75 1 Reply Last reply Reply Quote 0
                            • DJMarc75
                              DJMarc75 @Beowolf last edited by

                              @beowolf sagte in Sicherung influxDB - Fehlermeldung:

                              Kaum macht man es richtig

                              Geht mir oft auch so 🙄

                              B 1 Reply Last reply Reply Quote 1
                              • B
                                Beowolf @DJMarc75 last edited by

                                @djmarc75
                                Vielen Dank für die Hilfe.

                                DJMarc75 1 Reply Last reply Reply Quote 0
                                • DJMarc75
                                  DJMarc75 @Beowolf last edited by

                                  @beowolf sagte in Sicherung influxDB - Fehlermeldung:

                                  Vielen Dank für die Hilfe.

                                  👍

                                  1 Reply Last reply Reply Quote 1
                                  • First post
                                    Last post

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate
                                  FAQ Cloud / IOT
                                  HowTo: Node.js-Update
                                  HowTo: Backup/Restore
                                  Downloads
                                  BLOG

                                  929
                                  Online

                                  31.9k
                                  Users

                                  80.1k
                                  Topics

                                  1.3m
                                  Posts

                                  4
                                  27
                                  1170
                                  Loading More Posts
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  Community
                                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                  The ioBroker Community 2014-2023
                                  logo