Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [HowTo] ioBroker Restore unter Linux durchführen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [HowTo] ioBroker Restore unter Linux durchführen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Glasfaser
      Glasfaser @Wurmi last edited by

      @wurmi

      Also , du möchtest ein Backup einspielen !?

      iobroker stop funktioniert nicht , sondern

      pkill -u iobroker
      
      W 1 Reply Last reply Reply Quote 0
      • W
        Wurmi @Glasfaser last edited by

        @glasfaser

        Danke, ich bin schon ein ganzes Stück weiter, denke ich 🙂

        760a16af-d199-401a-af78-c593b7461bca-image.png

        Und das ausführen des iobroker restore <backupname> Befehl auch.

        a8ff8ac1-6ab6-4b5d-acb9-fdbfeb04e6be-image.png

        Jetzt habe ich noch das Startscript des Dockercontainers ausgeführt und muss mal schauen ob alles wieder startet, aktuell steht er bei
        3701ccd4-b8d4-4593-bba8-0148a3b5ceee-image.png

        Ich denke hier wird nun ein bisschen Geduld gefragt sein, falls es nicht klappt würde ich mich nochmal melden 🙂

        Gruß
        Wurmi \m/

        Glasfaser 1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Wurmi last edited by

          @wurmi

          Nee ... er hängt jetzt beim Host , er ist unterschiedlich

          pkill -u iobroker
          iobroker host this
          
          W 1 Reply Last reply Reply Quote 0
          • W
            Wurmi @Glasfaser last edited by

            @glasfaser

            Danke für den Hinweis. Ist ein andere Docker Container, da ich nicht in meiner produktiven Umgebung "Testen" wollte 🙂 Und somit ja ein anderer Host, bin noch etwas unsicher in dem Thema Docker und auch IoBroker 🙂

            f6687298-913d-4e28-a6ce-e11e5915518c-image.png

            VIELEN DANK für deine schnelle Hilfe.
            Es läuft wieder 👏 👏 👏 👏

            Gruß
            Wurmi \m/

            1 Reply Last reply Reply Quote 0
            • Z
              Zuki last edited by

              Hallo zusammen

              Ich wollte jetzt meine ioBroker Installation von einem Docker auf der Synology auf eine Proxmox VM umziehen.
              Dafür habe ich ein backup mit iobroker backup gemacht und ioBroker in der VM (Ubuntu Basis) installiert. Danach per SCP das Backup auf das neue System geschoben und wie im Startpost beschrieben mit ioBroker restore wiederhergestellt. Laut Konsolenausgabe war das auch erfolgreich.
              Allerdings komme ich nach dem Backup einfach nicht per Browser auf den Admin. Ich habe den Vorgang nun schon einige male ausgeführt und auch eine komplette Nacht nach dem Restore gewartet. Vor dem restore lässt sich die ioBroker über den Browser aufrufen, danach heißt es nur "Die Webseite ist nicht erreichbar".
              Hat mir da jemand einen Tipp?

              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Zuki last edited by

                @zuki

                iobroker list instances
                
                Z 1 Reply Last reply Reply Quote 0
                • Z
                  Zuki @Thomas Braun last edited by Zuki

                  @thomas-braun

                  
                  administrator@iobroker-productive:/opt/iobroker$ iobroker list instances
                    system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                    system.adapter.alexa2.0                : alexa2                -  enabled
                    system.adapter.backitup.0              : backitup              -  enabled
                    system.adapter.devices.0               : devices               -  enabled
                    system.adapter.discovery.0             : discovery             -  enabled
                    system.adapter.fritzdect.0             : fritzdect             -  enabled
                    system.adapter.harmony.0               : harmony               -  enabled
                    system.adapter.hue-extended.0          : hue-extended          -  enabled
                    system.adapter.ical.0                  : ical                  -  enabled
                    system.adapter.info.0                  : info                  -  enabled
                    system.adapter.iot.0                   : iot                   -  enabled
                    system.adapter.jarvis.0                : jarvis                -  enabled
                    system.adapter.javascript.0            : javascript            -  enabled
                    system.adapter.musiccast.0             : musiccast             -  enabled
                    system.adapter.netatmo.0               : netatmo               -  enabled
                    system.adapter.scenes.0                : scenes                -  enabled
                    system.adapter.smartcontrol.0          : smartcontrol          -  enabled
                    system.adapter.tr-064.0                : tr-064                -  enabled
                    system.adapter.trashschedule.0         : trashschedule         -  enabled
                    system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    system.adapter.zwave2.0                : zwave2                -  enabled
                  
                  + instance is alive
                  administrator@iobroke
                  

                  Bin jetzt kein Profi, aber die 0.0.0.0 bei Bind sieht falsch aus?

                  Thomas Braun Homoran 3 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Zuki last edited by

                    @zuki Keine Screenshots von Texten. In CodeTags hier rein.

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Zuki last edited by

                      @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                      aber die 0.0.0.0 bei Bind sieht falsch aus?

                      das ist das einzig richtige 😉
                      Aber es läuft nix.

                      iobroker host this
                      iobroker start
                      
                      1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Zuki last edited by

                        @zuki So kann man das lesen.

                        iobroker start admin
                        
                        1 Reply Last reply Reply Quote 0
                        • Z
                          Zuki last edited by Zuki

                          administrator@iobroker-productive:/opt/iobroker$ iobroker start admin
                          administrator@iobroker-productive:/opt/iobroker$ iobroker list instances
                            system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            system.adapter.alexa2.0                : alexa2                -  enabled
                            system.adapter.backitup.0              : backitup              -  enabled
                            system.adapter.devices.0               : devices               -  enabled
                            system.adapter.discovery.0             : discovery             -  enabled
                            system.adapter.fritzdect.0             : fritzdect             -  enabled
                            system.adapter.harmony.0               : harmony               -  enabled
                            system.adapter.hue-extended.0          : hue-extended          -  enabled
                            system.adapter.ical.0                  : ical                  -  enabled
                            system.adapter.info.0                  : info                  -  enabled
                            system.adapter.iot.0                   : iot                   -  enabled
                            system.adapter.jarvis.0                : jarvis                -  enabled
                            system.adapter.javascript.0            : javascript            -  enabled
                            system.adapter.musiccast.0             : musiccast             -  enabled
                            system.adapter.netatmo.0               : netatmo               -  enabled
                            system.adapter.scenes.0                : scenes                -  enabled
                            system.adapter.smartcontrol.0          : smartcontrol          -  enabled
                            system.adapter.tr-064.0                : tr-064                -  enabled
                            system.adapter.trashschedule.0         : trashschedule         -  enabled
                            system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            system.adapter.zwave2.0                : zwave2                -  enabled
                          
                          + instance is alive
                          

                          Danke für die viele Hilfe. Leider schein ich den admin nicht starten zu können.

                          iobroker host this
                          

                          hat leider auch keinen Effekt

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Zuki last edited by

                            @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                            iobroker host this

                            hat leider auch keinen Effekt

                            das muss vor iobroker start ausgeführt werden!

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              Zuki @Homoran last edited by

                              @homoran
                              Habe ich selbstverständlich auch so gemacht 😉

                              Ich hab gerade gesehen dass es auch einen SSL only Modus gibt. Passt das an der Stelle für den Admin über die WebUI?

                              system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                              
                              Glasfaser Homoran 2 Replies Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @Zuki last edited by

                                @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                @homoran
                                Habe ich selbstverständlich auch so gemacht

                                Und was stand dann in der Ausgabe danach ?

                                iobroker stop gibt es nicht im Container

                                pkill -u iobroker
                                
                                iobroker host this
                                
                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Zuki last edited by

                                  @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                  Passt das an der Stelle für den Admin über die WebUI?

                                  keine Ahnung, was du da eingestellt hattest
                                  Habe noch nie mit gesichertem Modus gearbeitet.
                                  ggf. sit dein Schlüssel hier nicht bekannt

                                  1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Zuki last edited by

                                    @Glasfaser
                                    @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                    von einem Docker auf der Synology auf eine Proxmox VM umziehen.

                                    Glasfaser C 2 Replies Last reply Reply Quote 0
                                    • Z
                                      Zuki last edited by

                                      @glasfaser
                                      Es ist kein Container sondern eine VM.

                                      Allerdings seh ich grad, dass es nach dem Aufruf heißt ich hätte ein Multihost System... Das hatte ich aber noch nie eingerichtet.

                                      administrator@iobroker-productive:/opt/iobroker$ iobroker stop
                                      administrator@iobroker-productive:/opt/iobroker$ iobroker host this
                                      Cannot use this command in multihost!
                                      
                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @Homoran last edited by

                                        @homoran sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                        auf eine Proxmox VM

                                        Habe nur Synology Docker gelesen 😰

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Zuki last edited by Homoran

                                          @zuki sagte in [HowTo] ioBroker Restore unter Linux durchführen:

                                          ich hätte ein Multihost System..

                                          das kommt davon, dass du iobroker host this erst nach iobroker start eingegeben hast.
                                          Dadurch existieren jetzt der alte und der neue Host in deinem System.

                                          Hattest du irgendwo https:// aktiviert?

                                          Z 1 Reply Last reply Reply Quote 0
                                          • Z
                                            Zuki @Homoran last edited by

                                            @homoran
                                            Ich hatte den iobroker immer sauber gestoppt.

                                            Ich hab nochmal ein neues Backup vom "alten" System gemacht. Nach dem Einspielen dessen wird der Befehl zumindest ausgeführt

                                            Host "ioBroker" successfully renamed to "iobroker-productive".
                                            The host for instance "system.adapter.admin.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.discovery.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.info.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.musiccast.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.hue-extended.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.devices.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.javascript.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.harmony.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.zwave2.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.scenes.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.web.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.tr-064.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.jarvis.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.netatmo.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.trashschedule.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.ical.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.fritzdect.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.smartcontrol.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.iot.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.alexa2.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            The host for instance "system.adapter.backitup.0" was changed from "iobroker-productive" to "iobroker-productive".
                                            

                                            Leider ist die WebUI immernoch nicht erreichbar.

                                            Tatsächlich habe ich auf dem alten System https aktiviert. Der Zugriff nach dem Backup geht aber weder über http noch über https.

                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            414
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup how-to restore restore backup
                                            74
                                            510
                                            104472
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo