Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] mal wieder: No connection to databases possible ...

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    133

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

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

[gelöst] mal wieder: No connection to databases possible ...

Scheduled Pinned Locked Moved ioBroker Allgemein
connectiondatabase
93 Posts 7 Posters 14.7k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D DGR

    @dgr was mir leider völlig unklar ist: ich habe keine Ahnung, auf welche Datenbanken sich die Fehlernachricht bezieht. Das gesamte System habe ich vor Jahren nach Anleitung aus dem Netz installiert. Bisher lief eigentlich alles. Spezielle Datenbanken habe ich m.E. damals nicht installiert. Auf dem System habe ich mehrere redis-Verzeichnisse gefunden, u.a. :
    /opt/iobroker/node_modules/ioredis/built/redis vom 14.02.2022
    /opt/iobroker/node_modules/bottleneck/src/redis vom 27.09.2021
    sowie weitere in Sicherungsverzeichnissen vom 11.04.2021

    kann ich damit was anfangen/retten ?

    D Offline
    D Offline
    DGR
    wrote on last edited by
    #8

    @dgr
    bei "No connection to databases possible ..." - wie bekommt man heraus, für welche Datenbank der Zugriff fehlt ?

    wendy2702W 1 Reply Last reply
    0
    • D DGR

      @dgr
      bei "No connection to databases possible ..." - wie bekommt man heraus, für welche Datenbank der Zugriff fehlt ?

      wendy2702W Offline
      wendy2702W Offline
      wendy2702
      wrote on last edited by wendy2702
      #9

      @dgr sagte in mal wieder: No connection to databases possible ...:

      Aktuell habe ich gerade Restore versucht:
      iobroker stop
      cd /opt/iobroker
      sudo tar -xzvf Backupname.tar.gz -C /opt/iobroker

      Das ist kein "Restore". Bei einem Restore nimmt man eine funktionierende Installation und nutzt ein Backup mit iob restore <Pfad zur Backupdatei>

      Erstmal schauen ob eventuell wer anderes den Port belegt:

      sudo netstat -tulpn | grep LISTEN
      

      Bitte keine Fragen per PN, die gehören ins Forum!

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      D 1 Reply Last reply
      0
      • wendy2702W wendy2702

        @dgr sagte in mal wieder: No connection to databases possible ...:

        Aktuell habe ich gerade Restore versucht:
        iobroker stop
        cd /opt/iobroker
        sudo tar -xzvf Backupname.tar.gz -C /opt/iobroker

        Das ist kein "Restore". Bei einem Restore nimmt man eine funktionierende Installation und nutzt ein Backup mit iob restore <Pfad zur Backupdatei>

        Erstmal schauen ob eventuell wer anderes den Port belegt:

        sudo netstat -tulpn | grep LISTEN
        
        D Offline
        D Offline
        DGR
        wrote on last edited by
        #10

        @wendy2702
        tut mir leid, ist nicht das korrekte Format:
        sudo netstat -tulpn | grep LISTEN
        tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 453/deCONZ
        tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 637/lighttpd
        tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 653/pihole-FTL
        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 7997/cupsd
        tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 453/deCONZ
        tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 844/smbd
        tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 653/pihole-FTL
        tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 844/smbd
        tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 572/vncserver-x11-c
        tcp6 0 0 :::80 :::* LISTEN 637/lighttpd
        tcp6 0 0 :::53 :::* LISTEN 653/pihole-FTL
        tcp6 0 0 ::1:3350 :::* LISTEN 601/xrdp-sesman
        tcp6 0 0 :::22 :::* LISTEN 599/sshd
        tcp6 0 0 ::1:631 :::* LISTEN 7997/cupsd
        tcp6 0 0 :::3389 :::* LISTEN 620/xrdp
        tcp6 0 0 :::445 :::* LISTEN 844/smbd
        tcp6 0 0 ::1:4711 :::* LISTEN 653/pihole-FTL
        tcp6 0 0 :::139 :::* LISTEN 844/smbd
        tcp6 0 0 :::5900 :::* LISTEN 572/vncserver-x11-c

        Thomas BraunT 1 Reply Last reply
        0
        • D DGR

          @wendy2702
          tut mir leid, ist nicht das korrekte Format:
          sudo netstat -tulpn | grep LISTEN
          tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 453/deCONZ
          tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 637/lighttpd
          tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 653/pihole-FTL
          tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
          tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 7997/cupsd
          tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 453/deCONZ
          tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 844/smbd
          tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 653/pihole-FTL
          tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 844/smbd
          tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 572/vncserver-x11-c
          tcp6 0 0 :::80 :::* LISTEN 637/lighttpd
          tcp6 0 0 :::53 :::* LISTEN 653/pihole-FTL
          tcp6 0 0 ::1:3350 :::* LISTEN 601/xrdp-sesman
          tcp6 0 0 :::22 :::* LISTEN 599/sshd
          tcp6 0 0 ::1:631 :::* LISTEN 7997/cupsd
          tcp6 0 0 :::3389 :::* LISTEN 620/xrdp
          tcp6 0 0 :::445 :::* LISTEN 844/smbd
          tcp6 0 0 ::1:4711 :::* LISTEN 653/pihole-FTL
          tcp6 0 0 :::139 :::* LISTEN 844/smbd
          tcp6 0 0 :::5900 :::* LISTEN 572/vncserver-x11-c

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #11

          @dgr sagte in mal wieder: No connection to databases possible ...:

          vncserver-x11

          Ähem... Räusper

          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

          D 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @dgr sagte in mal wieder: No connection to databases possible ...:

            vncserver-x11

            Ähem... Räusper

            D Offline
            D Offline
            DGR
            wrote on last edited by
            #12

            @thomas-braun Hallo,
            vncserver wurde deinstalliert, reboot
            Ergebnis:
            sudo netstat -tulpn | grep LISTEN
            tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 361/deCONZ
            tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 687/lighttpd
            tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 680/pihole-FTL
            tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
            tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 402/cupsd
            tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 361/deCONZ
            tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 809/smbd
            tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 680/pihole-FTL
            tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 2141/
            tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 809/smbd
            tcp6 0 0 :::80 :::* LISTEN 687/lighttpd
            tcp6 0 0 :::53 :::* LISTEN 680/pihole-FTL
            tcp6 0 0 ::1:3350 :::* LISTEN 624/xrdp-sesman
            tcp6 0 0 :::22 :::* LISTEN 599/sshd
            tcp6 0 0 ::1:631 :::* LISTEN 402/cupsd
            tcp6 0 0 :::3389 :::* LISTEN 643/xrdp
            tcp6 0 0 :::445 :::* LISTEN 809/smbd
            tcp6 0 0 ::1:4711 :::* LISTEN 680/pihole-FTL
            tcp6 0 0 :::139 :::* LISTEN 809/smbd

            iobroker list instances
            Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!

            wendy2702W Thomas BraunT 2 Replies Last reply
            0
            • D DGR

              @thomas-braun Hallo,
              vncserver wurde deinstalliert, reboot
              Ergebnis:
              sudo netstat -tulpn | grep LISTEN
              tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 361/deCONZ
              tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 687/lighttpd
              tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 680/pihole-FTL
              tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
              tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 402/cupsd
              tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 361/deCONZ
              tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 809/smbd
              tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 680/pihole-FTL
              tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 2141/
              tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 809/smbd
              tcp6 0 0 :::80 :::* LISTEN 687/lighttpd
              tcp6 0 0 :::53 :::* LISTEN 680/pihole-FTL
              tcp6 0 0 ::1:3350 :::* LISTEN 624/xrdp-sesman
              tcp6 0 0 :::22 :::* LISTEN 599/sshd
              tcp6 0 0 ::1:631 :::* LISTEN 402/cupsd
              tcp6 0 0 :::3389 :::* LISTEN 643/xrdp
              tcp6 0 0 :::445 :::* LISTEN 809/smbd
              tcp6 0 0 ::1:4711 :::* LISTEN 680/pihole-FTL
              tcp6 0 0 :::139 :::* LISTEN 809/smbd

              iobroker list instances
              Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              wrote on last edited by
              #13

              @dgr

              Was ist aktuell eingestellt bei

              iob setup custom
              

              Bitte keine Fragen per PN, die gehören ins Forum!

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              D 1 Reply Last reply
              0
              • D DGR

                @thomas-braun Hallo,
                vncserver wurde deinstalliert, reboot
                Ergebnis:
                sudo netstat -tulpn | grep LISTEN
                tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 361/deCONZ
                tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 687/lighttpd
                tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 680/pihole-FTL
                tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
                tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 402/cupsd
                tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 361/deCONZ
                tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 809/smbd
                tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 680/pihole-FTL
                tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 2141/
                tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 809/smbd
                tcp6 0 0 :::80 :::* LISTEN 687/lighttpd
                tcp6 0 0 :::53 :::* LISTEN 680/pihole-FTL
                tcp6 0 0 ::1:3350 :::* LISTEN 624/xrdp-sesman
                tcp6 0 0 :::22 :::* LISTEN 599/sshd
                tcp6 0 0 ::1:631 :::* LISTEN 402/cupsd
                tcp6 0 0 :::3389 :::* LISTEN 643/xrdp
                tcp6 0 0 :::445 :::* LISTEN 809/smbd
                tcp6 0 0 ::1:4711 :::* LISTEN 680/pihole-FTL
                tcp6 0 0 :::139 :::* LISTEN 809/smbd

                iobroker list instances
                Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #14

                @dgr sagte in mal wieder: No connection to databases possible ...:

                vncserver wurde deinstalliert

                Da läuft immer noch ein kompletter Desktop.
                Mach den Mist aus. Vollständig.

                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

                D 1 Reply Last reply
                0
                • wendy2702W wendy2702

                  @dgr

                  Was ist aktuell eingestellt bei

                  iob setup custom
                  
                  D Offline
                  D Offline
                  DGR
                  wrote on last edited by
                  #15

                  @wendy2702
                  iob setup custom
                  Current configuration:

                  • Objects database:
                    • Type: jsonl
                    • Host/Unix Socket: 127.0.0.1
                    • Port: 9001
                  • States database:
                    • Type: jsonl
                    • Host/Unix Socket: 127.0.0.1
                    • Port: 9000
                  • Data Directory: ../../iobroker-data/

                  Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:

                  j , danach:

                  Host / Unix Socket of states DB (jsonl), default[127.0.0.1]:

                  was wird hier für eine Eingabe erwartet ?
                  Enter gegeben, dann:

                  Port of states DB (jsonl), default[9000]:
                  Enter gegeben, dann:
                  Data directory (file), default[../../iobroker-data/]:
                  Hostname bestätigt
                  updating conf/iobroker.json

                  D 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @dgr sagte in mal wieder: No connection to databases possible ...:

                    vncserver wurde deinstalliert

                    Da läuft immer noch ein kompletter Desktop.
                    Mach den Mist aus. Vollständig.

                    D Offline
                    D Offline
                    DGR
                    wrote on last edited by
                    #16

                    @thomas-braun RDP beendet

                    Thomas BraunT 1 Reply Last reply
                    0
                    • D DGR

                      @wendy2702
                      iob setup custom
                      Current configuration:

                      • Objects database:
                        • Type: jsonl
                        • Host/Unix Socket: 127.0.0.1
                        • Port: 9001
                      • States database:
                        • Type: jsonl
                        • Host/Unix Socket: 127.0.0.1
                        • Port: 9000
                      • Data Directory: ../../iobroker-data/

                      Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:

                      j , danach:

                      Host / Unix Socket of states DB (jsonl), default[127.0.0.1]:

                      was wird hier für eine Eingabe erwartet ?
                      Enter gegeben, dann:

                      Port of states DB (jsonl), default[9000]:
                      Enter gegeben, dann:
                      Data directory (file), default[../../iobroker-data/]:
                      Hostname bestätigt
                      updating conf/iobroker.json

                      D Offline
                      D Offline
                      DGR
                      wrote on last edited by
                      #17

                      @dgr
                      iobroker status
                      No connection to databases possible ...

                      1 Reply Last reply
                      0
                      • D DGR

                        @thomas-braun RDP beendet

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #18

                        @dgr

                        Fahr die Kiste in RunLevel 3.

                        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

                        1 Reply Last reply
                        0
                        • wendy2702W Offline
                          wendy2702W Offline
                          wendy2702
                          wrote on last edited by
                          #19

                          Kannst du das mal auf „file“ stellen zum testen.

                          Bitte keine Fragen per PN, die gehören ins Forum!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          D 1 Reply Last reply
                          0
                          • D Offline
                            D Offline
                            DGR
                            wrote on last edited by
                            #20

                            @thomas-braun
                            SSH-Konsole wird bei "runlevel" N 3 ausgegeben

                            1 Reply Last reply
                            0
                            • wendy2702W wendy2702

                              Kannst du das mal auf „file“ stellen zum testen.

                              D Offline
                              D Offline
                              DGR
                              wrote on last edited by
                              #21

                              @wendy2702
                              nach Bestätigung des Hostnamens kommt:
                              This host appears to be a Master or a Single host system. Is this correct? [Y/n]

                              Frage: Y oder n ? - wahrscheinlich Y ?

                              wendy2702W 1 Reply Last reply
                              0
                              • D DGR

                                @wendy2702
                                nach Bestätigung des Hostnamens kommt:
                                This host appears to be a Master or a Single host system. Is this correct? [Y/n]

                                Frage: Y oder n ? - wahrscheinlich Y ?

                                wendy2702W Offline
                                wendy2702W Offline
                                wendy2702
                                wrote on last edited by
                                #22

                                @dgr Ist das denn ein Master?

                                Hast du ein Master - Slave System ?

                                Bitte keine Fragen per PN, die gehören ins Forum!

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                D 1 Reply Last reply
                                0
                                • wendy2702W wendy2702

                                  @dgr Ist das denn ein Master?

                                  Hast du ein Master - Slave System ?

                                  D Offline
                                  D Offline
                                  DGR
                                  wrote on last edited by
                                  #23

                                  @wendy2702 läuft alles auf dem Raspberry, also eigentlich nicht Master-Slave
                                  habe gerade mal y eingegeben, aber jetzt soll migriert werden:
                                  Do you want to migrate objects and states from "jsonl/jsonl" to "file/file" [y/N]:

                                  ob das jetzt gut ist ?

                                  wendy2702W 1 Reply Last reply
                                  0
                                  • D DGR

                                    @wendy2702 läuft alles auf dem Raspberry, also eigentlich nicht Master-Slave
                                    habe gerade mal y eingegeben, aber jetzt soll migriert werden:
                                    Do you want to migrate objects and states from "jsonl/jsonl" to "file/file" [y/N]:

                                    ob das jetzt gut ist ?

                                    wendy2702W Offline
                                    wendy2702W Offline
                                    wendy2702
                                    wrote on last edited by
                                    #24

                                    @dgr Ich denke du hast ein Backup, oder?

                                    Bitte keine Fragen per PN, die gehören ins Forum!

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    D 1 Reply Last reply
                                    0
                                    • wendy2702W wendy2702

                                      @dgr Ich denke du hast ein Backup, oder?

                                      D Offline
                                      D Offline
                                      DGR
                                      wrote on last edited by
                                      #25

                                      @wendy2702
                                      das hier: iobroker_2021_12_29-02_00_10_backupiobroker.tar.gz mit 12 MiB

                                      oder kann man diese Einstellung dann auch wieder mit "iob setup custom" Rückgängig machen ?

                                      Sorgen macht mir der Port 9001 (meine ursprüngliche Nachricht ganz oben). Allerdings kann ich das nicht reproduzieren. "iobroker start" geht noch, aber bei "iobroker repo list" kommt gleich "No connection to Databases possible"

                                      wendy2702W 1 Reply Last reply
                                      0
                                      • D DGR

                                        @wendy2702
                                        das hier: iobroker_2021_12_29-02_00_10_backupiobroker.tar.gz mit 12 MiB

                                        oder kann man diese Einstellung dann auch wieder mit "iob setup custom" Rückgängig machen ?

                                        Sorgen macht mir der Port 9001 (meine ursprüngliche Nachricht ganz oben). Allerdings kann ich das nicht reproduzieren. "iobroker start" geht noch, aber bei "iobroker repo list" kommt gleich "No connection to Databases possible"

                                        wendy2702W Offline
                                        wendy2702W Offline
                                        wendy2702
                                        wrote on last edited by
                                        #26

                                        @dgr Rückgängig geht, da du aber irgendwo einen Knoten drin hast ist die Frage ob das dann alles Fehlerfrei funktioniert.

                                        Hast du seit erstellen des Backups am 29.12.2021 keine Änderungen mehr vorgenommen?

                                        Wenn nicht ist das OK.

                                        Sonst besser erst ein neues machen.

                                        Bitte keine Fragen per PN, die gehören ins Forum!

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        D 1 Reply Last reply
                                        0
                                        • wendy2702W wendy2702

                                          @dgr Rückgängig geht, da du aber irgendwo einen Knoten drin hast ist die Frage ob das dann alles Fehlerfrei funktioniert.

                                          Hast du seit erstellen des Backups am 29.12.2021 keine Änderungen mehr vorgenommen?

                                          Wenn nicht ist das OK.

                                          Sonst besser erst ein neues machen.

                                          D Offline
                                          D Offline
                                          DGR
                                          wrote on last edited by
                                          #27

                                          @wendy2702 neues Backup geht ja nicht (No connection ...)
                                          Ausgangspunkt der ganzen Misere war ja die Fehlernachricht beim backup:
                                          iob backup
                                          ... 153825 states saved
                                          ... 305278 objects saved
                                          Cannot create backup: RangeError: Invalid string length

                                          und Änderungen seit 29.12. ? Ich habe seit dem Adapter und Host aktualisiert. Alles andere wäre kein Problem.

                                          ist die von mir genannte Datei prinzipiell für ein restore gedacht (iob restore <Pfad zur Backupdatei>) ? Aktuell liegt sie (eine Kopie) unter /opt/iobroker

                                          wendy2702W AlCalzoneA 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          535

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe