Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. proxmox - influxdb 1.x deinstallieren und 2.x installieren

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    12
    2
    236

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

proxmox - influxdb 1.x deinstallieren und 2.x installieren

proxmox - influxdb 1.x deinstallieren und 2.x installieren

Scheduled Pinned Locked Moved ioBroker Allgemein
6 Posts 3 Posters 298 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rtwlR Offline
    rtwlR Offline
    rtwl
    wrote on last edited by
    #1

    Hej,

    ich habe ganz neu mit proxmox begonnen und habe aus unwissenheit influxdb 1.x installiert (altes youtube video) nun hab ich gelesen, dass die verison 2.x besser/flexibler ist und möchte nun v1 deinstallieren und v2 installieren.

    Deinstalliert hab ich mit hilfe von ChatGPT (bitte haut mich nicht - aber ich hab dazu sonst keine anleitung gefunden). Diese Befehle hab ich vom Chat erhalten und ausgeführt:

    sudo systemctl stop influxdb
    sudo apt remove --purge influxdb influxdb-client -y
    sudo rm -rf /etc/influxdb /var/lib/influxdb /var/log/influxdb
    

    Danach bin ich nach dieser Anleitung

    sudo rm /etc/apt/sources.list.d/influ*
    wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/keyrings/influxdata-archive_compat.gpg > /dev/null
    echo 'deb [signed-by=/etc/apt/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    rm influxdata-archive_compat.key
    

    von Thomas Braun aus diesem Thread vorgegangen, was leider nicht funktioniert hat.

    kann mir jemand helfen um influxdb 2.x zu installieren?

    Die Konsole meines Proxmox Container sieht aktuell so aus:

    influxdb login: rtwl
    Password: 
    Linux influxdb 6.8.12-11-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-11 (2025-05-22T09:39Z) 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: Fri Jul 11 23:15:58 CEST 2025 on pts/1
    rtwl@influxdb:~$ influx version
    -bash: influx: command not found
    rtwl@influxdb:~$ influxd version
    InfluxDB v1.6.7~rc0 (git: unknown unknown)
    rtwl@influxdb:~$ sudo systemctl stop influxdb
    [sudo] password for rtwl: 
    rtwl@influxdb:~$ sudo apt remove --purge influxdb influxdb-client -y
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Package 'influxdb-client' is not installed, so not removed
    The following packages will be REMOVED:
      influxdb*
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    After this operation, 18.8 MB disk space will be freed.
    (Reading database ... 19292 files and directories currently installed.)
    Removing influxdb (1.6.7~rc0-1+b13) ...
    Processing triggers for man-db (2.11.2-2) ...
    (Reading database ... 19282 files and directories currently installed.)
    Purging configuration files for influxdb (1.6.7~rc0-1+b13) ...
    rtwl@influxdb:~$ sudo rm -rf /etc/influxdb /var/lib/influxdb /var/log/influxdb
    rtwl@influxdb:~$ sudo rm /etc/apt/sources.list.d/influ*
    rm: cannot remove '/etc/apt/sources.list.d/influ*': No such file or directory
    rtwl@influxdb:~$ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    rtwl@influxdb:~$ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/keyrings/influxdata-archive_compat.gpg > /dev/null
    influxdata-archive_compat.key: OK
    -bash: gpg: command not found
    rtwl@influxdb:~$
    

    -Peter

    crunchipC 1 Reply Last reply
    0
    • rtwlR rtwl

      Hej,

      ich habe ganz neu mit proxmox begonnen und habe aus unwissenheit influxdb 1.x installiert (altes youtube video) nun hab ich gelesen, dass die verison 2.x besser/flexibler ist und möchte nun v1 deinstallieren und v2 installieren.

      Deinstalliert hab ich mit hilfe von ChatGPT (bitte haut mich nicht - aber ich hab dazu sonst keine anleitung gefunden). Diese Befehle hab ich vom Chat erhalten und ausgeführt:

      sudo systemctl stop influxdb
      sudo apt remove --purge influxdb influxdb-client -y
      sudo rm -rf /etc/influxdb /var/lib/influxdb /var/log/influxdb
      

      Danach bin ich nach dieser Anleitung

      sudo rm /etc/apt/sources.list.d/influ*
      wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/keyrings/influxdata-archive_compat.gpg > /dev/null
      echo 'deb [signed-by=/etc/apt/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
      rm influxdata-archive_compat.key
      

      von Thomas Braun aus diesem Thread vorgegangen, was leider nicht funktioniert hat.

      kann mir jemand helfen um influxdb 2.x zu installieren?

      Die Konsole meines Proxmox Container sieht aktuell so aus:

      influxdb login: rtwl
      Password: 
      Linux influxdb 6.8.12-11-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-11 (2025-05-22T09:39Z) 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: Fri Jul 11 23:15:58 CEST 2025 on pts/1
      rtwl@influxdb:~$ influx version
      -bash: influx: command not found
      rtwl@influxdb:~$ influxd version
      InfluxDB v1.6.7~rc0 (git: unknown unknown)
      rtwl@influxdb:~$ sudo systemctl stop influxdb
      [sudo] password for rtwl: 
      rtwl@influxdb:~$ sudo apt remove --purge influxdb influxdb-client -y
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      Package 'influxdb-client' is not installed, so not removed
      The following packages will be REMOVED:
        influxdb*
      0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
      After this operation, 18.8 MB disk space will be freed.
      (Reading database ... 19292 files and directories currently installed.)
      Removing influxdb (1.6.7~rc0-1+b13) ...
      Processing triggers for man-db (2.11.2-2) ...
      (Reading database ... 19282 files and directories currently installed.)
      Purging configuration files for influxdb (1.6.7~rc0-1+b13) ...
      rtwl@influxdb:~$ sudo rm -rf /etc/influxdb /var/lib/influxdb /var/log/influxdb
      rtwl@influxdb:~$ sudo rm /etc/apt/sources.list.d/influ*
      rm: cannot remove '/etc/apt/sources.list.d/influ*': No such file or directory
      rtwl@influxdb:~$ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      rtwl@influxdb:~$ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/keyrings/influxdata-archive_compat.gpg > /dev/null
      influxdata-archive_compat.key: OK
      -bash: gpg: command not found
      rtwl@influxdb:~$
      
      crunchipC Offline
      crunchipC Offline
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #2

      @rtwl die Deinstallation ist abhängig davon. wie du etwas installiert hast.
      Die Installation ist direkt auf Influx beschrieben(braucht man also keine alten Videos)

      Warum setzt du nicht einfach nen neuen Lxc auf?

      umgestiegen von Proxmox auf Unraid

      rtwlR 1 Reply Last reply
      0
      • crunchipC crunchip

        @rtwl die Deinstallation ist abhängig davon. wie du etwas installiert hast.
        Die Installation ist direkt auf Influx beschrieben(braucht man also keine alten Videos)

        Warum setzt du nicht einfach nen neuen Lxc auf?

        rtwlR Offline
        rtwlR Offline
        rtwl
        wrote on last edited by
        #3

        @crunchip sagte in proxmox - influxdb 1.x deinstallieren und 2.x installieren:

        Warum setzt du nicht einfach nen neuen Lxc auf?

        Gute Frage. Hab auf dem LXC einen rechtsklick gemacht und kein "löschen" gesehen, daher dachte ich an de-/installieren.
        Ich hab es jetzt zwar mithilfe von ChatGPT installiert - der Dienst läuft, lauscht auf auf Port 8086. dennoch komme ich nicht auf die Weboberfläche.

        Daher wird es wohl ein neuer LXC werden um es neu zu versuchen. Diesmal ohne ChatGPT und mit der offiziellen Anleitung - sofern ich diese finde

        -Peter

        crunchipC 1 Reply Last reply
        0
        • rtwlR rtwl

          @crunchip sagte in proxmox - influxdb 1.x deinstallieren und 2.x installieren:

          Warum setzt du nicht einfach nen neuen Lxc auf?

          Gute Frage. Hab auf dem LXC einen rechtsklick gemacht und kein "löschen" gesehen, daher dachte ich an de-/installieren.
          Ich hab es jetzt zwar mithilfe von ChatGPT installiert - der Dienst läuft, lauscht auf auf Port 8086. dennoch komme ich nicht auf die Weboberfläche.

          Daher wird es wohl ein neuer LXC werden um es neu zu versuchen. Diesmal ohne ChatGPT und mit der offiziellen Anleitung - sofern ich diese finde

          crunchipC Offline
          crunchipC Offline
          crunchip
          Forum Testing Most Active
          wrote on last edited by crunchip
          #4

          @rtwl sagte in proxmox - influxdb 1.x deinstallieren und 2.x installieren:

          offiziellen Anleitung - sofern ich diese finde

          InfluxDB OSS v2 installieren | InfluxDB OSS v2 Dokumentation https://share.google/KFaSWcdcUhGVOSBsx

          Wobei v3 schon ausgerollt ist

          umgestiegen von Proxmox auf Unraid

          rtwlR 1 Reply Last reply
          0
          • crunchipC crunchip

            @rtwl sagte in proxmox - influxdb 1.x deinstallieren und 2.x installieren:

            offiziellen Anleitung - sofern ich diese finde

            InfluxDB OSS v2 installieren | InfluxDB OSS v2 Dokumentation https://share.google/KFaSWcdcUhGVOSBsx

            Wobei v3 schon ausgerollt ist

            rtwlR Offline
            rtwlR Offline
            rtwl
            wrote on last edited by
            #5

            @crunchip danke für den Link - ich hoffe ich schaff das, sieht sehr kompliziert aus.
            ich dachte v3 ist kostenpflichtig?

            -Peter

            da_WoodyD 1 Reply Last reply
            0
            • rtwlR rtwl

              @crunchip danke für den Link - ich hoffe ich schaff das, sieht sehr kompliziert aus.
              ich dachte v3 ist kostenpflichtig?

              da_WoodyD Online
              da_WoodyD Online
              da_Woody
              wrote on last edited by
              #6

              @rtwl sagte in proxmox - influxdb 1.x deinstallieren und 2.x installieren:

              ich dachte v3 ist kostenpflichtig?

              nicht mehr. matthias hat erst vor kurzem ein video dazu gemacht.
              https://www.youtube.com/watch?v=Ai3glI8bcjE

              gruß vom Woody
              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

              1 Reply Last reply
              1
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

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

              75

              Online

              32.4k

              Users

              81.3k

              Topics

              1.3m

              Posts
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
              ioBroker Community 2014-2025
              logo
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Unread 0
              • Categories
              • Unreplied
              • Popular
              • GitHub
              • Docu
              • Hilfe