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. English
  3. ioBroker general
  4. Update System iobroker failed

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Update System iobroker failed

Scheduled Pinned Locked Moved ioBroker general
update iobroker
164 Posts 7 Posters 25.7k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • HomoranH Homoran

    @tiger at this moment the restore itself is finished and all adapters were built.
    this will last a time

    T Offline
    T Offline
    Tiger
    wrote on last edited by
    #117

    @homoran said in Update System iobroker failed:

    this will last a time

    It can take is time:)
    after that, supposed that all adapters will be installed with the last versions...
    and the last thing will be to update the iobroker.admin... and perhaps js-controller depending of the version.

    HomoranH 1 Reply Last reply
    0
    • T Tiger

      @homoran said in Update System iobroker failed:

      this will last a time

      It can take is time:)
      after that, supposed that all adapters will be installed with the last versions...
      and the last thing will be to update the iobroker.admin... and perhaps js-controller depending of the version.

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

      @tiger sagte in Update System iobroker failed:

      supposed that all adapters will be installed with the last versions...

      no!
      they will stay in their versions of the backup.
      but now your controller is in a living version and all updates should work

      @tiger sagte in Update System iobroker failed:

      the last thing will be to update the iobroker.admin

      it has to be the next thing, and then the others

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      T 1 Reply Last reply
      0
      • HomoranH Homoran

        @tiger sagte in Update System iobroker failed:

        supposed that all adapters will be installed with the last versions...

        no!
        they will stay in their versions of the backup.
        but now your controller is in a living version and all updates should work

        @tiger sagte in Update System iobroker failed:

        the last thing will be to update the iobroker.admin

        it has to be the next thing, and then the others

        T Offline
        T Offline
        Tiger
        wrote on last edited by Tiger
        #119

        @homoran
        everything came back as before.
        But, Things I forgot to do...

        Node-red doens't work as all node has to be reinstall ...

        So, what is your recommandation? trying to have all working as before and after made the update?

        Or I search before how to have the backup of Node-red and other things... before continue?

        same for VIS, not possible to connect to vis from browser

        HomoranH mickymM crunchipC 3 Replies Last reply
        0
        • T Tiger

          @homoran
          everything came back as before.
          But, Things I forgot to do...

          Node-red doens't work as all node has to be reinstall ...

          So, what is your recommandation? trying to have all working as before and after made the update?

          Or I search before how to have the backup of Node-red and other things... before continue?

          same for VIS, not possible to connect to vis from browser

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

          @tiger sagte in Update System iobroker failed:

          Node-red doens't work as all node has to be reinstall ...
          So, what is your recommandation? trying to have all working as before and after made the update?

          ohhhh, I didn't work with node red for years now.
          let's try to call @mickym , i guess he can help. I've read there are different possibilities to install the nodes not supplied with the adapter.

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Reply Last reply
          0
          • T Tiger

            @homoran
            everything came back as before.
            But, Things I forgot to do...

            Node-red doens't work as all node has to be reinstall ...

            So, what is your recommandation? trying to have all working as before and after made the update?

            Or I search before how to have the backup of Node-red and other things... before continue?

            same for VIS, not possible to connect to vis from browser

            mickymM Online
            mickymM Online
            mickym
            Most Active
            wrote on last edited by
            #121

            @tiger You can try - the following.

            Restore from your former image the package.json file into /opt/iobroker/iobroker-data/node-red directory. replace the existing one or rename it. Run npm install.

            Change to that directory:

            cd /opt/iobroker/iobroker-data/node-red
            npm install
            

            Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

            T 2 Replies Last reply
            0
            • mickymM mickym

              @tiger You can try - the following.

              Restore from your former image the package.json file into /opt/iobroker/iobroker-data/node-red directory. replace the existing one or rename it. Run npm install.

              Change to that directory:

              cd /opt/iobroker/iobroker-data/node-red
              npm install
              
              T Offline
              T Offline
              Tiger
              wrote on last edited by
              #122

              @mickym

              thanks for your answer,
              To be sure what I've to do... (to avoid problem... I'm newbee :) )

              I've juste to replace the package.json file in the actual directory /opt/iobroker/iobroker-data/node-red by the old one my old sdcard?

              and after that run npm install, correct?

              stupid question, to have access to the file on my old SDcard, is it possible to place the SDcard on my windows desktop pc and save it? or I've to place the old SDcard in the raspberry Pi to pick up file with filezilla?

              HomoranH mickymM 2 Replies Last reply
              0
              • T Tiger

                @mickym

                thanks for your answer,
                To be sure what I've to do... (to avoid problem... I'm newbee :) )

                I've juste to replace the package.json file in the actual directory /opt/iobroker/iobroker-data/node-red by the old one my old sdcard?

                and after that run npm install, correct?

                stupid question, to have access to the file on my old SDcard, is it possible to place the SDcard on my windows desktop pc and save it? or I've to place the old SDcard in the raspberry Pi to pick up file with filezilla?

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

                @tiger sagte in Update System iobroker failed:

                is it possible to place the SDcard on my windows desktop pc and save it

                I'm pretty sure windows won't see it :-(

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                T 2 Replies Last reply
                0
                • T Tiger

                  @homoran
                  everything came back as before.
                  But, Things I forgot to do...

                  Node-red doens't work as all node has to be reinstall ...

                  So, what is your recommandation? trying to have all working as before and after made the update?

                  Or I search before how to have the backup of Node-red and other things... before continue?

                  same for VIS, not possible to connect to vis from browser

                  crunchipC Away
                  crunchipC Away
                  crunchip
                  Forum Testing Most Active
                  wrote on last edited by
                  #124

                  @tiger sagte in Update System iobroker failed:

                  same for VIS, not possible to connect to vis from browser

                  show the settings for vis and web. You use the socketio?

                  umgestiegen von Proxmox auf Unraid

                  T 1 Reply Last reply
                  0
                  • T Tiger

                    @mickym

                    thanks for your answer,
                    To be sure what I've to do... (to avoid problem... I'm newbee :) )

                    I've juste to replace the package.json file in the actual directory /opt/iobroker/iobroker-data/node-red by the old one my old sdcard?

                    and after that run npm install, correct?

                    stupid question, to have access to the file on my old SDcard, is it possible to place the SDcard on my windows desktop pc and save it? or I've to place the old SDcard in the raspberry Pi to pick up file with filezilla?

                    mickymM Online
                    mickymM Online
                    mickym
                    Most Active
                    wrote on last edited by
                    #125

                    @tiger sagte in Update System iobroker failed:

                    @mickym

                    thanks for your answer,
                    To be sure what I've to do... (to avoid problem... I'm newbee :) )

                    I've juste to replace the package.json file in the actual directory /opt/iobroker/iobroker-data/node-red by the old one my old sdcard?

                    and after that run npm install, correct?

                    stupid question, to have access to the file on my old SDcard, is it possible to place the SDcard on my windows desktop pc and save it? or I've to place the old SDcard in the raspberry Pi to pick up file with filezilla?

                    correct. I doubt that you can directly access the files on your SD card , because you have no drivers in windows. for the ext4 file system. In your case - I would boot with the old SD card and copy the whole directory /opt/iobroker/iobroker-data/node-red to your USB stick. When you boot with the new card - you should have access to all files wherever you mounted your USB stick. You should even be able to replace the complete new directory in the /opt/iobroker-dat with the old one. Rename the exiting one and replace it with the new one. If you want to know what the files in your /opt/iobroker/iobroker-data/node-red data mean you can have a look to my extensive description here: https://github.com/ioBroker/ioBroker.node-red/issues/320

                    Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                    1 Reply Last reply
                    0
                    • mickymM mickym

                      @tiger You can try - the following.

                      Restore from your former image the package.json file into /opt/iobroker/iobroker-data/node-red directory. replace the existing one or rename it. Run npm install.

                      Change to that directory:

                      cd /opt/iobroker/iobroker-data/node-red
                      npm install
                      
                      T Offline
                      T Offline
                      Tiger
                      wrote on last edited by Tiger
                      #126

                      @mickym
                      Sorry, didn't see your post before doing it...

                      So I took the package.json and replace in the node-red and made npm install in the directory

                      Error with alexa node, seems that the node used before doesn't exist now

                      pi@raspberrypi:/opt/iobroker/iobroker-data/node-red $ npm install
                      npm ERR! code ENOVERSIONS
                      npm ERR! No versions available for node-red-node-alexa
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2022-08-16T14_59_56_194Z-debug-0.log
                      
                      

                      log file 2022-08-16T14_59_56_194Z-debug-0.log

                      Do you want that I tryed with copy af all the directory? there is a lot of files... more than 60.000

                      mickymM 1 Reply Last reply
                      0
                      • T Tiger

                        @mickym
                        Sorry, didn't see your post before doing it...

                        So I took the package.json and replace in the node-red and made npm install in the directory

                        Error with alexa node, seems that the node used before doesn't exist now

                        pi@raspberrypi:/opt/iobroker/iobroker-data/node-red $ npm install
                        npm ERR! code ENOVERSIONS
                        npm ERR! No versions available for node-red-node-alexa
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-08-16T14_59_56_194Z-debug-0.log
                        
                        

                        log file 2022-08-16T14_59_56_194Z-debug-0.log

                        Do you want that I tryed with copy af all the directory? there is a lot of files... more than 60.000

                        mickymM Online
                        mickymM Online
                        mickym
                        Most Active
                        wrote on last edited by mickym
                        #127

                        @tiger sagte in Update System iobroker failed:

                        node-red-node-alexa

                        So this node is no longer supported. As said you can rename the existing directory and copy the whole directory to the original place - but I do not recommend this. So better is to look for an replacement.

                        If you want to try if the old one is running copying the old directory in total - you should first rename the exiting one before you copy the old one. But better is to remove the alexa node. If this is the only error then you should have all except the alexa node.

                        to test if the old one will run. you can do

                        cd /opt/iobroker/iobroker-data
                        mv node-red node-red.new
                        

                        and then copy the old directory into the iobroker-data directory. But I am not sure if this old alexa node will work at all.

                        Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                        T 1 Reply Last reply
                        0
                        • mickymM mickym

                          @tiger sagte in Update System iobroker failed:

                          node-red-node-alexa

                          So this node is no longer supported. As said you can rename the existing directory and copy the whole directory to the original place - but I do not recommend this. So better is to look for an replacement.

                          If you want to try if the old one is running copying the old directory in total - you should first rename the exiting one before you copy the old one. But better is to remove the alexa node. If this is the only error then you should have all except the alexa node.

                          to test if the old one will run. you can do

                          cd /opt/iobroker/iobroker-data
                          mv node-red node-red.new
                          

                          and then copy the old directory into the iobroker-data directory. But I am not sure if this old alexa node will work at all.

                          T Offline
                          T Offline
                          Tiger
                          wrote on last edited by Tiger
                          #128

                          @mickym

                          I'm Trying to understand :)

                          1 I've to test with your command

                          cd /opt/iobroker/iobroker-data
                          mv node-red node-red.new
                          

                          once made, (depending of the result)

                          • change the name of the directory to have backup I supposed
                          • Copy all the directory from the old SD Card (lots of files... more than 60.000....) to the new SD Card at same place

                          and after?

                          mickymM 1 Reply Last reply
                          0
                          • crunchipC crunchip

                            @tiger sagte in Update System iobroker failed:

                            same for VIS, not possible to connect to vis from browser

                            show the settings for vis and web. You use the socketio?

                            T Offline
                            T Offline
                            Tiger
                            wrote on last edited by
                            #129

                            @crunchip

                            don't remember if socketio is used but it was installed.
                            Web.0 is not configured, And I didn't reached to change the Ip adress.

                            Configuration of VIS, nothing, lincence key is show and when checking licence it's OK

                            Configuration of Web.0
                            67924ee0-c9eb-412f-9045-0bf1aa712fc3-image.png

                            No ip Adress, supposed is the reason

                            crunchipC 1 Reply Last reply
                            0
                            • T Tiger

                              @mickym

                              I'm Trying to understand :)

                              1 I've to test with your command

                              cd /opt/iobroker/iobroker-data
                              mv node-red node-red.new
                              

                              once made, (depending of the result)

                              • change the name of the directory to have backup I supposed
                              • Copy all the directory from the old SD Card (lots of files... more than 60.000....) to the new SD Card at same place

                              and after?

                              mickymM Online
                              mickymM Online
                              mickym
                              Most Active
                              wrote on last edited by
                              #130

                              @tiger sagte in Update System iobroker failed:

                              @mickym

                              I'm Trying to understand :)

                              1 I've to test with your command

                              cd /opt/iobroker/iobroker-data
                              mv node-red node-red.new
                              

                              once made, (depending of the result)

                              • change the name of the directory to have backup I supposed
                              • Copy all the directory from the old SD Card (lots of files... more than 60.000....) to the new SD Card at same place

                              and after?

                              after you copied the old directory under /opt/iobroker/iobroker-data make sure that the rights are adapted.

                              go to the /opt/iobroker/iobroker-data directory and execute:

                              cd /opt/iobroker/iobroker-data
                              sudo chown -R iobroker:iobroker node-red
                              

                              this will ensure that user iobroker has access to all files and you can try to start the adapter. If this will not work - you have to use again the backup (node-red.new) and delete the reference of the old alexa node in the package.json file. However I guess all other nodes should have been installed.

                              I have to go off now and can only support you on my mobile. But this is very limited. But these are standard procedures all others should be familiar with. ;)

                              Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                              T 1 Reply Last reply
                              0
                              • mickymM mickym

                                @tiger sagte in Update System iobroker failed:

                                @mickym

                                I'm Trying to understand :)

                                1 I've to test with your command

                                cd /opt/iobroker/iobroker-data
                                mv node-red node-red.new
                                

                                once made, (depending of the result)

                                • change the name of the directory to have backup I supposed
                                • Copy all the directory from the old SD Card (lots of files... more than 60.000....) to the new SD Card at same place

                                and after?

                                after you copied the old directory under /opt/iobroker/iobroker-data make sure that the rights are adapted.

                                go to the /opt/iobroker/iobroker-data directory and execute:

                                cd /opt/iobroker/iobroker-data
                                sudo chown -R iobroker:iobroker node-red
                                

                                this will ensure that user iobroker has access to all files and you can try to start the adapter. If this will not work - you have to use again the backup (node-red.new) and delete the reference of the old alexa node in the package.json file. However I guess all other nodes should have been installed.

                                I have to go off now and can only support you on my mobile. But this is very limited. But these are standard procedures all others should be familiar with. ;)

                                T Offline
                                T Offline
                                Tiger
                                wrote on last edited by
                                #131

                                @mickym said in Update System iobroker failed:

                                make sure that the rights are adapted.

                                What do you mean by that?

                                mickymM 1 Reply Last reply
                                0
                                • T Tiger

                                  @mickym said in Update System iobroker failed:

                                  make sure that the rights are adapted.

                                  What do you mean by that?

                                  mickymM Online
                                  mickymM Online
                                  mickym
                                  Most Active
                                  wrote on last edited by
                                  #132

                                  @tiger If you copy with user pi - all files are owned by this user. As iobroker runs under user iobroker you need to change the owner of the files and directories.

                                  Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                  T 1 Reply Last reply
                                  0
                                  • mickymM mickym

                                    @tiger If you copy with user pi - all files are owned by this user. As iobroker runs under user iobroker you need to change the owner of the files and directories.

                                    T Offline
                                    T Offline
                                    Tiger
                                    wrote on last edited by
                                    #133

                                    @mickym
                                    ok I've same user name as before

                                    mickymM 1 Reply Last reply
                                    0
                                    • T Tiger

                                      @mickym
                                      ok I've same user name as before

                                      mickymM Online
                                      mickymM Online
                                      mickym
                                      Most Active
                                      wrote on last edited by
                                      #134

                                      @tiger So but I am not sure if the old node will work at all with the new node version. You should better think about a replacement.

                                      Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                                      T 1 Reply Last reply
                                      0
                                      • mickymM mickym

                                        @tiger So but I am not sure if the old node will work at all with the new node version. You should better think about a replacement.

                                        T Offline
                                        T Offline
                                        Tiger
                                        wrote on last edited by
                                        #135

                                        @mickym
                                        So... if I'm understanding well...
                                        I've to let like that without copy the directory...
                                        install the new node of Alexa...
                                        and made a new programmation?

                                        as i wanted to have an installation up to date... if it's your recommandation... i'll do like that...

                                        mickymM 1 Reply Last reply
                                        0
                                        • HomoranH Homoran

                                          @tiger sagte in Update System iobroker failed:

                                          is it possible to place the SDcard on my windows desktop pc and save it

                                          I'm pretty sure windows won't see it :-(

                                          T Offline
                                          T Offline
                                          Tiger
                                          wrote on last edited by
                                          #136

                                          @homoran

                                          No problem Now that I'd understood Filezilla :)

                                          I'm going to have all working, and after we'll see to the update.

                                          After Node-red.. that if I understand well I've to reprogram... for alexa
                                          I've to check VIS
                                          RFXCOM it seems that I've to pair everything as I've the devices but seems not connected
                                          Zigbee, probably same, I've to pair everything

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          751

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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