Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BackItUp - InfluxDB2 - Grafana

    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

    BackItUp - InfluxDB2 - Grafana

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @Friedhofsblond last edited by

      @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

      1:1 von influx kopiert. - warum kann ich die Datei nicht entpacken?

      Moin,

      wieso entpacken, @Thomas-Braun sagte doch, Du sollst das aus/vom Repository installieren.

      Und wenn man dann schon etwas von einer Web-Seite kopiert, dann muss man das auch lesen, denn den Pfad path/to/ gibt es unter Linux nicht, außer Du hast ihn Dir angelegt.

      tar xvzf path/to/influxdb2-client-2.7.3-linux-amd64.tar.gz
      

      Aber das ist alles Kokolores, wenn Deine Repos korrekt sind und funktionieren, dann

      sudo apt install influxdb2-cli
      

      VG
      Bernd

      P.S.: @Thomas-Braunwar schneller 🙂

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

        @friedhofsblond

        Auf die Ausgaben zu

        cat /etc/apt/sources.list
        cat /etc/apt/sources.list.d/*
        

        warte ich immer noch, da könnte man vielleicht sehen warum apt kaputt ist und wo es da klemmt.

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

          @thomas-braun
          so meine Lieben 😉
          Ich bin doch schon wieder auf einem frischen System.
          (habe verschiedene abgespeicherte Images die ich via Acronis komlett widerherstellen kann)
          Also ganz frisches Debian 11 - minimal ohne Desktop - also alles per Console.
          Alles strikt nach Docu abgearbeitet.
          So wie es z.B. hier steht:

          iobback.PNG

          influxdb2
          influxdb-cli

          Sorry ich bin ein alter Copy-Paste Arbeiter und muß mir das "Zeugs" zusammensuchen.
          Habt Mitleid ...

          Auf die Ausgaben zu:

          Linux debian 5.10.0-23-amd64 #1 SMP Debian 5.10.179-1 (2023-05-12) x86_64
          
          The programs included with the Debian GNU/Linux system are free software;
          the exact distribution terms for each program are described in the
          individual files in /usr/share/doc/*/copyright.
          
          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
          permitted by applicable law.
          Last login: Tue Jun  6 11:46:10 2023 from 192.168.115.175
          superuser@debian:~$ cat /etc/apt/sources.list
          # deb cdrom:[Debian GNU/Linux 11.7.0 _Bullseye_ - Unofficial amd64 NETINST with                                                                      firmware 20230429-11:49]/ bullseye contrib main non-free
          
          #deb cdrom:[Debian GNU/Linux 11.7.0 _Bullseye_ - Unofficial amd64 NETINST with f                                                                     irmware 20230429-11:49]/ bullseye contrib main non-free
          
          deb http://deb.debian.org/debian/ bullseye main non-free contrib
          deb-src http://deb.debian.org/debian/ bullseye main non-free contrib
          
          deb http://security.debian.org/debian-security bullseye-security main contrib no                                                                     n-free
          deb-src http://security.debian.org/debian-security bullseye-security main contri                                                                     b non-free
          
          # bullseye-updates, to get updates before a point release is made;
          # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_                                                                     and_backports
          deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
          deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
          
          # This system was installed using small removable media
          # (e.g. netinst, live or single CD). The matching "deb cdrom"
          # entries were disabled at the end of the installation process.
          # For information about how to configure apt package sources,
          # see the sources.list(5) manual.
          
          
          superuser@debian:~$ cat /etc/apt/sources.list.d/*
          deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x bullseye main
          deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x bullseye main
          
          
          Thomas Braun ? 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Friedhofsblond last edited by

            @friedhofsblond

            Also doch wieder am Paketmanager vorbei?
            Die Anleitung von influx ist für ein reines Debian falsch/sehr ungünstig.

            sudo apt update
            apt policy influxdb*
            

            sagt?

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

              @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

              influxdb2
              influxdb-cli

              Moin,

              wie @Thomas-Braun schon schrieb ist das nicht korrekt. Wenn Du es richtig installieren möchtest, musst Du dir leider die alte Doku aus influxDB V.2.0 nehmen.
              https://docs.influxdata.com/influxdb/v2.0/install/?t=Linux

              Dann verstehe ich nicht, was Du alles aus dem Bildchen, das Du gepostet hast, gemacht hast, etwas auch den anderen Kram installiert wie mariadb-client usw.?

              VG
              Bernd

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

                @dp20eic sagte in BackItUp - InfluxDB2 - Grafana:

                Wenn Du es richtig installieren möchtest, musst Du dir leider die alte Doku aus influxDB V.2.0 nehmen.
                https://docs.influxdata.com/influxdb/v2.0/install/?t=Linux

                Unter diesem Link ist aber auch nicht die Installation per Paketmanager beschrieben, oder?

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

                  @dp20eic
                  das war oben noch von der alten Installation.
                  Da hatte ich OMV6 noch zusätzlich mit drauf.
                  ab hier ists neu:
                  https://forum.iobroker.net/topic/65972/backitup-influxdb2-grafana/20?_=1686063421690

                  OK dann nochmal zurück auf "0" - ich melde mich 😐

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

                    @friedhofsblond

                    Die Repos zu Grafana wie auch Influx finden sich Copy&Paste fertig hier:

                    https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                    Friedhofsblond 1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User @Marc Berg last edited by

                      @marc-berg sagte in BackItUp - InfluxDB2 - Grafana:

                      @dp20eic sagte in BackItUp - InfluxDB2 - Grafana:

                      Wenn Du es richtig installieren möchtest, musst Du dir leider die alte Doku aus influxDB V.2.0 nehmen.
                      https://docs.influxdata.com/influxdb/v2.0/install/?t=Linux

                      Unter diesem Link ist aber auch nicht die Installation per Paketmanager beschrieben, oder?

                      Moin,

                      yup, mein Fehler, dachte, dass das noch die alte Beschreibung ist.

                      VG
                      Bernd

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

                        @thomas-braun
                        also mit diesenLinks funktioniert auch nicht alles:

                        wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key /usr/share/keyrings/grafana.key: Keine Berechtigung
                        

                        dann bei Influxdb2 werden ja nur die links zu den Repositories hinzugefügt.
                        Wie gehts dann weiter mit der Install??

                        ? Thomas Braun 2 Replies Last reply Reply Quote 0
                        • ?
                          A Former User @Friedhofsblond last edited by

                          @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

                          @thomas-braun
                          also mit diesenLinks funktioniert auch nicht alles:

                          wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key /usr/share/keyrings/grafana.key: Keine Berechtigung
                          

                          dann bei Influxdb2 werden ja nur die links zu den Repositories hinzugefügt.
                          Wie gehts dann weiter mit der Install??

                          Moin,

                          Da ist etwas beim Kopieren/einfügen kaputt gegangen

                          1) sudo apt-get install -y apt-transport-https
                          2) sudo apt-get install -y software-properties-common wget
                          3) wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
                          4) echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
                          

                          Das sind jeweils einzelne Kommandos, also erst 1, dann 2 usw.

                          VG
                          Bernd

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

                            @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

                            Wie gehts dann weiter mit der Install??

                            Dann wie üblich bei deinem Betriebssystem.

                            sudo apt update
                            sudo apt install GEWÜNSCHTES_PAKET
                            

                            Vermutlich also influxdb2 influxdb2-client und grafana

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

                              @dp20eic

                              Ich hab gerade gesehen, da fehlt ein sudo in Zeile 3.
                              Muss also

                              sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
                              

                              lauten.

                              1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active last edited by

                                hier ist es via apt beschrieben
                                https://docs.influxdata.com/influxdb/v2.2/install/?t=Linux

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

                                  @crunchip sagte in BackItUp - InfluxDB2 - Grafana:

                                  hier ist es via apt beschrieben
                                  https://docs.influxdata.com/influxdb/v2.2/install/?t=Linux

                                  Moin,

                                  ah, genau das war der Link, den ich oben eigentlich meinte, also V2.2 nicht 2.0 🙂

                                  VG
                                  Bernd

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

                                    @dp20eic
                                    Jo, so langsam wirds - werde dann wohl morgen die nächsten blöden Fragen stellen.
                                    Danke für die Geduld - 👏

                                    1 Reply Last reply Reply Quote 0
                                    • Friedhofsblond
                                      Friedhofsblond last edited by Friedhofsblond

                                      @friedhofsblond
                                      moin, so nach der Install des IOB habe ich erstmal ein image gezogen und Influxdb2 und Grafana installiert.
                                      Ohne erstmal daten in die DB laufen zu lassen und an Grafana was zu basteln, will ich erstmal ein Backup anlegen können. Dann habe ich eine saubere Basis und kann weiter machen.

                                      Influxdb2-CLI ist wohl jetzt im Influxdb2 paket enthalten und muß/kann nicht mehr zusätzlich installiert werden, so wie ich das deute: 🙄

                                      superuser@debian:~$ sudo apt install influxdb2-client
                                      Paketlisten werden gelesen… Fertig
                                      Abhängigkeitsbaum wird aufgebaut… Fertig
                                      Statusinformationen werden eingelesen… Fertig
                                      Die folgenden NEUEN Pakete werden installiert:
                                        influxdb2-client
                                      0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                      Es müssen noch 0 B von 11,3 MB an Archiven heruntergeladen werden.
                                      Nach dieser Operation werden 25,0 MB Plattenplatz zusätzlich benutzt.
                                      (Lese Datenbank ... 51827 Dateien und Verzeichnisse sind derzeit installiert.)
                                      Vorbereitung zum Entpacken von .../influxdb2-client_2.7.1-1_amd64.deb ...
                                      Entpacken von influxdb2-client (2.7.1-1) ...
                                      dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/influxdb2-client_2.7.1-1_amd64.deb (--unpack):
                                       Versuch, »/usr/bin/influx« zu überschreiben, welches auch in Paket influxdb2-cli 2.7.3-1 ist
                                      dpkg-deb: Fehler: »einfügen«-Unterprozess wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
                                      Fehler traten auf beim Bearbeiten von:
                                       /var/cache/apt/archives/influxdb2-client_2.7.1-1_amd64.deb
                                      E: Sub-process /usr/bin/dpkg returned an error code (1)
                                      
                                      

                                      Beide Installationen laufen nach Systemstart und sind über die Web-Gui erreichbar.
                                      Eh ich bei Erstellung User/Datenbank/Visu fehler mache.
                                      Das mit "CREATE USER "admin" WITH PASSWORD 'iobroker' WITH ALL PRIVILEGES" usw.
                                      Muß ich ja bei V2 nicht mehr machen. (oder?)

                                      So Erstanmeldung bei Influx (was schreibe ich bei Bucket rein - das wird der Name der Datenbank - oder ?
                                      influx2.7.PNG

                                      Bei Grafana - einen sa anlegen (mit welchen privilegien)
                                      grafa-sa.PNG

                                      Grüße

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

                                        @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

                                        Influxdb2-CLI ist wohl jetzt im Influxdb2 paket enthalten und muß/kann nicht mehr zusätzlich installiert werden, so wie ich das deute:

                                        Fast.
                                        influxdb2-client und influxdb2-cli beißen sich da. Ich hab aber noch nicht herausgefunden, wozu die beiden Versionen dienen. Vermutlich ist influxdb2-cli das Paket, in dem die Entwicklung stattfindet und influxdb2-client ist die Version die zum Hauptrelease von influxdb2 gehört. Würde ich jedenfalls so aus den Versionsnummern interpretieren.

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

                                          @thomas-braun
                                          also den cli installieren ?

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

                                            @friedhofsblond sagte in BackItUp - InfluxDB2 - Grafana:

                                            also den cli installieren ?

                                            Den hast du schon installiert.
                                            Ich würde den influxdb2-client stattdessen nehmen.

                                            sudo apt update
                                            sudo apt remove influxdb2-cli
                                            sudo apt install influxdb2-client
                                            apt policy influxdb2*
                                            
                                            Friedhofsblond 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

                                            457
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            62
                                            3163
                                            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