Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Fehler bei der Migration von jsonl zu redis

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.5k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.7k

Fehler bei der Migration von jsonl zu redis

Geplant Angeheftet Gesperrt Verschoben Error/Bug
redis migration
14 Beiträge 3 Kommentatoren 1.1k Aufrufe 2 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D Offline
    D Offline
    DLehmann
    schrieb am zuletzt editiert von
    #1

    Bitte in der nachfolgenden Übersicht die mit ... bzw x gekennzeichneten Felder ausfüllen und im Anschluss an die Tabelle auf Linux Systemen den Output des Commands iob diag einfügen.

    Hinweis: Das Eröffnen eines Issues hier ersetzt NICHT das Anlegen eine Issues im Repository des Adapters. Fehlerbehebungen werden ausschließlich über Issues getrackt.

    DANKE

    Bitte ausfüllen:

    • Adaptername:
    • Link zu Adapterrepository: www.github.com...
    • Adapterversion: ...
    • js-controller Version: 7.0.0
    • Admin Version: 7.2.6
    • Hardwaresystem: LXC unter Proxmox auf NUC
    • Arbeitsspeicher: 8GB
    • Festplattenart: SSD
    • Betriebssystem: Debian 12
    • Nodejs-Version: 20.18.0
    • NPM-Version: 10.8.2
    • Installationsart: Skript
    • Image, Docker genutzt: Nein
    • Ort, Name der Imagedatei: ...

    Linux User bitte hier den Output von iob diag einfügen.

    ======================= SUMMARY =======================
                            v.2024-08-12
    
    
     Static hostname: iobroker
           Icon name: computer-container
             Chassis: container ☐
      Virtualization: lxc
    Operating System: Debian GNU/Linux 12 (bookworm)
              Kernel: Linux 6.8.12-2-pve
        Architecture: x86-64
    
    Installation:           lxc
    Kernel:                 x86_64
    Userland:               64 bit
    Timezone:               Europe/Berlin (CEST, +0200)
    User-ID:                0
    Display-Server:         false
    Boot Target:            graphical.target
    
    Pending OS-Updates:     0
    Pending iob updates:    0
    
    Nodejs-Installation:
    /usr/bin/nodejs         v20.18.0
    /usr/bin/node           v20.18.0
    /usr/bin/npm            10.8.2
    /usr/bin/npx            10.8.2
    /usr/bin/corepack       0.29.3
    
    Recommended versions are nodejs 20.18.0 and npm 10.8.2
    Your nodejs installation is correct
    
    MEMORY: 
                   total        used        free      shared  buff/cache   available
    Mem:            8.6G        1.6G        5.6G         86K        1.5G        7.0G
    Swap:           8.6G        1.1M        8.6G
    Total:           17G        1.6G         14G
    
    Active iob-Instances:   22
    Upgrade policy: none
    
    ioBroker Core:          js-controller           7.0.0
                            admin                   7.2.6
    
    ioBroker Status:        iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: jsonl
    
    Status admin and web instance:
    + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
    + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    Objects:                15063
    States:                 12530
    
    Size of iob-Database:
    
    26M     /opt/iobroker/iobroker-data/objects.jsonl
    4.5M    /opt/iobroker/iobroker-data/states.jsonl
    
    
    
    =================== END OF SUMMARY ====================
    

    Bei der Migration zu redis erhalte ich folgende Meldung und die Umstellung erfolgt nicht.

    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
    

    Ein manuelles Backup mit iobroker backup läuft ohne Fehler durch.

    Ro75R 1 Antwort Letzte Antwort
    1
    • D DLehmann

      Bitte in der nachfolgenden Übersicht die mit ... bzw x gekennzeichneten Felder ausfüllen und im Anschluss an die Tabelle auf Linux Systemen den Output des Commands iob diag einfügen.

      Hinweis: Das Eröffnen eines Issues hier ersetzt NICHT das Anlegen eine Issues im Repository des Adapters. Fehlerbehebungen werden ausschließlich über Issues getrackt.

      DANKE

      Bitte ausfüllen:

      • Adaptername:
      • Link zu Adapterrepository: www.github.com...
      • Adapterversion: ...
      • js-controller Version: 7.0.0
      • Admin Version: 7.2.6
      • Hardwaresystem: LXC unter Proxmox auf NUC
      • Arbeitsspeicher: 8GB
      • Festplattenart: SSD
      • Betriebssystem: Debian 12
      • Nodejs-Version: 20.18.0
      • NPM-Version: 10.8.2
      • Installationsart: Skript
      • Image, Docker genutzt: Nein
      • Ort, Name der Imagedatei: ...

      Linux User bitte hier den Output von iob diag einfügen.

      ======================= SUMMARY =======================
                              v.2024-08-12
      
      
       Static hostname: iobroker
             Icon name: computer-container
               Chassis: container ☐
        Virtualization: lxc
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.8.12-2-pve
          Architecture: x86-64
      
      Installation:           lxc
      Kernel:                 x86_64
      Userland:               64 bit
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                0
      Display-Server:         false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     0
      Pending iob updates:    0
      
      Nodejs-Installation:
      /usr/bin/nodejs         v20.18.0
      /usr/bin/node           v20.18.0
      /usr/bin/npm            10.8.2
      /usr/bin/npx            10.8.2
      /usr/bin/corepack       0.29.3
      
      Recommended versions are nodejs 20.18.0 and npm 10.8.2
      Your nodejs installation is correct
      
      MEMORY: 
                     total        used        free      shared  buff/cache   available
      Mem:            8.6G        1.6G        5.6G         86K        1.5G        7.0G
      Swap:           8.6G        1.1M        8.6G
      Total:           17G        1.6G         14G
      
      Active iob-Instances:   22
      Upgrade policy: none
      
      ioBroker Core:          js-controller           7.0.0
                              admin                   7.2.6
      
      ioBroker Status:        iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects:                15063
      States:                 12530
      
      Size of iob-Database:
      
      26M     /opt/iobroker/iobroker-data/objects.jsonl
      4.5M    /opt/iobroker/iobroker-data/states.jsonl
      
      
      
      =================== END OF SUMMARY ====================
      

      Bei der Migration zu redis erhalte ich folgende Meldung und die Umstellung erfolgt nicht.

      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
      

      Ein manuelles Backup mit iobroker backup läuft ohne Fehler durch.

      Ro75R Offline
      Ro75R Offline
      Ro75
      schrieb am zuletzt editiert von
      #2

      @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.

      SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

      HomoranH 1 Antwort Letzte Antwort
      0
      • Ro75R Ro75

        @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.

        HomoranH Offline
        HomoranH Offline
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #3

        @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

        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 Antwort Letzte Antwort
        0
        • D Offline
          D Offline
          DLehmann
          schrieb am zuletzt editiert von
          #4

          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.

          Ro75R 1 Antwort Letzte Antwort
          0
          • D DLehmann

            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.

            Ro75R Offline
            Ro75R Offline
            Ro75
            schrieb am zuletzt editiert von
            #5

            @dlehmann bitte alle Eingaben zeigen.

            Ro75.

            SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

            D 1 Antwort Letzte Antwort
            0
            • Ro75R Ro75

              @dlehmann bitte alle Eingaben zeigen.

              Ro75.

              D Offline
              D Offline
              DLehmann
              schrieb am zuletzt editiert von
              #6

              @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
              
              Ro75R 1 Antwort Letzte Antwort
              0
              • D DLehmann

                @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
                
                Ro75R Offline
                Ro75R Offline
                Ro75
                schrieb am zuletzt editiert von
                #7

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

                Ro75.

                SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                D 1 Antwort Letzte Antwort
                0
                • Ro75R Ro75

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

                  Ro75.

                  D Offline
                  D Offline
                  DLehmann
                  schrieb am zuletzt editiert von
                  #8

                  @ro75 jawohl

                  Ro75R 1 Antwort Letzte Antwort
                  0
                  • D DLehmann

                    @ro75 jawohl

                    Ro75R Offline
                    Ro75R Offline
                    Ro75
                    schrieb am zuletzt editiert von
                    #9

                    @dlehmann wie kommst du auf

                    js-controller           7.0.0
                    

                    ???

                    Ro75.

                    SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                    D 1 Antwort Letzte Antwort
                    0
                    • Ro75R Ro75

                      @dlehmann wie kommst du auf

                      js-controller           7.0.0
                      

                      ???

                      Ro75.

                      D Offline
                      D Offline
                      DLehmann
                      schrieb am zuletzt editiert von
                      #10

                      @ro75 ist aktuell im Beta

                      Ro75R HomoranH 2 Antworten Letzte Antwort
                      0
                      • D DLehmann

                        @ro75 ist aktuell im Beta

                        Ro75R Offline
                        Ro75R Offline
                        Ro75
                        schrieb am zuletzt editiert von
                        #11

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

                        Ro75.

                        SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                        1 Antwort Letzte Antwort
                        1
                        • D DLehmann

                          @ro75 ist aktuell im Beta

                          HomoranH Offline
                          HomoranH Offline
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von Homoran
                          #12

                          @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!

                          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 -

                          D 1 Antwort Letzte Antwort
                          0
                          • HomoranH 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 Offline
                            D Offline
                            DLehmann
                            schrieb am zuletzt editiert von
                            #13

                            @homoran getan

                            HomoranH 1 Antwort Letzte Antwort
                            0
                            • D DLehmann

                              @homoran getan

                              HomoranH Offline
                              HomoranH Offline
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #14

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

                              @homoran getan

                              Dann mach ich hier zu!

                              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 Antwort Letzte Antwort
                              0
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              611

                              Online

                              32.4k

                              Benutzer

                              81.5k

                              Themen

                              1.3m

                              Beiträge
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Anmelden

                              • Du hast noch kein Konto? Registrieren

                              • Anmelden oder registrieren, um zu suchen
                              • Erster Beitrag
                                Letzter Beitrag
                              0
                              • Home
                              • Aktuell
                              • Tags
                              • Ungelesen 0
                              • Kategorien
                              • Unreplied
                              • Beliebt
                              • GitHub
                              • Docu
                              • Hilfe