Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Fehler bei der Migration von jsonl zu redis

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fehler bei der Migration von jsonl zu redis

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

      @dlehmann Wie hast du den Redis-Server installiert und konfiguriert? Was hast du genau eingegeben (Aufruf der Umstellung)? Wie hast du die einzelnen Fragen beantwortet?

      Ro75.

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

        @ro75 sagte in Fehler bei der Migration von jsonl zu redis:

        Wie hast du den Redis-Server installiert

        und wo!?

        Werde immer hellhörig bei

        @dlehmann sagte in Fehler bei der Migration von jsonl zu redis:

        LXC unter Proxmox auf NUC

        1 Reply Last reply Reply Quote 0
        • D
          DLehmann last edited by

          redis ist im gleich lxc installiert wie iobroker, Standardkonfiguration ohne Änderungen und läuft auch, ist mit redis-cli erreichbar.

          Gestartet habe ich die Migration mit "iobroker setup custom", dort habe ich die notwendige Angaben gemacht (hauptsächlich mit Enter bestätigt, da keine Änderungen notwendig waren)

          Oben genannte Meldung war dann der Abschluss von "iobroker setuo custom".

          Wie ich die Fehlermeldung verstehe, kommen wir gar nicht bis redis sondern brechen bereits vorher ab.

          Ro75 1 Reply Last reply Reply Quote 0
          • Ro75
            Ro75 @DLehmann last edited by

            @dlehmann bitte alle Eingaben zeigen.

            Ro75.

            D 1 Reply Last reply Reply Quote 0
            • D
              DLehmann @Ro75 last edited by

              @ro75

              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]: r
              
              When Objects and Files are stored in a Redis database please consider the following:
              1. All data will be stored in RAM, make sure to have enough free RAM available!
              2. Make sure to check Redis persistence options to make sure a Redis problem will not cause data loss!
              3. The Redis persistence files can get big, make sure not to use an SD card to store them.
              
              Host / Unix Socket of objects DB(redis), default[127.0.0.1]: 
              Port of objects DB(redis), default[6379]: 
              Do you use a TLS connection for your "objects" redis-server? [y/N]:
              Type of states DB [(j)sonl, (f)file, (r)edis, ...], default [redis]: 
              Host / Unix Socket of states DB (redis), default[127.0.0.1]: 
              Port of states DB (redis), default[6379]: 
              Do you use a TLS connection for your "states" redis-server? [y/N]:
              Host name of this machine [iobroker]: 
              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
              
              Important: Using redis for the Objects database is only supported
              with js-controller 2.0 or higher!
              When your system consists of multiple hosts please make sure to have
              js-controller 2.0 or higher installed on ALL hosts *before* continuing!
              
              
              Important #2: If you already did the migration on an other host
              please *do not* migrate again! This can destroy your system!
              
              
              Important #3: The process will migrate all files that were officially
              uploaded into the ioBroker system. If you have manually copied files into
              iobroker-data/files/... into own directories then these files will NOT be
              migrated! Make sure all files are in adapter directories inside the files
              directory!
              
              
              Do you want to migrate objects and states from "jsonl/jsonl" to "redis/redis" [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/jsonl"...
              Creating backup ...
              This can take some time ... please be patient!
              host.iobroker 15067 objects saved
              host.iobroker 12330 states saved
              host.iobroker Validating backup ...
              host.iobroker Backup not created: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/config.json'
              Uncaught Rejection: IoBrokerError: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/config.json'
                  at BackupRestore.createBackup (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupBackup.ts:382:19)
                  at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupSetup.ts:597:36
              This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
              IoBrokerError: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/config.json'
                  at BackupRestore.createBackup (file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupBackup.ts:382:19)
                  at file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/src/lib/setup/setupSetup.ts:597:36
              
              Ro75 1 Reply Last reply Reply Quote 0
              • Ro75
                Ro75 @DLehmann last edited by

                @dlehmann ioBroker zuvor gestoppt? Und das Custom Setup nicht als oder mit root oder sudo gestartet?

                Ro75.

                D 1 Reply Last reply Reply Quote 0
                • D
                  DLehmann @Ro75 last edited by

                  @ro75 jawohl

                  Ro75 1 Reply Last reply Reply Quote 0
                  • Ro75
                    Ro75 @DLehmann last edited by

                    @dlehmann wie kommst du auf

                    js-controller           7.0.0
                    

                    ???

                    Ro75.

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      DLehmann @Ro75 last edited by

                      @ro75 ist aktuell im Beta

                      Ro75 Homoran 2 Replies Last reply Reply Quote 0
                      • Ro75
                        Ro75 @DLehmann last edited by

                        @dlehmann Sorry, aber für meine Begriffe macht man solche Sachen nicht mit Beta.

                        Ro75.

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

                          @dlehmann sagte in Fehler bei der Migration von jsonl zu redis:

                          ist aktuell im Beta

                          dann melde das mal im Tester-Thread und nicht hier als Bug
                          Deswegen ist die Version ja noch Beta!

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            DLehmann @Homoran last edited by

                            @homoran getan

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

                              @dlehmann sagte in Fehler bei der Migration von jsonl zu redis:

                              @homoran getan

                              Dann mach ich hier zu!

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              825
                              Online

                              31.8k
                              Users

                              80.0k
                              Topics

                              1.3m
                              Posts

                              redis migration
                              3
                              14
                              560
                              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