Navigation

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

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Fehler Backitup Grafana

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

      @thomas-braun
      Das sagt die Instanz von backitup:

      Verbunden mit Host
      Lebenszeichen
      v3.0.31

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

        @thomas-braun Ja, ich habe alles manuell installiert. IOB, Influx und Grafana. Nur Node Red über die Adapter als IOB dann lief.

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

          @minkhx sagte in Fehler Backitup Grafana:

          Ja, ich habe alles manuell installiert.

          Joh, macht man alles nicht. Man verwendet seinen Paketmanager, dafür ist der nämlich da.
          Jedenfalls was grafana und influxdb angeht. Den ioBroker installierst du per Installerskript manuell.

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

            @thomas-braun Und das ist dann das mit den Adaptern in IOB? Oder über Befehlszeile mit zB putty?

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

              @minkhx sagte in Fehler Backitup Grafana:

              Und das ist dann das mit den Adaptern in IOB? Oder über Befehlszeile mit zB putty?

              ???

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

                @thomas-braun Was ist der Paketmanager und wo finde ich diesen? Ist das in IOB mit "Adaptern" nur ein anderer Begriff dafür?

                M Thomas Braun 2 Replies Last reply Reply Quote 0
                • M
                  minkhx @minkhx last edited by

                  @minkhx Ich habe wirklich lange recherchiert bevor ich die Insatlltion angegangen bin, aber eine konkrete Anleitung fand ich nicht. Steht das irgendwo genau beschrieben? Also das mit den Paketmanger?

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

                    @minkhx

                    Debian Paketmanager = apt
                    Ist ein Kommandozeilenprogramm, weil man auf einem Server ja nix zum heruklicken laufen hat.

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

                      @thomas-braun So habe ich es gemacht:

                      sudo apt-get install -y apt-transport-https software-properties-common wget sudo mkdir -p /etc/apt/keyrings/

                      wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null

                      echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

                      sudo apt-get update

                      Installs the latest Enterprise release:

                      sudo apt-get install grafana-enterprise

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

                        @minkhx

                        Wichtige Grundlagen:

                        https://debian-handbook.info/browse/de-DE/stable/apt.html
                        Für den ioBroker relevante Repos:

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

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

                          @minkhx sagte in Fehler Backitup Grafana:

                          sudo apt-get install grafana-enterprise

                          Du willst aber nicht die enterprise-Version, sondern das reguläre Grafana.

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

                            @thomas-braun Nein, eigentlich die Enterprise oder ist das ein Problem für IOB und dann im Weiteren backitup?

                            Die phnatastischen Repos habe ich gesehn, heute, nachdem es zu spät? war 🙂

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

                              @minkhx

                              Im Allgemeinen wird das Paket 'grafana' verwendet und nicht 'grafana-enterprise'.
                              Darauf sind auch alle anderen Tools und Anleitungen abgetellt und du findest bei Problemen eher Hilfe.

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

                                @thomas-braun Jetzt will ichs wissen;) Gibt es einen bash-Befehl mit dem man die genaue version auslesen kann, ob Enterprise oder nicht?
                                Da ich mich im Teststadium befinde, will ich nicht ausschließen, dass ich erstmal das normale OSS genommen habe. Weiß nicht mehr genau, leider.

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

                                  @minkhx

                                  sudo apt remove grafana-enterprise
                                  sudo apt install grafana
                                  

                                  Und wie ist influxdb installiert?

                                  apt policy influxdb*
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    minkhx @Thomas Braun last edited by Homoran

                                    @thomas-braun said in Fehler Backitup Grafana:

                                    apt policy influxdb*

                                    influxdb2-cli:
                                      Installiert:           2.7.5-1
                                      Installationskandidat: 2.7.5-1
                                      Versionstabelle:
                                     *** 2.7.5-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         2.7.3-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.1-2 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.6.1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.6.0 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.5.0 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.4.0 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.3.0 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                    influxdb-client:
                                      Installiert:           (keine)
                                      Installationskandidat: 1.6.7~rc0-1+b13
                                      Versionstabelle:
                                         1.6.7~rc0-1+b13 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                    influxdb3-enterprise:
                                      Installiert:           (keine)
                                      Installationskandidat: 3.0.3-1
                                      Versionstabelle:
                                         3.0.3-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         3.0.2-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         3.0.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                    influxdb-dev:
                                      Installiert:           (keine)
                                      Installationskandidat: (keine)
                                      Versionstabelle:
                                    influxdb3-core:
                                      Installiert:           (keine)
                                      Installationskandidat: 3.0.3-1
                                      Versionstabelle:
                                         3.0.3-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         3.0.2-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         3.0.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                    influxdb2-client:
                                      Installiert:           (keine)
                                      Installationskandidat: 2.7.1-1
                                      Versionstabelle:
                                         2.7.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                    influxdb:
                                      Installiert:           (keine)
                                      Installationskandidat: 1.11.8-2
                                      Versionstabelle:
                                         1.11.8-2 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         1.11.8-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         1.11.7-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         1.8.10-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         1.6.7~rc0-1+b13 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                    influxdb2:
                                      Installiert:           2.7.11-1
                                      Installationskandidat: 2.7.11-1
                                      Versionstabelle:
                                     *** 2.7.11-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         2.7.10-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.9-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.8-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.7-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.6-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.5-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.4-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.3-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.7.0-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.6.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.6.0-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.5.1-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.4.0-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.3.0-1 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                         2.2.0 500
                                            500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                    

                                    MOD-EDIT: Code in code-tags gesetzt!

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

                                      @minkhx

                                      apt policy grafana-enterprise
                                      

                                      grafana ist ja nicht installiert, hatten wir schon.

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

                                        @thomas-braun Wie nicht installiert? Es läuft doch aber und ich kann micht :3000 anmelden?

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

                                          @minkhx

                                          Du hast grafana-enterprise installiert, du willst aber grafana installiert haben.

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

                                            @thomas-braun Ach so, ja, sorry:) Sagt denn der Kommandoaufruf deiner drei Zeilen das so aus? Ich weiß nicht mehr, was ich installiert habe, und würde gerne versuchen, das rauszufinden.

                                            Thomas Braun M 2 Replies 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

                                            495
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            87
                                            3815
                                            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