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. Error/Bug
  4. Nach SD karten-tot - kein start mehr nach Backup

NEWS

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

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

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

Nach SD karten-tot - kein start mehr nach Backup

Scheduled Pinned Locked Moved Error/Bug
7 Posts 4 Posters 571 Views 2 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 Offline
    D Offline
    DraycD
    wrote on last edited by DraycD
    #1

    Hi,
    ich bin seit 6 Std dran meinen ioBroker wieder zum laufen zu bekommen.

    Habe ein Raspi 4 bei dem die SD Karte gestorben ist.

    Habe nun piOS Debian version: 12 (bookworm) installiert und mit dem installer Skript

    curl -sLf https://iobroker.net/install.sh | bash -
    

    installiert (ioBroker 7), hat alles geklappt.

    dann habe ich mein backup (aus ioBroker 6) wieder zu restoren.
    läuft durch will dann aber nicht mehr web starten:

    Er spuckt im log das aus:

    2024-12-18 17:39:56.059  - error: admin.0 (20783) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
    

    Hat einer eine Idee was ich tun kann?

    Genaue Versionen:
    6.2.23 to @7.1.5

    Edit1:
    hab das gesehen, was bedeutet das?

    The current version of js-controller differs from the version in the backup.
    The js-controller version of the backup can not be restored automatically.
    To restore the js-controller version of the backup, execute "npm i iobroker.js-controller@5.0.19 --omit=dev" inside your ioBroker directory
    If you really want to restore the backup with the current installed js-controller, execute the restore command with the --force flag
    pi@iobroker:/opt/iobroker/backups $ iob restore iobroker_2024_12_16-07_00_10_ioBroker-Backup_backupiobroker.tar.gz --forece
    ^Cpi@iobroker:/opt/iobroker/backups $ iob restore iobroker_2024_12_16-07_00_10_ioBroker-Backup_backupiobroker.tar.gz --force
    host.iobroker Restore legacy backup.
    The current version of js-controller differs from the version in the backup.
    The js-controller version of the backup can not be restored automatically.
    Note, that your backup might differ in behavior due to this version change!
    
    
    T 1 Reply Last reply
    0
    • D DraycD

      Hi,
      ich bin seit 6 Std dran meinen ioBroker wieder zum laufen zu bekommen.

      Habe ein Raspi 4 bei dem die SD Karte gestorben ist.

      Habe nun piOS Debian version: 12 (bookworm) installiert und mit dem installer Skript

      curl -sLf https://iobroker.net/install.sh | bash -
      

      installiert (ioBroker 7), hat alles geklappt.

      dann habe ich mein backup (aus ioBroker 6) wieder zu restoren.
      läuft durch will dann aber nicht mehr web starten:

      Er spuckt im log das aus:

      2024-12-18 17:39:56.059  - error: admin.0 (20783) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
      

      Hat einer eine Idee was ich tun kann?

      Genaue Versionen:
      6.2.23 to @7.1.5

      Edit1:
      hab das gesehen, was bedeutet das?

      The current version of js-controller differs from the version in the backup.
      The js-controller version of the backup can not be restored automatically.
      To restore the js-controller version of the backup, execute "npm i iobroker.js-controller@5.0.19 --omit=dev" inside your ioBroker directory
      If you really want to restore the backup with the current installed js-controller, execute the restore command with the --force flag
      pi@iobroker:/opt/iobroker/backups $ iob restore iobroker_2024_12_16-07_00_10_ioBroker-Backup_backupiobroker.tar.gz --forece
      ^Cpi@iobroker:/opt/iobroker/backups $ iob restore iobroker_2024_12_16-07_00_10_ioBroker-Backup_backupiobroker.tar.gz --force
      host.iobroker Restore legacy backup.
      The current version of js-controller differs from the version in the backup.
      The js-controller version of the backup can not be restored automatically.
      Note, that your backup might differ in behavior due to this version change!
      
      
      T Offline
      T Offline
      TT-Tom
      wrote on last edited by TT-Tom
      #2

      @draycd

      Dein Backup hat nicht nur eine alte Admin Version, sondern auch eine alte JS-Controller Version.
      In Zeile 3 steht was du machen sollst, um die Controller Version an dein Backup anzupassen.
      Wenn das durch ist den Restore erneut versuchen.

      Gruß Tom
      https://github.com/tt-tom17
      Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

      NSPanel Script Wiki
      https://github.com/joBr99/nspanel-lovelace-ui/wiki

      NSPanel Adapter Wiki
      https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

      HomoranH 1 Reply Last reply
      0
      • T TT-Tom

        @draycd

        Dein Backup hat nicht nur eine alte Admin Version, sondern auch eine alte JS-Controller Version.
        In Zeile 3 steht was du machen sollst, um die Controller Version an dein Backup anzupassen.
        Wenn das durch ist den Restore erneut versuchen.

        HomoranH Do not disturb
        HomoranH Do not disturb
        Homoran
        Global Moderator Administrators
        wrote on last edited by Homoran
        #3

        @tt-tom sagte in Nach SD karten-tot - kein start mehr nach Backup:

        eine alte JS-Controller Version.

        laut @DraycD ist es

        @draycd sagte in Nach SD karten-tot - kein start mehr nach Backup:

        6.2.23 to @7.1.5

        gewesen.
        warum dann nach v5 downgraden?

        kein Support per PN! - Fragen im Forum stellen -
        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        T 1 Reply Last reply
        0
        • HomoranH Homoran

          @tt-tom sagte in Nach SD karten-tot - kein start mehr nach Backup:

          eine alte JS-Controller Version.

          laut @DraycD ist es

          @draycd sagte in Nach SD karten-tot - kein start mehr nach Backup:

          6.2.23 to @7.1.5

          gewesen.
          warum dann nach v5 downgraden?

          T Offline
          T Offline
          TT-Tom
          wrote on last edited by TT-Tom
          #4

          @homoran
          bist du sicher das er die JS-Version meint und nicht die Admin ?
          die log Ausgabe sagt was anderes.

          To restore the js-controller version of the backup, execute "npm i iobroker.js-controller@5.0.19 --omit=dev" inside your ioBroker directory
          

          Gruß Tom
          https://github.com/tt-tom17
          Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

          NSPanel Script Wiki
          https://github.com/joBr99/nspanel-lovelace-ui/wiki

          NSPanel Adapter Wiki
          https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

          D 1 Reply Last reply
          0
          • T TT-Tom

            @homoran
            bist du sicher das er die JS-Version meint und nicht die Admin ?
            die log Ausgabe sagt was anderes.

            To restore the js-controller version of the backup, execute "npm i iobroker.js-controller@5.0.19 --omit=dev" inside your ioBroker directory
            
            D Offline
            D Offline
            DraycD
            wrote on last edited by
            #5

            Habe es so hinbekommen:
            Neuste version installiert,
            Backup drauf mit --force
            nach dem restore " npm i iobroker.js-controller@5.0.19 --omit=dev "
            Dann
            iobroker stop
            iobroker admin upgrade (sonst wollte er den webserver nicht starten)
            iobroker start
            ab da ging das webinterface wieder

            Danke euch

            T mcm1957M 2 Replies Last reply
            1
            • D DraycD

              Habe es so hinbekommen:
              Neuste version installiert,
              Backup drauf mit --force
              nach dem restore " npm i iobroker.js-controller@5.0.19 --omit=dev "
              Dann
              iobroker stop
              iobroker admin upgrade (sonst wollte er den webserver nicht starten)
              iobroker start
              ab da ging das webinterface wieder

              Danke euch

              T Offline
              T Offline
              TT-Tom
              wrote on last edited by
              #6

              @draycd
              Mach regelmäßig ein Backup und halte den Controller und Admin auf den aktuellen Stand. Haste nächstes Mal weniger Probleme. Schöne Feiertage

              Gruß Tom
              https://github.com/tt-tom17
              Wenn meine Hilfe erfolgreich war, benutze bitte das Voting unten rechts im Beitrag

              NSPanel Script Wiki
              https://github.com/joBr99/nspanel-lovelace-ui/wiki

              NSPanel Adapter Wiki
              https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/wiki

              1 Reply Last reply
              0
              • D DraycD

                Habe es so hinbekommen:
                Neuste version installiert,
                Backup drauf mit --force
                nach dem restore " npm i iobroker.js-controller@5.0.19 --omit=dev "
                Dann
                iobroker stop
                iobroker admin upgrade (sonst wollte er den webserver nicht starten)
                iobroker start
                ab da ging das webinterface wieder

                Danke euch

                mcm1957M Online
                mcm1957M Online
                mcm1957
                wrote on last edited by
                #7

                @draycd said in Nach SD karten-tot - kein start mehr nach Backup:

                Habe es so hinbekommen:
                Neuste version installiert,
                Backup drauf mit --force
                nach dem restore " npm i iobroker.js-controller@5.0.19 --omit=dev "
                Dann
                iobroker stop
                iobroker admin upgrade (sonst wollte er den webserver nicht starten)
                iobroker start
                ab da ging das webinterface wieder

                Danke euch

                Dann solltest du aber demnächst einen Update des js-controllers einplanen. 5.0.19 ist veraltet.

                Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                Support Repositoryverwaltung.

                Wer 'nen Kaffee spendieren will: https://paypal.me

                LESEN - gute Forenbeitrage

                1 Reply Last reply
                0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                Support us

                ioBroker
                Community Adapters
                Donate

                611

                Online

                32.8k

                Users

                82.7k

                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