Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (gelöst)Fehler von Multihost nach update auf Buster

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    (gelöst)Fehler von Multihost nach update auf Buster

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

      @Meister-Mopper ja

      Meister Mopper 1 Reply Last reply Reply Quote 0
      • Meister Mopper
        Meister Mopper @Mapio90 last edited by

        @Mapio90 Das ist schon mal gut. Ich würde jetzt diesen als Master einrichten.

        iobroker multihost enable
        iobroker restart
        
        M 1 Reply Last reply Reply Quote 0
        • M
          Mapio90 @Meister Mopper last edited by

          @Meister-Mopper sagte in Fehler von Multihost nach update auf Buster:

          iobroker multihost enable

          pi@Master:~ $ iobroker multihost enable
          Please check the binding of redis service. By default it is only local: http://download.redis.io/redis-stable/redis.conf
          Change "bind 127.0.0.1" to "bind 0.0.0.0" or to others.
          No configuration change needed.
          
          
          Multihost discovery server: enabled
          Discovery authentication:   enabled
          Objects:                    file on 0.0.0.0
          States:                     redis on 0.0.0.0
          
          
          Meister Mopper 2 Replies Last reply Reply Quote 0
          • Meister Mopper
            Meister Mopper @Mapio90 last edited by Meister Mopper

            @Mapio90 ```Dann hast Du wahrscheinlich nicht den redis-server neu gestartet:

            sudo systemctl restart redis-server

            M 1 Reply Last reply Reply Quote 1
            • Meister Mopper
              Meister Mopper @Mapio90 last edited by

              @Mapio90 Denk aber daran, redis auch auf dem Slave einzurichten, bevor Du Dein Backup zurückliest.

              M 1 Reply Last reply Reply Quote 0
              • M
                Mapio90 @Meister Mopper last edited by

                @Meister-Mopper

                hammer, jetzt läuft alles. Vielen Dank euch. Was komisch ist, ich kann auf meinem Master bei backitup adapter nicht auf Redis zugreifen, obwohl ich das auch lokal abgelegt hatte.

                Meister Mopper 2 Replies Last reply Reply Quote 0
                • M
                  Mapio90 @Meister Mopper last edited by

                  @Meister-Mopper das heißt, wie muss ich da vorgehen? Dachte dadurch das es läuft, ich jetzt schon das backup machen kann!?

                  1 Reply Last reply Reply Quote 0
                  • Meister Mopper
                    Meister Mopper @Mapio90 last edited by

                    @Mapio90 Backup kannste machen. Für das Rechteproblem würde ich noch mal den Fixer laufen lassen und nochmal den user iobroker an redis beteiligen, anschließend ist ein reboot erforderlich.

                    iobroker fix
                    sudo usermod -aG redis iobroker
                    reboot
                    
                    M 1 Reply Last reply Reply Quote 0
                    • Meister Mopper
                      Meister Mopper @Mapio90 last edited by

                      @Mapio90 Gib mal im Backitup-Adapter bei redis-Pfad die Datei mit, komischerweise funktioniert das:

                      /var/lib/redis/dump.rdb
                      
                      M 1 Reply Last reply Reply Quote 1
                      • M
                        Mapio90 @Meister Mopper last edited by

                        @Meister-Mopper

                        Hat das auch damit zu tun, dass in den Objekten bei z.b BLE keine states mehr sind?

                        Meister Mopper 1 Reply Last reply Reply Quote 0
                        • Meister Mopper
                          Meister Mopper @Mapio90 last edited by

                          @Mapio90 sagte in Fehler von Multihost nach update auf Buster:

                          Hat das auch damit zu tun, dass in den Objekten bei z.b BLE keine states mehr sind?

                          Auf welchem host läuft BLE?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            Mapio90 @Meister Mopper last edited by

                            @Meister-Mopper Auf beiden. Allerdings möchte ich vom Slave die states abrufen

                            Meister Mopper 1 Reply Last reply Reply Quote 0
                            • Meister Mopper
                              Meister Mopper @Mapio90 last edited by

                              @Mapio90 Hast Du den Slave für redis konfiguriert?

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                Mapio90 @Meister Mopper last edited by

                                @Meister-Mopper

                                Ich habe nichts geändert, wie zu dem Zeitpunkt als vorgestern noch alles gelaufen hat.

                                Meister Mopper 1 Reply Last reply Reply Quote 0
                                • Meister Mopper
                                  Meister Mopper @Mapio90 last edited by

                                  @Mapio90 Zeig mal, was

                                  iobroker status
                                  

                                  bei dem Slave auswirft.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Mapio90 @Meister Mopper last edited by

                                    @Meister-Mopper sagte in Fehler von Multihost nach update auf Buster:

                                    iobroker status

                                    
                                    pi@second-device:~ $ iobroker status
                                    iobroker is running on this host.
                                    
                                    At least one iobroker host is running.
                                    
                                    Objects type: file
                                    States  type: redis
                                    
                                    
                                    Meister Mopper 1 Reply Last reply Reply Quote 0
                                    • Meister Mopper
                                      Meister Mopper @Mapio90 last edited by

                                      @Mapio90 Okay, dann läuft das schon mal gemäß Regieanweisung. Das Problem ist wahrscheinlich, dass die States des slave auf dem master liegen. Deshalb werden sie ja beim install nicht(!) migriert.
                                      Wenn Du jetzt kein redis-backup hast, können da auch keine states sein und sie werden neu geschrieben, so zumindest mein Verständnis.

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        Mapio90 @Meister Mopper last edited by

                                        @Meister-Mopper sagte in Fehler von Multihost nach update auf Buster:

                                        @Mapio90 Gib mal im Backitup-Adapter bei redis-Pfad die Datei mit, komischerweise funktioniert das:

                                        /var/lib/redis/dump.rdb
                                        

                                        irgendwie funktioniert das bei mir trotzdem nicht. glaube @simatec ist der spezialist für backitup

                                        Meister Mopper 1 Reply Last reply Reply Quote 0
                                        • M
                                          Mapio90 @Meister Mopper last edited by

                                          @Meister-Mopper ich hab ein redis-Backup vom Master. Das vom Slave hatte nicht funktioniert und das habe ich später erst bemerkt, als ich die Telegramm Nachricht gesehen habe.

                                          Meister Mopper 1 Reply Last reply Reply Quote 0
                                          • Meister Mopper
                                            Meister Mopper @Mapio90 last edited by

                                            @Mapio90 sagte in Fehler von Multihost nach update auf Buster:

                                            glaube @simatec ist der spezialist für backitup

                                            Von ihm und der Adapterbeschreibung habe ich die genannten Erkenntnisse.
                                            Was kommt bei

                                            id iobroker
                                            

                                            ?

                                            M 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

                                            906
                                            Online

                                            32.2k
                                            Users

                                            80.9k
                                            Topics

                                            1.3m
                                            Posts

                                            buster update redis multihost master slave
                                            4
                                            82
                                            4399
                                            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