Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. IOBroker backup auf neue Rasperry übertragen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    IOBroker backup auf neue Rasperry übertragen

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Metzid @Homoran last edited by

      @homoran Wow seit ihr alle schnell mit Antworten. Ich muss das alles erst sotieren. Wegen Jessie kann ich den js-controller nicht über Version 10 updaten. so steht es zumindest geschrieben
      Der Admin Adapter beötigt mindestens js-conroller 3.3.22
      der Hommatic rpc js-conroller 3.3.0
      der iot falsche admin Version
      der web server js-conroller 3.1.0
      die anderen können wohl alle upgedatet werden

      gibt es eine beschreibung wie ich den js-controller auf 3.3.22 mit Jessie bekomme

      Welche Komponenten die keine instanzen sind mpssen dann auch noch einen update bekommen.
      Und jetzt das Wichtigste ist meine Neuinstallation dann in der lage das Backup Restore richig zu verdauen....

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Metzid last edited by

        @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

        Wegen Jessie kann ich den js-controller nicht über Version 10 updaten. so steht es zumindest geschrieben

        Du meinst nodejs@10?

        sudo apt update 
        

        sagt?

        M 1 Reply Last reply Reply Quote 0
        • M
          Metzid @Thomas Braun last edited by

          @thomas-braun Entschuldigung das ich schon wieder frage notejs und js-controller sind doch komponenten von iobroker oder liege ich da falsch. Bei der admin instanz wird explizit js-controller 3.3.30 verlangt wie hängt denn der notejs damit zusammen oder ist das ein modul das nicht in Abhängigkeit zu js-controller steht. Gibt es da eine beschreibung wo man nachlesen kann wie das alles miteinander verbunden ist. Ich würde auch einen youtube Film nehmen.
          Noch eine kurze Frage eigentlich sind nur die scripts und auch die verküpfungen mit alexa eine grössere Sache. Gibt es eine Möglichkeit die Konfiguration dieser instanzen auszulenen und auf dem neuen System einzulesen.

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

            @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

            liege ich da falsch

            ja!

            nodejs ist die Laufzeitumgebung auf die ioBroker aufgesetzt ist.

            M 1 Reply Last reply Reply Quote 0
            • M
              Metzid @Homoran last edited by Homoran

              @homoran Hallo
              ich habe nochmals mit dem Fix probiert wie beim Backup sagt er es ist alles secessfull

              pi@piiobroker:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
              library: loaded
              Library version=2022-12-09
              
              ==========================================================================
              
                  Welcome to the ioBroker installation fixer!
                  Script version: 2023-04-02
              
                  You might need to enter your password a couple of times.
              
              ==========================================================================
              
              
              ==========================================================================
                  Installing prerequisites (1/5)
              ==========================================================================
              
              Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:2 http://deb.debian.org/debian bullseye InRelease
              Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
              Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
              Fetched 44.1 kB in 3s (16.2 kB/s)
              Reading package lists... Done
              Installed gcc-c++
              
              ==========================================================================
                  Checking ioBroker user and directory permissions (2/5)
              ==========================================================================
              
              Created /etc/sudoers.d/iobroker
              Fixing directory permissions...
              
              ==========================================================================
                  Check and cleanup npm temporary directories (3/5)
              ==========================================================================
              
              Done.
              
              ==========================================================================
                  Database maintenance (4/5)
              ==========================================================================
              
              Checking for uncompressed JSONL databases... This might take a while!
              
              Compressing /opt/iobroker/iobroker-data/states.jsonl
              Cannot compress states.jsonl: Error: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                  at JsonlDB.open (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@alcalzone/jsonl-db/build/lib/db.js:185:19)
                  at async compressDB (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@iobroker/jsonltool/index.js:37:9)
                  at async main (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@iobroker/jsonltool/index.js:78:17)
              Compressing /opt/iobroker/iobroker-data/objects.jsonl
              Cannot compress objects.jsonl: Error: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                  at JsonlDB.open (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@alcalzone/jsonl-db/build/lib/db.js:185:19)
                  at async compressDB (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@iobroker/jsonltool/index.js:37:9)
                  at async main (/home/iobroker/.npm/_npx/36bee06d4228a674/node_modules/@iobroker/jsonltool/index.js:93:17)
              No relevant JSONL files found to compress, skip
              
              ==========================================================================
                  Checking autostart (5/5)
              ==========================================================================
              
              Enabling autostart...
              Autostart enabled!
              
              ==========================================================================
              
                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
              
              ==========================================================================
              
              pi@piiobroker:~ $ cd /opt/iobroker
              pi@piiobroker:/opt/iobroker $ iobroker start
              pi@piiobroker:/opt/iobroker $ ps -A | grep iobroke
                  515 ?        00:02:05 iobroker.js-con
              pi@piiobroker:/opt/iobroker $
              

              MOD-EDIT: Code in code-tags gesetzt!

              Auch wenn ich den controller abfrage kommt ein ergebnis zurück, wie kann ich die Versionen von iobroker auf putty abfragen

              1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active last edited by

                @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

                ich denke er startet nicht wegen deiner Datenbank, jsonl gab es früher noch nicht, denke da musst du umstellen auf file/file

                M 1 Reply Last reply Reply Quote 0
                • M
                  Metzid @crunchip last edited by

                  @crunchip hallo denke da musst du umstellen auf file/file. Wie kann ich das umstellen. Ist das auf der alten oder neuen Maschine

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Metzid last edited by

                    @metzid auf deiner neuen Installation

                    iobroker stop  
                    iobroker setup custom
                    

                    Aber ist aus meiner Sicht nur eine Vermutung das es daran liegt.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Metzid @Homoran last edited by

                      @homoran danke für die Info. Leider habe ich das alte Betriebsystem bereits versucht upzudaten und danach den iobroker. Aber dann musste ich wieder das alte Image zurückspielen iobroker hat sich auf dem alten System danach micht starten lassen.

                      1 Reply Last reply Reply Quote 0
                      • M
                        Metzid @crunchip last edited by

                        @crunchip pi@piiobroker:/opt/iobroker $ sudo iobroker setup custom
                        Current configuration:

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

                        Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: f
                        Host / Unix Socket of objects DB(file), default[127.0.0.1]: f
                        Port of objects DB(file), default[9001]: f
                        Input another, please.
                        Port of objects DB(file), default[9001]:

                        Das schreibt er gerade was soll ich da einstellen was ist imput another please

                        Thomas Braun M crunchip 3 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Metzid last edited by

                          @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

                          sudo iobroker

                          iobroker NIE in Verbindung mit sudo verwenden.

                          Fixen:

                          iob stop
                          iob fix
                          iob start
                          
                          1 Reply Last reply Reply Quote 0
                          • M
                            Metzid @Metzid last edited by

                            @metzid pi@piiobroker:/opt/iobroker $ sudo iobroker setup custom
                            Current configuration:

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

                            Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: f
                            Host / Unix Socket of objects DB(file), default[127.0.0.1]: f
                            Port of objects DB(file), default[9001]: f
                            Input another, please.
                            Port of objects DB(file), default[9001]: 9001
                            Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [file]: f
                            Host / Unix Socket of states DB (file), default[f]: f
                            Port of states DB (file), default[9000]: 9000
                            Host name of this machine [piiobroker]: piiobroker
                            Please choose if this is a Master/single host (enter "m") or a Slave host (enter "S") you are about to edit. For Slave hosts the data migration will be skipped. [S/m]: m

                            Do you want to migrate objects and states from "jsonl/jsonl" to "file/file" [y/N]: y

                            Migrating the objects database will overwrite all objects! Are you sure that this is not a slave host and you want to migrate the data? [y/N]: y

                            Connecting to previous DB "jsonl"...
                            Creating backup ...
                            This can take some time ... please be patient!
                            host.piiobroker 1626 states saved
                            host.piiobroker 2188 objects saved
                            Backup created: /opt/iobroker/backups/2023_04_26-22_20_28_backupiobroker-migration.tar.gz
                            updating conf/iobroker.json

                            Connecting to new DB "file" (can take up to 20s) ...
                            Server Cannot load /opt/iobroker/iobroker-data/objects.json: Database file /opt/iobroker/iobroker-data/objects.json does not exists.. We try last Backup!
                            Server Cannot load /opt/iobroker/iobroker-data/states.json: Database file /opt/iobroker/iobroker-data/states.json does not exists.. We try last Backup!
                            Server Cannot load /opt/iobroker/iobroker-data/objects.json.bak: Database file /opt/iobroker/iobroker-data/objects.json.bak does not exists.. Continue with empty dataset!
                            Server If this is no Migration or initial start please restore the last backup from /opt/iobroker/iobroker-data/backup-objects
                            Server Cannot load /opt/iobroker/iobroker-data/states.json.bak: Database file /opt/iobroker/iobroker-data/states.json.bak does not exists.. Continue with empty dataset!
                            Server If this is no Migration or initial start please restore the last backup from /opt/iobroker/iobroker-data/backup-objects
                            No connection to databases possible ...

                            New Database could not be connected. Please check your settings. No settings have been changed.
                            restoring conf/iobroker.json
                            pi@piiobroker:/opt/iobroker $

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Metzid last edited by

                              @metzid

                              Nochmal...

                              iobroker wird nie mit sudo eingeleitet.
                              Fix das!

                              M 2 Replies Last reply Reply Quote 0
                              • M
                                Metzid @Thomas Braun last edited by Homoran

                                @thomas-braun

                                pi@piiobroker:/opt/iobroker $ iob fix
                                library: loaded
                                Library version=2022-12-09
                                
                                ==========================================================================
                                
                                    Welcome to the ioBroker installation fixer!
                                    Script version: 2023-04-02
                                
                                    You might need to enter your password a couple of times.
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/5)
                                ==========================================================================
                                
                                Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                Hit:2 http://deb.debian.org/debian bullseye InRelease
                                Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
                                Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                                Reading package lists... Done
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Checking ioBroker user and directory permissions (2/5)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Fixing directory permissions...
                                
                                ==========================================================================
                                    Check and cleanup npm temporary directories (3/5)
                                ==========================================================================
                                
                                Done.
                                
                                ==========================================================================
                                    Database maintenance (4/5)
                                ==========================================================================
                                
                                Checking for uncompressed JSONL databases... This might take a while!
                                
                                Compressing /opt/iobroker/iobroker-data/states.jsonl
                                Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                Compressed 2 JSONL files. Done
                                
                                ==========================================================================
                                    Checking autostart (5/5)
                                ==========================================================================
                                
                                Enabling autostart...
                                Autostart enabled!
                                
                                ==========================================================================
                                
                                    Your installation was fixed successfully
                                    Run iobroker start to start ioBroker again!
                                
                                ==========================================================================
                                
                                pi@piiobroker:/opt/iobroker $ iob start
                                

                                MOD-EDIT: Code in code-tags gesetzt!

                                leider über browser nicht erreichbar

                                crunchip 1 Reply Last reply Reply Quote 0
                                • M
                                  Metzid @Thomas Braun last edited by

                                  @thomas-braun aber Fehler hat er beim fix nicht gebracht

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Metzid last edited by

                                    @metzid wie schon geschrieben, ohne sudo
                                    Du hast da ein f zu viel gedrückt, bei port einfach enter drücken, damit default übernommen wird

                                    1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @Metzid last edited by

                                      @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

                                      leider über browser nicht erreichbar

                                      iob list instances
                                      
                                      M 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Metzid last edited by

                                        @metzid sagte in IOBroker backup auf neue Rasperry übertragen:

                                        aber Fehler hat er beim fix nicht gebracht

                                        Der Fixer gibt auch keine Fehlerdiagnose aus, der fixt es einfach.

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          Metzid @crunchip last edited by Homoran

                                          @crunchip

                                          pi@piiobroker:/opt/iobroker $ iobroker setup custom
                                          Current configuration:
                                          - Objects database:
                                            - Type: jsonl
                                            - Host/Unix Socket: 127.0.0.1
                                            - Port: 9001
                                          - States database:
                                            - Type: jsonl
                                            - Host/Unix Socket: 127.0.0.1
                                            - Port: 9000
                                          - Data Directory: ../../iobroker-data/
                                          
                                          Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]: f
                                          Host / Unix Socket of objects DB(file), default[127.0.0.1]: f
                                          Port of objects DB(file), default[9001]:
                                          Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [file]: f
                                          Host / Unix Socket of states DB (file), default[f]: f
                                          Port of states DB (file), default[9000]:
                                          Host name of this machine [piiobroker]: piiobroker
                                          Please choose if this is a Master/single host (enter "m") or a Slave host (enter "S") you are about to edit. For Slave hosts the data migration will be skipped. [S/m]: m
                                          
                                          Do you want to migrate objects and states from "jsonl/jsonl" to "file/file" [y/N]: y
                                          
                                          Migrating the objects database will overwrite all objects! Are you sure that this is not a slave host and you want to migrate the data? [y/N]: y
                                          
                                          Connecting to previous DB "jsonl"...
                                          Creating backup ...
                                          This can take some time ... please be patient!
                                          host.piiobroker 1626 states saved
                                          host.piiobroker 2188 objects saved
                                          Backup created: /opt/iobroker/backups/2023_04_26-22_38_38_backupiobroker-migration.tar.gz
                                          updating conf/iobroker.json
                                          
                                          Connecting to new DB "file" (can take up to 20s) ...
                                          Server Cannot load /opt/iobroker/iobroker-data/objects.json: Database file /opt/iobroker/iobroker-data/objects.json does not exists.. We try last Backup!
                                          Server Cannot load /opt/iobroker/iobroker-data/objects.json.bak: Database file /opt/iobroker/iobroker-data/objects.json.bak does not exists.. Continue with empty dataset!
                                          Server If this is no Migration or initial start please restore the last backup from /opt/iobroker/iobroker-data/backup-objects
                                          No connection to databases possible ...
                                          
                                          New Database could not be connected. Please check your settings. No settings have been changed.
                                          restoring conf/iobroker.json
                                          pi@piiobroker:/opt/iobroker $ iob start
                                          

                                          MOD-EDIT: Code in code-tags gesetzt!

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • M
                                            Metzid @crunchip last edited by Homoran

                                            @crunchip

                                            pi@piiobroker:/opt/iobroker $ iob list instances
                                              system.adapter.admin.0                  : admin                 : piiobroker                               -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                              system.adapter.broadlink2.0             : broadlink2            : piiobroker                               - disabled
                                              system.adapter.hm-rega.0                : hm-rega               : piiobroker                               - disabled
                                              system.adapter.hm-rpc.0                 : hm-rpc                : piiobroker                               - disabled, port: 0
                                              system.adapter.iot.0                    : iot                   : piiobroker                               - disabled
                                              system.adapter.javascript.0             : javascript            : piiobroker                               - disabled
                                              system.adapter.scenes.0                 : scenes                : piiobroker                               - disabled
                                              system.adapter.web.0                    : web                   : piiobroker                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            + instance is alive
                                            pi@piiobroker:/opt/iobroker $
                                            

                                            MOD-EDIT: Code in code-tags gesetzt!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            912
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            65
                                            2288
                                            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