Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Solved: BackITUp: MySQL DB Sicherung schlägt fehl

    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

    Solved: BackITUp: MySQL DB Sicherung schlägt fehl

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

      @dp20eic
      Danke für deine Geduld!

      richard@RKO-Central:~$ lslogins iobroker
      Username:                           iobroker
      UID:                                1001
      Gecos field:
      Home directory:                     /home/iobroker
      Shell:                              /bin/sbin/nologin
      No login:                           yes
      Primary group:                      iobroker
      GID:                                1001
      Supplementary groups:               video,tty,dialout,audio
      Supplementary group IDs:            44,5,20,29
      Last terminal:
      Last hostname:
      Hushed:                             no
      Running processes:                  20
      
      Last logs:
      

      /etc/sudoers

      Defaults        env_reset
      Defaults        mail_badpass
      Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/b>
      
      # Host alias specification
      
      # User alias specification
      
      # Cmnd alias specification
      
      # User privilege specification
      root    ALL=(ALL:ALL) ALL
      
      # Allow members of group sudo to execute any command
      %sudo   ALL=(ALL:ALL) ALL
      
      # See sudoers(5) for more information on "@include" directives:
      
      @includedir /etc/sudoers.d
      

      @thomas-braun said in BackITUp: MySQL DB Sicherung schlägt fehl:

      Gib mal die Langfassung von
      iob diag

      Da kann man schon mal sehen in welchem Umfeld du da überhaupt unterwegs bist.

      Habe ich hier schon geposted:
      https://forum.iobroker.net/topic/66067/backitup-mysql-db-sicherung-schlägt-fehl/12?_=1686421368503

      @thomas-braun said in BackITUp: MySQL DB Sicherung schlägt fehl:

      Was hast du denn am 25. Mai gemacht?

      Meine neue Wärmepumpe eingebunden. Neue Modbus Objekte erstellt, die im Logging aktiviert, im SQL neue Views und Proceduren erstellt, neue Scripte erstellt. Sowas.

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @Azrael42 last edited by A Former User

        @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

        /bin/sbin/nologin

        Moin,

        Dein ioBroker User hat keine Login shell daher kannst Du Dich da auch nicht anmelden!

        VG
        Bernd

        P.S.: Da ich schon vor langer Zeit, meinen ioBroker angelegt habe, da habe ich den User noch von Hand angelegt, daher ist das aber vielleicht heute anders gelöst.

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

          @dp20eic sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

          Dein ioBroker User hat keine Login shell daher kannst Du Dich da auch nicht mehr anmelden!

          Das ist aber die Voreinstellung.

          echad@chet:~ $ lslogins iobroker
          Username:                           iobroker
          UID:                                1001
          Gecos field:
          Home directory:                     /home/iobroker
          Shell:                              /usr/sbin/nologin
          No login:                           yes
          Primary group:                      iobroker
          GID:                                1001
          Supplementary groups:               nut,tty,dialout,audio,video,bluetooth,i2c,gpio
          Supplementary group IDs:            116,5,20,29,44,112,998,997
          Last terminal:
          Last hostname:
          Hushed:                             no
          Running processes:                  38
          
          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @Thomas Braun last edited by

            @thomas-braun sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

            Das ist aber die Voreinstellung.

            Moin,

            ja, das habe ich mir fast schon gedacht, da ich damals so 2 Jahre her, ioBroker eingerichtet habe, habe ich mir den User selbst angelegt.

            Ist es dann nur möglich zum User iobroker zu werden, in dem man das macht?

            sudo su - iobroker -s /bin/bash
            

            Ist interessant, sollte ich mal für diese quasi System-User auch so einrichten.

            VG
            Bernd

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

              @dp20eic sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

              Ist es dann nur möglich zum User iobroker zu werden, in dem man das macht?

              sudo -H -u iobroker COMMAND
              

              Der iobroker bekommt keine login shell.

              1 Reply Last reply Reply Quote 0
              • Azrael42
                Azrael42 @Guest last edited by

                @dp20eic
                Wenn ich mich so als iobroker anmelde, gibt "which mysqldump" den richtigen Pfad aus.

                iobroker@RKO-Central:~$ which mysqldump
                /usr/bin/mysqldump
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Azrael42 last edited by

                  ls -la /usr/bin/mysqldump
                  

                  sagt?

                  Ich vermute ja, der user der für das Backup herangezogen wird hat in der Datenbank nicht genügend Rechte.

                  Oder wird /opt/iobroker/backups als Mountpunkt für ein NAS oder sowas verwendet?

                  Azrael42 ? 2 Replies Last reply Reply Quote 0
                  • Azrael42
                    Azrael42 @Thomas Braun last edited by

                    @thomas-braun said in BackITUp: MySQL DB Sicherung schlägt fehl:

                    ls -la /usr/bin/mysqldump

                    iobroker@RKO-Central:~$ ls -la /usr/bin/mysqldump
                    lrwxrwxrwx 1 root root 12 Apr 15 21:50 /usr/bin/mysqldump -> mariadb-dump
                    

                    @thomas-braun said in BackITUp: MySQL DB Sicherung schlägt fehl:

                    Oder wird /opt/iobroker/backups als Mountpunkt für ein NAS oder sowas verwendet?

                    Nein, NAS habe ich nicht. Verwende für das Backup OneDrive.

                    cat /proc/mounts
                    

                    Gibt auch kein Ergebnis dafür.

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

                      @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                      ls -la /usr/bin/mariadb-dump
                      
                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @Thomas Braun last edited by

                        @Azrael42 @thomas-braun sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                        Ich vermute ja, der user der für das Backup herangezogen wird hat in der Datenbank nicht genügend Rechte.

                        Moin,

                        da Du ja irgendwo mal geschrieben hast, dass Du HeidiSQL nutzt, kannst Du Dir ja dort mal anschauen wie Dein User und die Rechte sind.

                        @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                        obroker@RKO-Central:~$ ls -la /usr/bin/mysqldump

                        dann musst Du das auf die mariadb-dump machen

                        ls -la /usr/bin/mariadb-dump
                        

                        VG
                        Bernd

                        Azrael42 1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @Azrael42 last edited by

                          @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                          Verwende für das Backup OneDrive

                          Moin,

                          aber das hast Du gemountet oder machst Du erst ein Lokales-Backup und dann verschiebst Du es nach OneDrive

                          Was sagt denn

                          mount
                          

                          VG
                          Bernd

                          1 Reply Last reply Reply Quote 0
                          • Azrael42
                            Azrael42 @Guest last edited by Azrael42

                            @dp20eic said in BackITUp: MySQL DB Sicherung schlägt fehl:

                            dann musst Du das auf die mariadb-dump machen

                            iobroker@RKO-Central:~$ ls -la /usr/bin/mariadb-dump
                            -rwxr-xr-x 1 root root 4000928 Apr 15 21:50 /usr/bin/mariadb-dump
                            

                            Wenn ich das richtig verstehe, darf der User "iobroker" ausführen.

                            @dp20eic said in BackITUp: MySQL DB Sicherung schlägt fehl:

                            aber das hast Du gemountet oder machst Du erst ein Lokales-Backup und dann verschiebst Du es nach OneDrive

                            Ja, es wird erst ein lokales Backup erstellt, welches dann von BackITUp nach OneDrive KOPIERT wird.

                            "mount" gibt weder für das Ziel noch für den Dateipfad von Mariadb-dump etwas an.

                            iobroker@RKO-Central:~$ mount | grep iobroker
                            iobroker@RKO-Central:~$
                            iobroker@RKO-Central:~$ mount | grep usr
                            iobroker@RKO-Central:~$
                            
                            ? 2 Replies Last reply Reply Quote 0
                            • ?
                              A Former User @Azrael42 last edited by

                              @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                              iobroker@RKO-Central:~$ mount | grep iobroker

                              Moin,

                              einfach nur den befehl, ohne etwas zu filtern/grepen

                              mount
                              

                              VG
                              Bernd

                              Azrael42 1 Reply Last reply Reply Quote 0
                              • Azrael42
                                Azrael42 @Guest last edited by

                                @dp20eic

                                iobroker@RKO-Central:~$ mount
                                sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
                                proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
                                udev on /dev type devtmpfs (rw,nosuid,relatime,size=1945708k,nr_inodes=486427,mode=755)
                                devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                                tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=392408k,mode=755)
                                /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
                                securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
                                tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
                                tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
                                cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
                                pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
                                none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
                                systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13452)
                                mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
                                hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
                                debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
                                tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
                                configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
                                fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
                                sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
                                tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=392404k,nr_inodes=98101,mode=700,uid=1000,gid=1000)
                                
                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @Azrael42 last edited by A Former User

                                  @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                                  Wenn ich das richtig verstehe, darf der User "iobroker" ausführen.

                                  Moin,

                                  ja, das sieht normal aus.

                                  Kannst Du trotz allem noch mal den Einstellungsdialog zeigen
                                  dc88f30b-cf9e-4607-9136-5c9ae358d495-grafik.png
                                  Ich hab das nur mal so installiert, ich nutze den BackItUp Adaper nicht.

                                  Vielleicht auch mal den Pfad leer lassen.

                                  Mir fällt ansonsten heute nichts mehr dazu ein.

                                  VG
                                  Bernd

                                  P.S.: Auf Thai ist die Zahl 5 = ha somit 5555
                                  ea9a6b0b-86f7-4fc3-a6d1-6d9e39a8d5dd-grafik.png

                                  Azrael42 1 Reply Last reply Reply Quote 0
                                  • Azrael42
                                    Azrael42 @Guest last edited by Azrael42

                                    @dp20eic

                                    6687cf0b-a4a3-4df9-af8b-07a354d9b260-image.png

                                    Jo, ich gebe für heute auch auf. Danke noch an alle, die bis hier mitgedacht haben!

                                    Ansonsten weiß ich schon, wo mein Handtuch ist;)

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

                                      @azrael42

                                      Gib mal bei full path das Linkziel ein:

                                      /usr/bin/mariadb-dump
                                      
                                      Azrael42 1 Reply Last reply Reply Quote 0
                                      • Azrael42
                                        Azrael42 @Thomas Braun last edited by

                                        @thomas-braun said in BackITUp: MySQL DB Sicherung schlägt fehl:

                                        Gib mal bei full path das Linkziel ein:

                                        Bleibt leider exakt gleich. Geht nicht. 😞

                                        1 Reply Last reply Reply Quote 0
                                        • ?
                                          A Former User @Azrael42 last edited by

                                          @azrael42 sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                                          Ansonsten weiß ich schon, wo mein Handtuch ist;)

                                          Moin,

                                          und die Sonnenbrille nicht vergessen 🙂

                                          Wenn Du als iobroker das ausführst

                                          iobroker@RKO-Central:~$ mariadb-dump -u iobroker -p  iobroker > /opt/iobroker/backups/mysql_test.sql
                                          

                                          Wenn Du das Passwort gleich mitgeben willst, dann -ppasswort ohne Leerzeichen.

                                          Dann kannst Du auch noch mal versuchen, ob Du als iobroker etwas im Verzeichnis anlegen kannst.

                                          touch /opt/iobroker/backups/test.txt
                                          

                                          VG
                                          Bernd

                                          Homoran Azrael42 2 Replies Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Guest last edited by

                                            @dp20eic ich bin als Linux-Laie ein wenig verwirrt.

                                            @dp20eic sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                                            Wenn Du als iobroker das ausführst
                                            iobroker@RKO-Central:.....

                                            passt doch nicht zu

                                            @thomas-braun sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                                            Der iobroker bekommt keine login shell.

                                            da müsste doch

                                            @thomas-braun sagte in BackITUp: MySQL DB Sicherung schlägt fehl:

                                            sudo -H -u iobroker COMMAND

                                            verwendet werden.
                                            oder/und der iobroker bei @Azrael42 ist ein selbst angelegter user und nicht der Systemuser

                                            ? 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

                                            712
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            53
                                            3090
                                            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