Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Umzug auf Raspberry Pi 5

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Umzug auf Raspberry Pi 5

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      legro @Thomas Braun last edited by

      @thomas-braun @Homoran

      Vielen Dank an euch beide!👍

      Nun habe ich die Backups im lokalen Verzeichnis. Aber die Dateigrößen sind noch immer unverändert (viel zu) klein.

      04083dbf-07f5-4d21-aa41-7897949ec541-image.png

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

        @legro

        mount | sort
        

        sagt?

        L 1 Reply Last reply Reply Quote 0
        • L
          legro @Thomas Braun last edited by legro

          @thomas-braun sagte in Umzug auf Raspberry Pi 5:

          @legro

          mount | sort
          

          sagt?

          .. dies ..

          pi@raspiBullseye:~ $ mount | sort
          binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
          bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
          cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
          configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
          debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
          devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
          /dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro)
          /dev/sda2 on / type ext4 (rw,noatime)
          devtmpfs on /dev type devtmpfs (rw,relatime,size=3735168k,nr_inodes=933792,mode=755)
          fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
          lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
          mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
          proc on /proc type proc (rw,relatime)
          pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
          ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
          ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
          ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
          ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
          securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
          sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
          sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
          systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
          tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
          tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
          tmpfs on /run type tmpfs (rw,nosuid,nodev,size=1599760k,nr_inodes=819200,mode=755)
          tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=799876k,nr_inodes=199969,mode=700,uid=1000,gid=1000)
          tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
          

          .. womit ich als Laie nicht viel anfangen kann.

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

            @legro

            Alles gut. Ich wollte nur Segen, ob vielleicht die Freigabe noch gemountet ist.

            L 1 Reply Last reply Reply Quote 0
            • L
              legro @Thomas Braun last edited by legro

              @thomas-braun sagte in Umzug auf Raspberry Pi 5:

              Alles gut.

              Da bin ich mir jedoch alles Andere als sicher. Müsste nicht - zumindest das InfluxDB - Backup deutlich größer sein?

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

                @legro

                Das alles gut bezog sich auf die mounts.
                Warum die Backups so klein sind erklärt das nicht.

                L 1 Reply Last reply Reply Quote 0
                • L
                  legro @Thomas Braun last edited by

                  @thomas-braun

                  Schon klar.

                  Wo befinden sich eigentlich die Dateien von InfluxDB?

                  L 1 Reply Last reply Reply Quote 0
                  • L
                    legro @legro last edited by legro

                    @Homoran @Thomas-Braun

                    Da ich hier nicht weiterkomme, habe ich nach Alternativen gesucht. Zurzeit scheint mir eine mögliche Lösung ..

                    • influx backup <BackupDatei>
                    • Backupdatei von InfluxDB auf PC (mit FileZilla)
                    • Auf dem Pi5 InfluxDB und CLI installieren
                    • Backupdatei vom PC auf Pi5 kopieren
                    • influx restore <BackupDatei>

                    Vermutlich dürfte das auch das nicht auf Anhieb funktionieren, weil ich als Glückspilz im Pechhaben gewiss wieder etwas übersehen habe.

                    Marc Berg 1 Reply Last reply Reply Quote 0
                    • Marc Berg
                      Marc Berg Most Active @legro last edited by Marc Berg

                      @legro sagte in Umzug auf Raspberry Pi 5:

                      gewiss wieder etwas übersehen habe.

                      Woher weißt du eigentlich, dass das Backup zu klein ist? Ich vermute fast, dass deine Backupeinstellungen für die InfluxDB nicht korrekt sind. Zeig diese mal und welche Buckets auf der Datenbank existieren.

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        legro @Marc Berg last edited by

                        @marc-berg

                        Bereits über zwei Jahre sammle ich Daten mittels InfluxDB. Da kommen ganz sicher mehr als bloß 16KB zusammen.

                        871da0d6-64d2-4865-8442-2dc3ef78031e-image.png

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

                          @legro

                          Und ein Backup 'von Hand' der Datenbank funktioniert?

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

                            @legro und was ist mit

                            @marc-berg sagte in Umzug auf Raspberry Pi 5:

                            Ich vermute fast, dass deine Backupeinstellungen für die InfluxDB nicht korrekt sind. Zeig diese mal

                            1 Reply Last reply Reply Quote 0
                            • L
                              legro @Thomas Braun last edited by legro

                              @thomas-braun sagte in Umzug auf Raspberry Pi 5:

                              Und ein Backup 'von Hand' der Datenbank funktioniert?

                              Das Backup via CLI von InfluxDB habe ich noch nicht ausprobiert. Wenn ich's durchgeführt habe, werde ich berichten.

                              @Marc-Berg

                              Wo finde ich die von dir gewünschten Einstellungen? In BackItUp kann ich doch bloß die Option zu InfluxDB aktivieren.

                              Marc Berg Homoran 2 Replies Last reply Reply Quote 0
                              • Marc Berg
                                Marc Berg Most Active @legro last edited by

                                @legro sagte in Umzug auf Raspberry Pi 5:

                                Wo finde ich die von dir gewünschten Einstellungen?

                                111b6714-13fb-479e-91a6-0da168f5e572-grafik.png

                                L 1 Reply Last reply Reply Quote 1
                                • L
                                  legro @Marc Berg last edited by legro

                                  @marc-berg

                                  Was soll ich da anderes einstellen?

                                  3b3f972c-c736-4da6-b335-39de5e43b03f-image.png

                                  Im Laufe der Zeit war der Token - warum auch immer - ungültig geworden. Diesen habe ich erneuert. Seither funktioniert das Update ja auch wieder - leider nicht richtig.

                                  Marc Berg 1 Reply Last reply Reply Quote 0
                                  • Marc Berg
                                    Marc Berg Most Active @legro last edited by Marc Berg

                                    @legro sagte in Umzug auf Raspberry Pi 5:

                                    Seither funktioniert das Update ja auch wieder - leider nicht richtig.

                                    Kein Wunder, dein Bucket heißt nicht so, wie du es dort eingetragen hast.

                                    EDIT: und wie hast du den neuen Token erzeugt?

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

                                      @legro sagte in Umzug auf Raspberry Pi 5:

                                      In BackItUp kann ich doch bloß die Option zu InfluxDB aktivieren.

                                      zu jeder angewählten Option gibt es eine zugehörige Konfigurationsseite

                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        legro @Homoran last edited by legro

                                        Oh je, wie konnte ich nur so blind sein.😕

                                        ada8c096-5866-43c7-95bf-0a8cf8ac2767-image.png

                                        Die Datenbank lautete seit Jahr und Tag "iobroker". Im Herbst letzten Jahres hatte ich bei den Buckets aufgeräumt, dabei habe ich dann wohl diesen Namen neu eingetragen.

                                        So, und nun geht's an das Grafana Update. Das kann doch auch mit 16KB nicht alles enthalten.

                                        Marc Berg 1 Reply Last reply Reply Quote 0
                                        • Marc Berg
                                          Marc Berg Most Active @legro last edited by

                                          @legro sagte in Umzug auf Raspberry Pi 5:

                                          Das kann doch auch mit 16KB nicht alles enthalten.

                                          Doch, das passt. Mein Grafana Backup ist bei 12 Dashboards und 5 Datenquellen ca. 18kB groß.

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            legro @Marc Berg last edited by

                                            @marc-berg

                                            Vielen Dank für deine Rückmeldung. Dann kann ich ja endlich mit dem Umzug auf den Pi5 beginnen.

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

                                            Support us

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

                                            806
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            41
                                            1817
                                            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