Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter ioBroker.backitup v3.1.x

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    272

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Test Adapter ioBroker.backitup v3.1.x

Test Adapter ioBroker.backitup v3.1.x

Scheduled Pinned Locked Moved Tester
backitupbackitup backupccuhistorymysqlredisrestorerestore backup
2.8k Posts 170 Posters 2.4m Views 113 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.
  • DK43D DK43

    @simatec

    external.bat

    cd "C:\Users\FujitsuSmartHome"
    call iobroker stop
    timeout /T 10
    if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
    redis-server --service-stop
    )
    if exist "C:/Users/FujitsuSmartHome/iobroker-data/backitup/.redis.info" (
    cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
    ) else (
    cd "C:/Users/FujitsuSmartHome/iobroker-data/backitup"
    )
    node restore.js
    

    stop.bat

    start "" "C:\Users\FujitsuSmartHome\iobroker-data\backitup\external.bat"
    
    simatecS Offline
    simatecS Offline
    simatec
    Developer Most Active
    wrote on last edited by
    #2168

    @dk43 Mache mein ein Doppelklick auf die stopIOB.bat und poste mal die Ausgabe

    • Besuche meine Github Seite
    • Beitrag hat geholfen oder willst du mich unterstützen
    • HowTo Restore ioBroker
    DK43D 1 Reply Last reply
    0
    • simatecS simatec

      @dk43 Mache mein ein Doppelklick auf die stopIOB.bat und poste mal die Ausgabe

      DK43D Offline
      DK43D Offline
      DK43
      wrote on last edited by
      #2169

      @simatec

      =============================
      Running Admin shell
      =============================
      
      **************************************
      Invoking UAC for Privilege Escalation
      **************************************
      
      Waiting for  0 seconds, press a key to continue ...
      [DEBUG] [iobroker] Start ioBroker Restore ...
      [ERROR] [iobroker] Stop iobroker first!
      [DEBUG] [iobroker] ioBroker Restore completed successfully
      [EXIT] 99
      
      C:\Users\FujitsuSmartHome\iobroker-data\backitup>
      
      simatecS 1 Reply Last reply
      0
      • DK43D DK43

        @simatec

        =============================
        Running Admin shell
        =============================
        
        **************************************
        Invoking UAC for Privilege Escalation
        **************************************
        
        Waiting for  0 seconds, press a key to continue ...
        [DEBUG] [iobroker] Start ioBroker Restore ...
        [ERROR] [iobroker] Stop iobroker first!
        [DEBUG] [iobroker] ioBroker Restore completed successfully
        [EXIT] 99
        
        C:\Users\FujitsuSmartHome\iobroker-data\backitup>
        
        simatecS Offline
        simatecS Offline
        simatec
        Developer Most Active
        wrote on last edited by
        #2170

        @dk43 sagte in Test Adapter ioBroker.backitup v2.5.x:

        Waiting for 0 seconds, press a key to continue ...

        Hast du bei Aufruf gewartet oder oder den Timeout abgebrochen?
        Da musst du beim Aufruf warten, damit sich iobroker erstmal beenden kann

        • Besuche meine Github Seite
        • Beitrag hat geholfen oder willst du mich unterstützen
        • HowTo Restore ioBroker
        DK43D 1 Reply Last reply
        0
        • simatecS simatec

          @dk43 sagte in Test Adapter ioBroker.backitup v2.5.x:

          Waiting for 0 seconds, press a key to continue ...

          Hast du bei Aufruf gewartet oder oder den Timeout abgebrochen?
          Da musst du beim Aufruf warten, damit sich iobroker erstmal beenden kann

          DK43D Offline
          DK43D Offline
          DK43
          wrote on last edited by
          #2171

          @simatec

          Ich habe es so laufen lassen. Also keine Eingabe

          simatecS 1 Reply Last reply
          0
          • DK43D DK43

            @simatec

            Ich habe es so laufen lassen. Also keine Eingabe

            simatecS Offline
            simatecS Offline
            simatec
            Developer Most Active
            wrote on last edited by simatec
            #2172

            @dk43
            Ändere mal bitte den Inhalt von der external.bat wie folgt ab und versuche es nochmal

            cd "C:\Users\FujitsuSmartHome"
            iobroker stop
            timeout /T 15
            if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
            redis-server --service-stop
            )
            if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
            cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
            ) else (
            cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
            )
            node restore.js
            
            • Besuche meine Github Seite
            • Beitrag hat geholfen oder willst du mich unterstützen
            • HowTo Restore ioBroker
            DK43D 1 Reply Last reply
            0
            • simatecS simatec

              @dk43
              Ändere mal bitte den Inhalt von der external.bat wie folgt ab und versuche es nochmal

              cd "C:\Users\FujitsuSmartHome"
              iobroker stop
              timeout /T 15
              if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
              redis-server --service-stop
              )
              if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
              cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
              ) else (
              cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
              )
              node restore.js
              
              DK43D Offline
              DK43D Offline
              DK43
              wrote on last edited by
              #2173

              @simatec

              hab den inhalt der external.bat geändert.

              Daraufhin in den Backitup adapter --> Wiederherstellen --> Sicherungsquelle lokal --> Sicherung abrufen und die Wiederherstellung gestartet.

              Es erscheint wieder "localhost refused to connect". ( bei chrome oder einem anderen Browser würde denke ich mal jetzt was anderes stehen).

              Habe dann direkt die stopIOB.bat gestartet und folgendes wurde geöffnet.

              =============================
              Running Admin shell
              =============================
              
              **************************************
              Invoking UAC for Privilege Escalation
              **************************************
              
              C:\Users\FujitsuSmartHome>
              

              Mehr auch nicht.

              simatecS 1 Reply Last reply
              0
              • DK43D DK43

                @simatec

                hab den inhalt der external.bat geändert.

                Daraufhin in den Backitup adapter --> Wiederherstellen --> Sicherungsquelle lokal --> Sicherung abrufen und die Wiederherstellung gestartet.

                Es erscheint wieder "localhost refused to connect". ( bei chrome oder einem anderen Browser würde denke ich mal jetzt was anderes stehen).

                Habe dann direkt die stopIOB.bat gestartet und folgendes wurde geöffnet.

                =============================
                Running Admin shell
                =============================
                
                **************************************
                Invoking UAC for Privilege Escalation
                **************************************
                
                C:\Users\FujitsuSmartHome>
                

                Mehr auch nicht.

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #2174

                @dk43
                dann versuche nochmal bitte mit einem call vorm iobroker stop
                Sorry, hab kein Windows zum testen laufen und muss dich mal etwas ausnutzen 😊

                cd "C:\Users\FujitsuSmartHome"
                call iobroker stop
                timeout /T 15
                if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                redis-server --service-stop
                )
                if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
                ) else (
                cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
                )
                node restore.js
                
                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                DK43D 1 Reply Last reply
                0
                • simatecS simatec

                  @dk43
                  dann versuche nochmal bitte mit einem call vorm iobroker stop
                  Sorry, hab kein Windows zum testen laufen und muss dich mal etwas ausnutzen 😊

                  cd "C:\Users\FujitsuSmartHome"
                  call iobroker stop
                  timeout /T 15
                  if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                  redis-server --service-stop
                  )
                  if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                  cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
                  ) else (
                  cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
                  )
                  node restore.js
                  
                  DK43D Offline
                  DK43D Offline
                  DK43
                  wrote on last edited by
                  #2175

                  @simatec

                  Überhaupt kein Ding. Bin dir sehr dankbar dafür dass du dir die Zeit nimmst.

                  Was kann ich unter call verstehen?

                  simatecS 1 Reply Last reply
                  0
                  • DK43D DK43

                    @simatec

                    Überhaupt kein Ding. Bin dir sehr dankbar dafür dass du dir die Zeit nimmst.

                    Was kann ich unter call verstehen?

                    simatecS Offline
                    simatecS Offline
                    simatec
                    Developer Most Active
                    wrote on last edited by simatec
                    #2176

                    @dk43 Du muss nur den Inhalt komplett in die external.bat packen

                    cd "C:\Users\FujitsuSmartHome"
                    call iobroker stop
                    timeout /T 15
                    if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                    redis-server --service-stop
                    )
                    if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                    cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
                    ) else (
                    cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
                    )
                    node restore.js
                    

                    Da gibt es dann auch diese Zeile

                    call iobroker stop
                    
                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    DK43D 1 Reply Last reply
                    0
                    • simatecS simatec

                      @dk43 Du muss nur den Inhalt komplett in die external.bat packen

                      cd "C:\Users\FujitsuSmartHome"
                      call iobroker stop
                      timeout /T 15
                      if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                      redis-server --service-stop
                      )
                      if exist "C:\Users\FujitsuSmartHome\iobroker-data\backitup\.redis.info" (
                      cd "C:\Users\FujitsuSmartHome\node_modules\iobroker.backitup\lib"
                      ) else (
                      cd "C:\Users\FujitsuSmartHome\iobroker-data\backitup"
                      )
                      node restore.js
                      

                      Da gibt es dann auch diese Zeile

                      call iobroker stop
                      
                      DK43D Offline
                      DK43D Offline
                      DK43
                      wrote on last edited by
                      #2177

                      @simatec

                      Bin jetzt wieder wie vorhin vorgegangen

                      Backitup adapter --> Wiederherstellen --> Sicherungsquelle lokal --> Sicherung abrufen und die Wiederherstellung gestartet.

                      Es erscheint wieder "localhost refused to connect".

                      Habe dann direkt die stopIOB.bat gestartet und folgendes wurde geöffnet (nach ablauf der 15 sek.)

                      **************************************
                      
                      Waiting for  0 seconds, press a key to continue ...
                      [DEBUG] [iobroker] Start ioBroker Restore ...
                      node:events:505
                            throw er; // Unhandled 'error' event
                            ^
                      
                      Error: listen EADDRINUSE: address already in use :::8091
                          at Server.setupListenHandle [as _listen2] (node:net:1372:16)
                          at listenInCluster (node:net:1420:12)
                          at Server.listen (node:net:1508:7)
                          at restoreIF (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:297:16)
                          at Object.<anonymous> (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:314:9)
                          at Module._compile (node:internal/modules/cjs/loader:1105:14)
                          at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                          at Module.load (node:internal/modules/cjs/loader:981:32)
                          at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                      Emitted 'error' event on Server instance at:
                          at emitErrorNT (node:net:1399:8)
                          at processTicksAndRejections (node:internal/process/task_queues:83:21) {
                        code: 'EADDRINUSE',
                        errno: -4091,
                        syscall: 'listen',
                        address: '::',
                        port: 8091
                      }
                      
                      C:\Users\FujitsuSmartHome\iobroker-data\backitup>
                      
                      simatecS 1 Reply Last reply
                      0
                      • DK43D DK43

                        @simatec

                        Bin jetzt wieder wie vorhin vorgegangen

                        Backitup adapter --> Wiederherstellen --> Sicherungsquelle lokal --> Sicherung abrufen und die Wiederherstellung gestartet.

                        Es erscheint wieder "localhost refused to connect".

                        Habe dann direkt die stopIOB.bat gestartet und folgendes wurde geöffnet (nach ablauf der 15 sek.)

                        **************************************
                        
                        Waiting for  0 seconds, press a key to continue ...
                        [DEBUG] [iobroker] Start ioBroker Restore ...
                        node:events:505
                              throw er; // Unhandled 'error' event
                              ^
                        
                        Error: listen EADDRINUSE: address already in use :::8091
                            at Server.setupListenHandle [as _listen2] (node:net:1372:16)
                            at listenInCluster (node:net:1420:12)
                            at Server.listen (node:net:1508:7)
                            at restoreIF (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:297:16)
                            at Object.<anonymous> (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:314:9)
                            at Module._compile (node:internal/modules/cjs/loader:1105:14)
                            at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                            at Module.load (node:internal/modules/cjs/loader:981:32)
                            at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                        Emitted 'error' event on Server instance at:
                            at emitErrorNT (node:net:1399:8)
                            at processTicksAndRejections (node:internal/process/task_queues:83:21) {
                          code: 'EADDRINUSE',
                          errno: -4091,
                          syscall: 'listen',
                          address: '::',
                          port: 8091
                        }
                        
                        C:\Users\FujitsuSmartHome\iobroker-data\backitup>
                        
                        simatecS Offline
                        simatecS Offline
                        simatec
                        Developer Most Active
                        wrote on last edited by
                        #2178

                        @dk43 sieht schonmal besser aus.
                        Ist dein Admin über den Port 8091 erreichbar? Oder hast du einen anderen Dienst laufen, der den Port nutzt?

                        Falls nicht, starte mal den Rechner neu und füge im Anschluss den Inhalt erneut in die external.bat ein.
                        Backitup erstellt die beim Neustart wieder und deine Änderungen sind weg

                        • Besuche meine Github Seite
                        • Beitrag hat geholfen oder willst du mich unterstützen
                        • HowTo Restore ioBroker
                        DK43D 1 Reply Last reply
                        0
                        • simatecS simatec

                          @dk43 sieht schonmal besser aus.
                          Ist dein Admin über den Port 8091 erreichbar? Oder hast du einen anderen Dienst laufen, der den Port nutzt?

                          Falls nicht, starte mal den Rechner neu und füge im Anschluss den Inhalt erneut in die external.bat ein.
                          Backitup erstellt die beim Neustart wieder und deine Änderungen sind weg

                          DK43D Offline
                          DK43D Offline
                          DK43
                          wrote on last edited by
                          #2179

                          @simatec
                          Admin ist bei mir ganz normal über den Port 8081 zu erreichen. Weiß jetzt nicht wo 8091 herkommt.

                          Hab nun den Rechner neugestartet. Den Inhalt von external.bat geändert.

                          Dann Sicherung abgerufen und gestartet.

                          68fa8ac0-0424-45ad-89df-394e74e7f7f0-image.png

                          Diesmal war der Admin Ladebalken ständig zu sehen.

                          Hab dann stopIOB.bat gestartet und das kam nach ablauf der 15 sek. raus:

                          =============================
                          Running Admin shell
                          =============================
                          
                          **************************************
                          Invoking UAC for Privilege Escalation
                          **************************************
                          
                          Waiting for  0 seconds, press a key to continue ...
                          [DEBUG] [iobroker] Start ioBroker Restore ...
                          node:events:505
                                throw er; // Unhandled 'error' event
                                ^
                          
                          Error: listen EADDRINUSE: address already in use :::8091
                              at Server.setupListenHandle [as _listen2] (node:net:1372:16)
                              at listenInCluster (node:net:1420:12)
                              at Server.listen (node:net:1508:7)
                              at restoreIF (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:297:16)
                              at Object.<anonymous> (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:314:9)
                              at Module._compile (node:internal/modules/cjs/loader:1105:14)
                              at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                              at Module.load (node:internal/modules/cjs/loader:981:32)
                              at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                          Emitted 'error' event on Server instance at:
                              at emitErrorNT (node:net:1399:8)
                              at processTicksAndRejections (node:internal/process/task_queues:83:21) {
                            code: 'EADDRINUSE',
                            errno: -4091,
                            syscall: 'listen',
                            address: '::',
                            port: 8091
                          }
                          
                          C:\Users\FujitsuSmartHome\iobroker-data\backitup>
                          
                          simatecS 1 Reply Last reply
                          0
                          • DK43D DK43

                            @simatec
                            Admin ist bei mir ganz normal über den Port 8081 zu erreichen. Weiß jetzt nicht wo 8091 herkommt.

                            Hab nun den Rechner neugestartet. Den Inhalt von external.bat geändert.

                            Dann Sicherung abgerufen und gestartet.

                            68fa8ac0-0424-45ad-89df-394e74e7f7f0-image.png

                            Diesmal war der Admin Ladebalken ständig zu sehen.

                            Hab dann stopIOB.bat gestartet und das kam nach ablauf der 15 sek. raus:

                            =============================
                            Running Admin shell
                            =============================
                            
                            **************************************
                            Invoking UAC for Privilege Escalation
                            **************************************
                            
                            Waiting for  0 seconds, press a key to continue ...
                            [DEBUG] [iobroker] Start ioBroker Restore ...
                            node:events:505
                                  throw er; // Unhandled 'error' event
                                  ^
                            
                            Error: listen EADDRINUSE: address already in use :::8091
                                at Server.setupListenHandle [as _listen2] (node:net:1372:16)
                                at listenInCluster (node:net:1420:12)
                                at Server.listen (node:net:1508:7)
                                at restoreIF (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:297:16)
                                at Object.<anonymous> (C:\Users\FujitsuSmartHome\iobroker-data\backitup\restore.js:314:9)
                                at Module._compile (node:internal/modules/cjs/loader:1105:14)
                                at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
                                at Module.load (node:internal/modules/cjs/loader:981:32)
                                at Function.Module._load (node:internal/modules/cjs/loader:822:12)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                            Emitted 'error' event on Server instance at:
                                at emitErrorNT (node:net:1399:8)
                                at processTicksAndRejections (node:internal/process/task_queues:83:21) {
                              code: 'EADDRINUSE',
                              errno: -4091,
                              syscall: 'listen',
                              address: '::',
                              port: 8091
                            }
                            
                            C:\Users\FujitsuSmartHome\iobroker-data\backitup>
                            
                            simatecS Offline
                            simatecS Offline
                            simatec
                            Developer Most Active
                            wrote on last edited by
                            #2180

                            @dk43 OK das sieht erstmal garnicht so schlecht aus.
                            Starte mal den Restore und ignoriere erstmal den Fehler im Browser.
                            Warte mal 15-20 Minuten und starte falls es nicht von alleine passiert, den iobroker neu

                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            DK43D 1 Reply Last reply
                            0
                            • simatecS simatec

                              @dk43 OK das sieht erstmal garnicht so schlecht aus.
                              Starte mal den Restore und ignoriere erstmal den Fehler im Browser.
                              Warte mal 15-20 Minuten und starte falls es nicht von alleine passiert, den iobroker neu

                              DK43D Offline
                              DK43D Offline
                              DK43
                              wrote on last edited by
                              #2181

                              @simatec

                              Tatsächlich ist jetzt alles vom alten System da.

                              efc40db1-358f-43d8-8130-93d65af01c54-image.png

                              Würde mich schon interessieren woran es jetzt lag.

                              Vielen Dank für deine Arbeit 👍

                              simatecS 1 Reply Last reply
                              0
                              • DK43D DK43

                                @simatec

                                Tatsächlich ist jetzt alles vom alten System da.

                                efc40db1-358f-43d8-8130-93d65af01c54-image.png

                                Würde mich schon interessieren woran es jetzt lag.

                                Vielen Dank für deine Arbeit 👍

                                simatecS Offline
                                simatecS Offline
                                simatec
                                Developer Most Active
                                wrote on last edited by
                                #2182

                                @dk43 ist der iobroker alleine gestartet oder musstest du händisch starten?

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                DK43D 1 Reply Last reply
                                0
                                • simatecS simatec

                                  @dk43 ist der iobroker alleine gestartet oder musstest du händisch starten?

                                  DK43D Offline
                                  DK43D Offline
                                  DK43
                                  wrote on last edited by
                                  #2183

                                  @simatec

                                  Noch vom Neustart mit dem Admin Ladebalken und dem händischen Ausführen von stopIOB.bat .
                                  Bin nach 20 minuten rübergewchselt zu Instanzen und da waren dann die Adapter vom alten system zu sehen.

                                  simatecS 1 Reply Last reply
                                  0
                                  • DK43D DK43

                                    @simatec

                                    Noch vom Neustart mit dem Admin Ladebalken und dem händischen Ausführen von stopIOB.bat .
                                    Bin nach 20 minuten rübergewchselt zu Instanzen und da waren dann die Adapter vom alten system zu sehen.

                                    simatecS Offline
                                    simatecS Offline
                                    simatec
                                    Developer Most Active
                                    wrote on last edited by
                                    #2184

                                    @dk43 Kannst du bitte den Restore nochmal mit der v2.5.12 testen?
                                    Hier sollte jetzt alles wieder funktionieren und auch das Webif für den restore sollte gehen.

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    DK43D 1 Reply Last reply
                                    0
                                    • simatecS simatec

                                      @dk43 Kannst du bitte den Restore nochmal mit der v2.5.12 testen?
                                      Hier sollte jetzt alles wieder funktionieren und auch das Webif für den restore sollte gehen.

                                      DK43D Offline
                                      DK43D Offline
                                      DK43
                                      wrote on last edited by
                                      #2185

                                      @simatec

                                      0914e120-9abb-42e2-bf4b-a3c47ac1fb57-image.png

                                      [DEBUG] [iobroker] Start ioBroker Restore ...
                                      [DEBUG] [iobroker] iobroker controller daemon is not running
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E OK.
                                      [DEBUG] [iobroker] The current version of js-controller differs from the version in the backup.
                                      [DEBUG] [iobroker] The js-controller version of the backup can not be restored automatically.
                                      [DEBUG] [iobroker] Note, that your backup might differ in behavior due to this version change!
                                      [DEBUG] [iobroker] Removing current installation of iobroker.admin
                                      [DEBUG] [iobroker] removed 5 packages, and audited 823 packages in 5s
                                      [DEBUG] [iobroker] 51 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 32 vulnerabilities (22 moderate, 8 high, 2 critical)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.backitup
                                      [DEBUG] [iobroker] removed 42 packages, and audited 781 packages in 5s
                                      [DEBUG] [iobroker] 50 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 32 vulnerabilities (22 moderate, 8 high, 2 critical)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.cloud
                                      [DEBUG] [iobroker] removed 29 packages, and audited 752 packages in 4s
                                      [DEBUG] [iobroker] 49 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 27 vulnerabilities (22 moderate, 5 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.discovery
                                      [DEBUG] [iobroker] removed 15 packages, and audited 737 packages in 8s
                                      [DEBUG] [iobroker] 49 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.echarts
                                      [DEBUG] [iobroker] removed 5 packages, and audited 732 packages in 5s
                                      [DEBUG] [iobroker] 49 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.heatingcontrol
                                      [DEBUG] [iobroker] removed 3 packages, and audited 729 packages in 5s
                                      [DEBUG] [iobroker] 49 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.history
                                      [DEBUG] [iobroker] removed 1 package, and audited 728 packages in 5s
                                      [DEBUG] [iobroker] 49 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.info
                                      [DEBUG] [iobroker] removed 4 packages, and audited 724 packages in 4s
                                      [DEBUG] [iobroker] 48 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.iot
                                      [DEBUG] [iobroker] removed 119 packages, and audited 605 packages in 6s
                                      [DEBUG] [iobroker] 40 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.iqontrol
                                      [DEBUG] [iobroker] removed 1 package, and audited 604 packages in 4s
                                      [DEBUG] [iobroker] 40 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.javascript
                                      [DEBUG] [iobroker] removed 23 packages, and audited 581 packages in 4s
                                      [DEBUG] [iobroker] 37 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.mqtt
                                      [DEBUG] [iobroker] removed 64 packages, and audited 517 packages in 4s
                                      [DEBUG] [iobroker] 35 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.pegelalarm
                                      [DEBUG] [iobroker] removed 2 packages, and audited 515 packages in 4s
                                      [DEBUG] [iobroker] 35 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.simple-api
                                      [DEBUG] [iobroker] up to date, audited 515 packages in 3s
                                      [DEBUG] [iobroker] 35 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.socketio
                                      [DEBUG] [iobroker] up to date, audited 515 packages in 4s
                                      [DEBUG] [iobroker] 35 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.web
                                      [DEBUG] [iobroker] removed 120 packages, and audited 395 packages in 4s
                                      [DEBUG] [iobroker] 28 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.whatsapp-cmb
                                      [DEBUG] [iobroker] removed 1 package, and audited 394 packages in 5s
                                      [DEBUG] [iobroker] 28 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Removing current installation of iobroker.zigbee
                                      [DEBUG] [iobroker] removed 61 packages, and audited 333 packages in 3s
                                      [DEBUG] [iobroker] 13 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Clear all objects and states...
                                      [DEBUG] [iobroker] clean 2226 objects...
                                      [DEBUG] [iobroker] clean 1484 states...
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E done.
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 0/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 200/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 400/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 600/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 800/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1000/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1200/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1400/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1600/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1800/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 2000/2230 objects
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 2200/2230 objects
                                      [DEBUG] [iobroker] 2230 objects restored.
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 0/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 200/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 400/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 600/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 800/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1000/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1200/1484 states
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1400/1484 states
                                      [DEBUG] [iobroker] 1484 states restored.
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/90-103-41-1_219914_640x480_600x600.jpg
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/abGAS.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/aqara.jpg
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/automatik off.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/automatik on.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/eco off.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/eco.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/FBh.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/Rücklauf.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/Vorlauf.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/warmwasser.png
                                      [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/wallpaperbetter.jpg
                                      [DEBUG] [iobroker] Reinstalling adapter "admin" from "iobroker.admin@6.3.5"
                                      [DEBUG] [iobroker] added 78 packages, and audited 411 packages in 9s
                                      [DEBUG] [iobroker] 20 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Reinstalling adapter "backitup" from "iobroker.backitup@2.5.9"
                                      [DEBUG] [iobroker] added 71 packages, and audited 482 packages in 5s
                                      [DEBUG] [iobroker] 24 packages are looking for funding
                                      [DEBUG] [iobroker] run `npm fund` for details
                                      [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                      [DEBUG] [iobroker] To address issues that do not require attention, run:
                                      [DEBUG] [iobroker] npm audit fix
                                      [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                      [DEBUG] [iobroker] npm audit fix --force
                                      [DEBUG] [iobroker] Run `npm audit` for details.
                                      [DEBUG] [iobroker] Forced restore - executing setup ...
                                      [DEBUG] [iobroker] System successfully restored!
                                      [DEBUG] [iobroker] ioBroker Restore completed successfully
                                      [EXIT] 0 **** Restore completed successfully!! ****
                                      
                                      simatecS 1 Reply Last reply
                                      0
                                      • DK43D DK43

                                        @simatec

                                        0914e120-9abb-42e2-bf4b-a3c47ac1fb57-image.png

                                        [DEBUG] [iobroker] Start ioBroker Restore ...
                                        [DEBUG] [iobroker] iobroker controller daemon is not running
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E OK.
                                        [DEBUG] [iobroker] The current version of js-controller differs from the version in the backup.
                                        [DEBUG] [iobroker] The js-controller version of the backup can not be restored automatically.
                                        [DEBUG] [iobroker] Note, that your backup might differ in behavior due to this version change!
                                        [DEBUG] [iobroker] Removing current installation of iobroker.admin
                                        [DEBUG] [iobroker] removed 5 packages, and audited 823 packages in 5s
                                        [DEBUG] [iobroker] 51 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 32 vulnerabilities (22 moderate, 8 high, 2 critical)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.backitup
                                        [DEBUG] [iobroker] removed 42 packages, and audited 781 packages in 5s
                                        [DEBUG] [iobroker] 50 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 32 vulnerabilities (22 moderate, 8 high, 2 critical)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.cloud
                                        [DEBUG] [iobroker] removed 29 packages, and audited 752 packages in 4s
                                        [DEBUG] [iobroker] 49 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 27 vulnerabilities (22 moderate, 5 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.discovery
                                        [DEBUG] [iobroker] removed 15 packages, and audited 737 packages in 8s
                                        [DEBUG] [iobroker] 49 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.echarts
                                        [DEBUG] [iobroker] removed 5 packages, and audited 732 packages in 5s
                                        [DEBUG] [iobroker] 49 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.heatingcontrol
                                        [DEBUG] [iobroker] removed 3 packages, and audited 729 packages in 5s
                                        [DEBUG] [iobroker] 49 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.history
                                        [DEBUG] [iobroker] removed 1 package, and audited 728 packages in 5s
                                        [DEBUG] [iobroker] 49 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.info
                                        [DEBUG] [iobroker] removed 4 packages, and audited 724 packages in 4s
                                        [DEBUG] [iobroker] 48 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 23 vulnerabilities (21 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.iot
                                        [DEBUG] [iobroker] removed 119 packages, and audited 605 packages in 6s
                                        [DEBUG] [iobroker] 40 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.iqontrol
                                        [DEBUG] [iobroker] removed 1 package, and audited 604 packages in 4s
                                        [DEBUG] [iobroker] 40 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.javascript
                                        [DEBUG] [iobroker] removed 23 packages, and audited 581 packages in 4s
                                        [DEBUG] [iobroker] 37 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.mqtt
                                        [DEBUG] [iobroker] removed 64 packages, and audited 517 packages in 4s
                                        [DEBUG] [iobroker] 35 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.pegelalarm
                                        [DEBUG] [iobroker] removed 2 packages, and audited 515 packages in 4s
                                        [DEBUG] [iobroker] 35 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.simple-api
                                        [DEBUG] [iobroker] up to date, audited 515 packages in 3s
                                        [DEBUG] [iobroker] 35 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.socketio
                                        [DEBUG] [iobroker] up to date, audited 515 packages in 4s
                                        [DEBUG] [iobroker] 35 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 20 vulnerabilities (18 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.web
                                        [DEBUG] [iobroker] removed 120 packages, and audited 395 packages in 4s
                                        [DEBUG] [iobroker] 28 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.whatsapp-cmb
                                        [DEBUG] [iobroker] removed 1 package, and audited 394 packages in 5s
                                        [DEBUG] [iobroker] 28 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Removing current installation of iobroker.zigbee
                                        [DEBUG] [iobroker] removed 61 packages, and audited 333 packages in 3s
                                        [DEBUG] [iobroker] 13 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Clear all objects and states...
                                        [DEBUG] [iobroker] clean 2226 objects...
                                        [DEBUG] [iobroker] clean 1484 states...
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E done.
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 0/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 200/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 400/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 600/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 800/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1000/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1200/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1400/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1600/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1800/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 2000/2230 objects
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 2200/2230 objects
                                        [DEBUG] [iobroker] 2230 objects restored.
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 0/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 200/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 400/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 600/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 800/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1000/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1200/1484 states
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Processed 1400/1484 states
                                        [DEBUG] [iobroker] 1484 states restored.
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/90-103-41-1_219914_640x480_600x600.jpg
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/abGAS.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/aqara.jpg
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/automatik off.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/automatik on.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/eco off.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/eco.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/FBh.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/Rücklauf.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/Vorlauf.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/usericons/warmwasser.png
                                        [DEBUG] [iobroker] host.DESKTOP-7L0AQ9E Upload user file "iqontrol.meta/userimages/wallpaperbetter.jpg
                                        [DEBUG] [iobroker] Reinstalling adapter "admin" from "iobroker.admin@6.3.5"
                                        [DEBUG] [iobroker] added 78 packages, and audited 411 packages in 9s
                                        [DEBUG] [iobroker] 20 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Reinstalling adapter "backitup" from "iobroker.backitup@2.5.9"
                                        [DEBUG] [iobroker] added 71 packages, and audited 482 packages in 5s
                                        [DEBUG] [iobroker] 24 packages are looking for funding
                                        [DEBUG] [iobroker] run `npm fund` for details
                                        [DEBUG] [iobroker] 16 vulnerabilities (14 moderate, 2 high)
                                        [DEBUG] [iobroker] To address issues that do not require attention, run:
                                        [DEBUG] [iobroker] npm audit fix
                                        [DEBUG] [iobroker] To address all issues (including breaking changes), run:
                                        [DEBUG] [iobroker] npm audit fix --force
                                        [DEBUG] [iobroker] Run `npm audit` for details.
                                        [DEBUG] [iobroker] Forced restore - executing setup ...
                                        [DEBUG] [iobroker] System successfully restored!
                                        [DEBUG] [iobroker] ioBroker Restore completed successfully
                                        [EXIT] 0 **** Restore completed successfully!! ****
                                        
                                        simatecS Offline
                                        simatecS Offline
                                        simatec
                                        Developer Most Active
                                        wrote on last edited by
                                        #2186

                                        @dk43 Sieht gut aus... Startet der iobroker im Anschluss wieder neu?

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        DK43D 1 Reply Last reply
                                        0
                                        • simatecS simatec

                                          @dk43 Sieht gut aus... Startet der iobroker im Anschluss wieder neu?

                                          DK43D Offline
                                          DK43D Offline
                                          DK43
                                          wrote on last edited by
                                          #2187

                                          @simatec

                                          ja iobroker hat ohne Handeingriff selbständig gestartet. Zumindestens glaub ich das, weil nach ablauf der Zeit alles wie gewohnt verfügbar war

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          190

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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