Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. backitup adapter influx fehler

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    709

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

backitup adapter influx fehler

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
31 Beiträge 3 Kommentatoren 2.4k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • A australien

    @thomas-braun

    root@iobroker:~# apt policy influxdb2-client 
    N: Unable to locate package influxdb2-client
    root@iobroker:~# 
    
    

    ich weiß, wieder als root. Wie kann ich das umgehen?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #18

    @australien

    Auch da...
    Nicht als root herumhampeln...

    Leg dir einen User an, steht in der Dokumentation drin wie man das macht.

    Installier influxdb2-client nach, nachdem du einen user angelegt hast.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    A 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @australien

      Auch da...
      Nicht als root herumhampeln...

      Leg dir einen User an, steht in der Dokumentation drin wie man das macht.

      Installier influxdb2-client nach, nachdem du einen user angelegt hast.

      A Offline
      A Offline
      australien
      schrieb am zuletzt editiert von
      #19

      @thomas-braun

      prox_iob@iobroker:~$ apt policy influxdb2-client
      N: Unable to locate package influxdb2-client
      prox_iob@iobroker:~$ apt install influxdb2-client
      E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
      E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
      prox_iob@iobroker:~$
      

      user ist nun vorhanden, aber die Installation des Clienten findet keine packages

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • A australien

        @thomas-braun

        prox_iob@iobroker:~$ apt policy influxdb2-client
        N: Unable to locate package influxdb2-client
        prox_iob@iobroker:~$ apt install influxdb2-client
        E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
        E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
        prox_iob@iobroker:~$
        

        user ist nun vorhanden, aber die Installation des Clienten findet keine packages

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #20

        @australien

        sudo whoami
        groups
        

        sagt?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        A 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @australien

          sudo whoami
          groups
          

          sagt?

          A Offline
          A Offline
          australien
          schrieb am zuletzt editiert von
          #21

          @thomas-braun

          prox_iob@iobroker:~$
          prox_iob@iobroker:~$
          prox_iob@iobroker:~$ sudo whoami
          root
          prox_iob@iobroker:~$ groups
          prox_iob sudo users
          prox_iob@iobroker:~$
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • A australien

            @thomas-braun

            prox_iob@iobroker:~$
            prox_iob@iobroker:~$
            prox_iob@iobroker:~$ sudo whoami
            root
            prox_iob@iobroker:~$ groups
            prox_iob sudo users
            prox_iob@iobroker:~$
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #22

            @australien

            Der gehört noch in andere Gruppen rein.

            sudo usermod -aG adm,dialout,sudo,audio,video,plugdev,users,iobroker prox_iob
            exit
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            A 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @australien

              Der gehört noch in andere Gruppen rein.

              sudo usermod -aG adm,dialout,sudo,audio,video,plugdev,users,iobroker prox_iob
              exit
              
              A Offline
              A Offline
              australien
              schrieb am zuletzt editiert von
              #23

              @thomas-braun

              oBroker LXC provided by https://tteck.github.io/Proxmox/
              
              Last login: Wed Aug 28 22:22:11 2024 from 10.68.0.10
              prox_iob@iobroker:~$ sudo whoami
              [sudo] password for prox_iob:
              root
              prox_iob@iobroker:~$ groups
              prox_iob adm dialout sudo audio video plugdev users iobroker
              prox_iob@iobroker:~$
              
              

              besser so?

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • A australien

                @thomas-braun

                oBroker LXC provided by https://tteck.github.io/Proxmox/
                
                Last login: Wed Aug 28 22:22:11 2024 from 10.68.0.10
                prox_iob@iobroker:~$ sudo whoami
                [sudo] password for prox_iob:
                root
                prox_iob@iobroker:~$ groups
                prox_iob adm dialout sudo audio video plugdev users iobroker
                prox_iob@iobroker:~$
                
                

                besser so?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #24

                @australien

                sudo apt update 
                apt policy influxdb2-client
                

                Wenn da nix gefunden wird fehlt das influxdb-Repo:
                https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                A 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @australien

                  sudo apt update 
                  apt policy influxdb2-client
                  

                  Wenn da nix gefunden wird fehlt das influxdb-Repo:
                  https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                  A Offline
                  A Offline
                  australien
                  schrieb am zuletzt editiert von
                  #25

                  @thomas-braun

                  prox_iob@iobroker:~$ apt policy influxdb2-client
                  influxdb2-client:
                    Installed: (none)
                    Candidate: 2.7.1-1
                    Version table:
                       2.7.1-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                  prox_iob@iobroker:~$
                  
                  

                  so schaut es jetzt aus

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • A australien

                    @thomas-braun

                    prox_iob@iobroker:~$ apt policy influxdb2-client
                    influxdb2-client:
                      Installed: (none)
                      Candidate: 2.7.1-1
                      Version table:
                         2.7.1-1 500
                            500 https://repos.influxdata.com/debian stable/main amd64 Packages
                    prox_iob@iobroker:~$
                    
                    

                    so schaut es jetzt aus

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #26

                    @australien sagte in backitup adapter influx fehler:

                    Installed: (none)

                    Das ist auch der Grund für die Meldung von Backitup.
                    Installier das Paket und es dürfte funktionieren. Richtige Einstellungen im Backitup-Adapter vorausgesetzt.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    A 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @australien sagte in backitup adapter influx fehler:

                      Installed: (none)

                      Das ist auch der Grund für die Meldung von Backitup.
                      Installier das Paket und es dürfte funktionieren. Richtige Einstellungen im Backitup-Adapter vorausgesetzt.

                      A Offline
                      A Offline
                      australien
                      schrieb am zuletzt editiert von
                      #27

                      @thomas-braun

                      ist installiert

                      prox_iob@iobroker:~$ apt policy influxdb2-client
                      influxdb2-client:
                        Installed: 2.7.1-1
                        Candidate: 2.7.1-1
                        Version table:
                       *** 2.7.1-1 500
                              500 https://repos.influxdata.com/debian stable/main amd64 Packages
                              100 /var/lib/dpkg/status
                      prox_iob@iobroker:~$
                      
                      

                      log vom backitup

                      22:47:26.310
                      INFO
                      gui
                      Backup gestartet ...
                      22:47:36.380
                      DEBUG
                      mount
                      nfs-mount command: "sudo mount 10.68.0.77:/volume1/fhembackup/proxmox /opt/iobroker/backups"
                      22:47:36.419
                      DEBUG
                      mount
                      mount successfully completed
                      22:47:36.444
                      DEBUG
                      mount
                      done
                      22:47:39.981
                      DEBUG
                      iobroker
                      host.iobroker 34830 states saved
                      22:47:41.736
                      DEBUG
                      iobroker
                      host.iobroker 39314 objects saved
                      22:47:47.975
                      DEBUG
                      iobroker
                      Backup created: /opt/iobroker/backups/iobroker_2024_08_28-22_47_33_proxmox__backupiobroker.tar.gz
                      This backup can only be restored with js-controller version up from 4.1
                      22:47:51.931
                      DEBUG
                      iobroker
                      done
                      22:47:52.789
                      DEBUG
                      influxDB
                      InfluxDB-Backup started ...
                      22:47:52.797
                      DEBUG
                      influxDB
                      Start InfluxDB Backup ...
                      22:47:55.424
                      DEBUG
                      influxDB
                      InfluxDB Backup tmp directory created
                      [DEBUG] [influxDB] -
                      22:47:55.492
                      DEBUG
                      influxDB
                      done
                      22:48:02.807
                      DEBUG
                      javascripts
                      Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                      22:48:03.342
                      DEBUG
                      javascripts
                      found Script: Alias_cardPower
                      22:48:03.492
                      DEBUG
                      javascripts
                      found Script: Fahrplan_to_NSPanel_1_1_1
                      22:48:03.646
                      DEBUG
                      javascripts
                      found Script: Fahrplan_to_NSPanel_1_1_2
                      22:48:03.794
                      DEBUG
                      javascripts
                      found Script: Fahrplan_to_NSPanel_Küche
                      22:48:03.950
                      DEBUG
                      javascripts
                      found Script: Panel1_110424_4_3_3_43
                      22:48:04.099
                      DEBUG
                      javascripts
                      found Script: Panel1_181023_4_3_1_5
                      22:48:04.241
                      DEBUG
                      javascripts
                      found Script: Panel1_210923_4_3_1_1
                      22:48:04.399
                      DEBUG
                      javascripts
                      found Script: Panel1_231219_4_3_3_24
                      22:48:04.548
                      DEBUG
                      javascripts
                      found Script: Panel1_240209_4_3_3_41
                      22:48:04.698
                      DEBUG
                      javascripts
                      found Script: Panel_Küche_051223_4_3_3_17
                      22:48:04.842
                      DEBUG
                      javascripts
                      found Script: Panel_Küche_110424_4_3_3_43
                      22:48:04.996
                      DEBUG
                      javascripts
                      found Script: Panel_Küche_191223_4_3_3_24
                      22:48:05.324
                      DEBUG
                      javascripts
                      found Script: Screensaver_eigen_TEMP
                      22:48:05.336
                      DEBUG
                      javascripts
                      found Script: Abfallkalender_5_0_1
                      22:48:05.451
                      DEBUG
                      javascripts
                      found Script: Anwesendheitskontrolle_zusatz
                      22:48:06.230
                      DEBUG
                      javascripts
                      found Script: Anwesenheitskontrolle
                      22:48:06.248
                      DEBUG
                      javascripts
                      found Script: Gartenbewässerung
                      22:48:06.253
                      DEBUG
                      javascripts
                      found Script: Gartenbewässerung_1_2
                      22:48:06.264
                      DEBUG
                      javascripts
                      found Script: Müll
                      22:48:06.347
                      DEBUG
                      javascripts
                      found Script: Octo
                      22:48:06.641
                      DEBUG
                      javascripts
                      found Script: PV
                      22:48:06.655
                      DEBUG
                      javascripts
                      found Script: SmartMeter_json
                      22:48:06.805
                      DEBUG
                      javascripts
                      found Script: Sonos
                      22:48:06.950
                      DEBUG
                      javascripts
                      found Script: Stomverbrauch_Haus
                      22:48:07.106
                      DEBUG
                      javascripts
                      found Script: Test_Wasch_Vent
                      22:48:07.254
                      DEBUG
                      javascripts
                      found Script: Velux_Sensor
                      22:48:07.402
                      DEBUG
                      javascripts
                      found Script: eNetz
                      22:48:07.551
                      DEBUG
                      javascripts
                      found Script: icon_mapping
                      22:48:07.704
                      DEBUG
                      javascripts
                      found Script: PV_neu
                      22:48:07.860
                      DEBUG
                      javascripts
                      found Script: test
                      22:48:08.010
                      DEBUG
                      javascripts
                      found Script: Fahrplan_to_NSPanel_1_2_0
                      22:48:08.163
                      DEBUG
                      javascripts
                      found Script: Vaillant_Kühlung_Legionellen
                      22:48:08.308
                      DEBUG
                      javascripts
                      found Script: Fahrplan_to_NSPanel_1_3_0
                      22:48:13.129
                      DEBUG
                      javascripts
                      Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                      22:48:13.142
                      DEBUG
                      javascripts
                      Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                      22:48:13.172
                      DEBUG
                      javascripts
                      done
                      22:48:14.518
                      DEBUG
                      cifs
                      done
                      22:48:15.545
                      DEBUG
                      umount
                      mount active, umount is started ...
                      22:48:20.604
                      DEBUG
                      umount
                      done
                      22:48:22.729
                      DEBUG
                      notification
                      Admin notification will be sent
                      22:48:22.781
                      DEBUG
                      notification
                      done
                      22:48:22.893
                      INFO
                      gui
                      Das Backup wurde erfolgreich erstellt!
                      

                      IOB Meldung

                      Ihr Backup wurde nicht vollständig erstellt. Bitte überprüfen Sie die Fehler!!
                      
                      influxDB: Error: Command failed: influx backup --bucket iobroker-data -t hSoiS2-6M3ZJHbnPEg1KlDSEQLp8OwzeOi0KkNha8XliubIk4VPNTk_r3klOIxJerHhA09drWqA7Cta-FnlNnw== "/opt/iobroker/backups/influxDB_2024_08_28-22_47_49_proxmox__backupiobroker"
                      Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                      2024-08-28 22:48:19.767
                      
                      
                      Thomas BraunT ? 2 Antworten Letzte Antwort
                      0
                      • A australien

                        @thomas-braun

                        ist installiert

                        prox_iob@iobroker:~$ apt policy influxdb2-client
                        influxdb2-client:
                          Installed: 2.7.1-1
                          Candidate: 2.7.1-1
                          Version table:
                         *** 2.7.1-1 500
                                500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                100 /var/lib/dpkg/status
                        prox_iob@iobroker:~$
                        
                        

                        log vom backitup

                        22:47:26.310
                        INFO
                        gui
                        Backup gestartet ...
                        22:47:36.380
                        DEBUG
                        mount
                        nfs-mount command: "sudo mount 10.68.0.77:/volume1/fhembackup/proxmox /opt/iobroker/backups"
                        22:47:36.419
                        DEBUG
                        mount
                        mount successfully completed
                        22:47:36.444
                        DEBUG
                        mount
                        done
                        22:47:39.981
                        DEBUG
                        iobroker
                        host.iobroker 34830 states saved
                        22:47:41.736
                        DEBUG
                        iobroker
                        host.iobroker 39314 objects saved
                        22:47:47.975
                        DEBUG
                        iobroker
                        Backup created: /opt/iobroker/backups/iobroker_2024_08_28-22_47_33_proxmox__backupiobroker.tar.gz
                        This backup can only be restored with js-controller version up from 4.1
                        22:47:51.931
                        DEBUG
                        iobroker
                        done
                        22:47:52.789
                        DEBUG
                        influxDB
                        InfluxDB-Backup started ...
                        22:47:52.797
                        DEBUG
                        influxDB
                        Start InfluxDB Backup ...
                        22:47:55.424
                        DEBUG
                        influxDB
                        InfluxDB Backup tmp directory created
                        [DEBUG] [influxDB] -
                        22:47:55.492
                        DEBUG
                        influxDB
                        done
                        22:48:02.807
                        DEBUG
                        javascripts
                        Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                        22:48:03.342
                        DEBUG
                        javascripts
                        found Script: Alias_cardPower
                        22:48:03.492
                        DEBUG
                        javascripts
                        found Script: Fahrplan_to_NSPanel_1_1_1
                        22:48:03.646
                        DEBUG
                        javascripts
                        found Script: Fahrplan_to_NSPanel_1_1_2
                        22:48:03.794
                        DEBUG
                        javascripts
                        found Script: Fahrplan_to_NSPanel_Küche
                        22:48:03.950
                        DEBUG
                        javascripts
                        found Script: Panel1_110424_4_3_3_43
                        22:48:04.099
                        DEBUG
                        javascripts
                        found Script: Panel1_181023_4_3_1_5
                        22:48:04.241
                        DEBUG
                        javascripts
                        found Script: Panel1_210923_4_3_1_1
                        22:48:04.399
                        DEBUG
                        javascripts
                        found Script: Panel1_231219_4_3_3_24
                        22:48:04.548
                        DEBUG
                        javascripts
                        found Script: Panel1_240209_4_3_3_41
                        22:48:04.698
                        DEBUG
                        javascripts
                        found Script: Panel_Küche_051223_4_3_3_17
                        22:48:04.842
                        DEBUG
                        javascripts
                        found Script: Panel_Küche_110424_4_3_3_43
                        22:48:04.996
                        DEBUG
                        javascripts
                        found Script: Panel_Küche_191223_4_3_3_24
                        22:48:05.324
                        DEBUG
                        javascripts
                        found Script: Screensaver_eigen_TEMP
                        22:48:05.336
                        DEBUG
                        javascripts
                        found Script: Abfallkalender_5_0_1
                        22:48:05.451
                        DEBUG
                        javascripts
                        found Script: Anwesendheitskontrolle_zusatz
                        22:48:06.230
                        DEBUG
                        javascripts
                        found Script: Anwesenheitskontrolle
                        22:48:06.248
                        DEBUG
                        javascripts
                        found Script: Gartenbewässerung
                        22:48:06.253
                        DEBUG
                        javascripts
                        found Script: Gartenbewässerung_1_2
                        22:48:06.264
                        DEBUG
                        javascripts
                        found Script: Müll
                        22:48:06.347
                        DEBUG
                        javascripts
                        found Script: Octo
                        22:48:06.641
                        DEBUG
                        javascripts
                        found Script: PV
                        22:48:06.655
                        DEBUG
                        javascripts
                        found Script: SmartMeter_json
                        22:48:06.805
                        DEBUG
                        javascripts
                        found Script: Sonos
                        22:48:06.950
                        DEBUG
                        javascripts
                        found Script: Stomverbrauch_Haus
                        22:48:07.106
                        DEBUG
                        javascripts
                        found Script: Test_Wasch_Vent
                        22:48:07.254
                        DEBUG
                        javascripts
                        found Script: Velux_Sensor
                        22:48:07.402
                        DEBUG
                        javascripts
                        found Script: eNetz
                        22:48:07.551
                        DEBUG
                        javascripts
                        found Script: icon_mapping
                        22:48:07.704
                        DEBUG
                        javascripts
                        found Script: PV_neu
                        22:48:07.860
                        DEBUG
                        javascripts
                        found Script: test
                        22:48:08.010
                        DEBUG
                        javascripts
                        found Script: Fahrplan_to_NSPanel_1_2_0
                        22:48:08.163
                        DEBUG
                        javascripts
                        found Script: Vaillant_Kühlung_Legionellen
                        22:48:08.308
                        DEBUG
                        javascripts
                        found Script: Fahrplan_to_NSPanel_1_3_0
                        22:48:13.129
                        DEBUG
                        javascripts
                        Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                        22:48:13.142
                        DEBUG
                        javascripts
                        Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                        22:48:13.172
                        DEBUG
                        javascripts
                        done
                        22:48:14.518
                        DEBUG
                        cifs
                        done
                        22:48:15.545
                        DEBUG
                        umount
                        mount active, umount is started ...
                        22:48:20.604
                        DEBUG
                        umount
                        done
                        22:48:22.729
                        DEBUG
                        notification
                        Admin notification will be sent
                        22:48:22.781
                        DEBUG
                        notification
                        done
                        22:48:22.893
                        INFO
                        gui
                        Das Backup wurde erfolgreich erstellt!
                        

                        IOB Meldung

                        Ihr Backup wurde nicht vollständig erstellt. Bitte überprüfen Sie die Fehler!!
                        
                        influxDB: Error: Command failed: influx backup --bucket iobroker-data -t hSoiS2-6M3ZJHbnPEg1KlDSEQLp8OwzeOi0KkNha8XliubIk4VPNTk_r3klOIxJerHhA09drWqA7Cta-FnlNnw== "/opt/iobroker/backups/influxDB_2024_08_28-22_47_49_proxmox__backupiobroker"
                        Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                        2024-08-28 22:48:19.767
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #28

                        @australien sagte in backitup adapter influx fehler:

                        Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                        Da wird noch irgendwas falsch eingestellt sein.
                        Da ich aber kein influx verwende kann ich dir da auch nicht weiterhelfen.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        A 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @australien sagte in backitup adapter influx fehler:

                          Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                          Da wird noch irgendwas falsch eingestellt sein.
                          Da ich aber kein influx verwende kann ich dir da auch nicht weiterhelfen.

                          A Offline
                          A Offline
                          australien
                          schrieb am zuletzt editiert von
                          #29

                          @thomas-braun
                          ich danke dir für deine Geduld!!!!!

                          Da ich morgen früh raus muß, werde ich mich nächste Woche wieder damit befassen können.
                          Danke noch einmal!

                          1 Antwort Letzte Antwort
                          0
                          • A australien

                            @thomas-braun

                            ist installiert

                            prox_iob@iobroker:~$ apt policy influxdb2-client
                            influxdb2-client:
                              Installed: 2.7.1-1
                              Candidate: 2.7.1-1
                              Version table:
                             *** 2.7.1-1 500
                                    500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                    100 /var/lib/dpkg/status
                            prox_iob@iobroker:~$
                            
                            

                            log vom backitup

                            22:47:26.310
                            INFO
                            gui
                            Backup gestartet ...
                            22:47:36.380
                            DEBUG
                            mount
                            nfs-mount command: "sudo mount 10.68.0.77:/volume1/fhembackup/proxmox /opt/iobroker/backups"
                            22:47:36.419
                            DEBUG
                            mount
                            mount successfully completed
                            22:47:36.444
                            DEBUG
                            mount
                            done
                            22:47:39.981
                            DEBUG
                            iobroker
                            host.iobroker 34830 states saved
                            22:47:41.736
                            DEBUG
                            iobroker
                            host.iobroker 39314 objects saved
                            22:47:47.975
                            DEBUG
                            iobroker
                            Backup created: /opt/iobroker/backups/iobroker_2024_08_28-22_47_33_proxmox__backupiobroker.tar.gz
                            This backup can only be restored with js-controller version up from 4.1
                            22:47:51.931
                            DEBUG
                            iobroker
                            done
                            22:47:52.789
                            DEBUG
                            influxDB
                            InfluxDB-Backup started ...
                            22:47:52.797
                            DEBUG
                            influxDB
                            Start InfluxDB Backup ...
                            22:47:55.424
                            DEBUG
                            influxDB
                            InfluxDB Backup tmp directory created
                            [DEBUG] [influxDB] -
                            22:47:55.492
                            DEBUG
                            influxDB
                            done
                            22:48:02.807
                            DEBUG
                            javascripts
                            Created javascript_tmp directory: "/opt/iobroker/backups/tmpScripts"
                            22:48:03.342
                            DEBUG
                            javascripts
                            found Script: Alias_cardPower
                            22:48:03.492
                            DEBUG
                            javascripts
                            found Script: Fahrplan_to_NSPanel_1_1_1
                            22:48:03.646
                            DEBUG
                            javascripts
                            found Script: Fahrplan_to_NSPanel_1_1_2
                            22:48:03.794
                            DEBUG
                            javascripts
                            found Script: Fahrplan_to_NSPanel_Küche
                            22:48:03.950
                            DEBUG
                            javascripts
                            found Script: Panel1_110424_4_3_3_43
                            22:48:04.099
                            DEBUG
                            javascripts
                            found Script: Panel1_181023_4_3_1_5
                            22:48:04.241
                            DEBUG
                            javascripts
                            found Script: Panel1_210923_4_3_1_1
                            22:48:04.399
                            DEBUG
                            javascripts
                            found Script: Panel1_231219_4_3_3_24
                            22:48:04.548
                            DEBUG
                            javascripts
                            found Script: Panel1_240209_4_3_3_41
                            22:48:04.698
                            DEBUG
                            javascripts
                            found Script: Panel_Küche_051223_4_3_3_17
                            22:48:04.842
                            DEBUG
                            javascripts
                            found Script: Panel_Küche_110424_4_3_3_43
                            22:48:04.996
                            DEBUG
                            javascripts
                            found Script: Panel_Küche_191223_4_3_3_24
                            22:48:05.324
                            DEBUG
                            javascripts
                            found Script: Screensaver_eigen_TEMP
                            22:48:05.336
                            DEBUG
                            javascripts
                            found Script: Abfallkalender_5_0_1
                            22:48:05.451
                            DEBUG
                            javascripts
                            found Script: Anwesendheitskontrolle_zusatz
                            22:48:06.230
                            DEBUG
                            javascripts
                            found Script: Anwesenheitskontrolle
                            22:48:06.248
                            DEBUG
                            javascripts
                            found Script: Gartenbewässerung
                            22:48:06.253
                            DEBUG
                            javascripts
                            found Script: Gartenbewässerung_1_2
                            22:48:06.264
                            DEBUG
                            javascripts
                            found Script: Müll
                            22:48:06.347
                            DEBUG
                            javascripts
                            found Script: Octo
                            22:48:06.641
                            DEBUG
                            javascripts
                            found Script: PV
                            22:48:06.655
                            DEBUG
                            javascripts
                            found Script: SmartMeter_json
                            22:48:06.805
                            DEBUG
                            javascripts
                            found Script: Sonos
                            22:48:06.950
                            DEBUG
                            javascripts
                            found Script: Stomverbrauch_Haus
                            22:48:07.106
                            DEBUG
                            javascripts
                            found Script: Test_Wasch_Vent
                            22:48:07.254
                            DEBUG
                            javascripts
                            found Script: Velux_Sensor
                            22:48:07.402
                            DEBUG
                            javascripts
                            found Script: eNetz
                            22:48:07.551
                            DEBUG
                            javascripts
                            found Script: icon_mapping
                            22:48:07.704
                            DEBUG
                            javascripts
                            found Script: PV_neu
                            22:48:07.860
                            DEBUG
                            javascripts
                            found Script: test
                            22:48:08.010
                            DEBUG
                            javascripts
                            found Script: Fahrplan_to_NSPanel_1_2_0
                            22:48:08.163
                            DEBUG
                            javascripts
                            found Script: Vaillant_Kühlung_Legionellen
                            22:48:08.308
                            DEBUG
                            javascripts
                            found Script: Fahrplan_to_NSPanel_1_3_0
                            22:48:13.129
                            DEBUG
                            javascripts
                            Try deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                            22:48:13.142
                            DEBUG
                            javascripts
                            Javascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                            22:48:13.172
                            DEBUG
                            javascripts
                            done
                            22:48:14.518
                            DEBUG
                            cifs
                            done
                            22:48:15.545
                            DEBUG
                            umount
                            mount active, umount is started ...
                            22:48:20.604
                            DEBUG
                            umount
                            done
                            22:48:22.729
                            DEBUG
                            notification
                            Admin notification will be sent
                            22:48:22.781
                            DEBUG
                            notification
                            done
                            22:48:22.893
                            INFO
                            gui
                            Das Backup wurde erfolgreich erstellt!
                            

                            IOB Meldung

                            Ihr Backup wurde nicht vollständig erstellt. Bitte überprüfen Sie die Fehler!!
                            
                            influxDB: Error: Command failed: influx backup --bucket iobroker-data -t hSoiS2-6M3ZJHbnPEg1KlDSEQLp8OwzeOi0KkNha8XliubIk4VPNTk_r3klOIxJerHhA09drWqA7Cta-FnlNnw== "/opt/iobroker/backups/influxDB_2024_08_28-22_47_49_proxmox__backupiobroker"
                            Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                            2024-08-28 22:48:19.767
                            
                            
                            ? Offline
                            ? Offline
                            Ein ehemaliger Benutzer
                            schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                            #30

                            @australien

                            Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                            Du musst natürlich im Backitup-Adapter noch den Bereich für Influxdb richtig konfigurieren.
                            Deine DB liegt auf einem anderen LXC (Dein influxdb-Host) - dessen IP-Adresse solltest Du dort eintragen. Nicht "localhost", denn auf Deinem iobroker findet der Adapter keine DB.

                            Bei richtiger Adresse, sollte Backitup über den jetzt installierten influxdb-client die DB sichern können.

                            A 1 Antwort Letzte Antwort
                            0
                            • ? Ein ehemaliger Benutzer

                              @australien

                              Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused

                              Du musst natürlich im Backitup-Adapter noch den Bereich für Influxdb richtig konfigurieren.
                              Deine DB liegt auf einem anderen LXC (Dein influxdb-Host) - dessen IP-Adresse solltest Du dort eintragen. Nicht "localhost", denn auf Deinem iobroker findet der Adapter keine DB.

                              Bei richtiger Adresse, sollte Backitup über den jetzt installierten influxdb-client die DB sichern können.

                              A Offline
                              A Offline
                              australien
                              schrieb am zuletzt editiert von
                              #31

                              @rscsb
                              Danke Euch beiden!

                              jetzt passt wieder alles.
                              Bei dem ganzen herummachen, hatte sich die IP auf localhost und er Token ver......

                              Alles richtig eingegeben und es passt wieder!

                              1 Antwort Letzte Antwort
                              0

                              Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                              Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                              Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                              Registrieren Anmelden
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

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

                              562

                              Online

                              32.7k

                              Benutzer

                              82.6k

                              Themen

                              1.3m

                              Beiträge
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Anmelden

                              • Du hast noch kein Konto? Registrieren

                              • Anmelden oder registrieren, um zu suchen
                              • Erster Beitrag
                                Letzter Beitrag
                              0
                              • Home
                              • Aktuell
                              • Tags
                              • Ungelesen 0
                              • Kategorien
                              • Unreplied
                              • Beliebt
                              • GitHub
                              • Docu
                              • Hilfe