Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Proxmox / Influxdb V1 zu V2... wie?

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Proxmox / Influxdb V1 zu V2... wie?

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

      @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

      Moin,

      hast Du das gelesen?

      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      ! Important 1.x to 2.x Upgrade Notice !
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      Thank you for installing InfluxDB v2.  Due to significant changes between
      the v1 and v2 versions, upgrading to v2 requires additional steps.  If
      upgrading to v2 was not intended, simply re-install the v1 package now.
      
      An upgrade helper script is available that should be reviewed and executed
      prior to starting the influxdb systemd service.  In order to start the v2
      upgrade, execute the following:
      
      sudo /usr/share/influxdb/influxdb2-upgrade.sh                                <-----------------
      

      Dann macht der das von alleine

      [dp20eic@influxDB ~]$ sudo apt install influxdb2
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      The following additional packages will be installed:
        influxdb2-cli
      The following packages will be REMOVED:
        influxdb
      The following NEW packages will be installed:
        influxdb2 influxdb2-cli
      0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
      Need to get 57.3 MB of archives.
      After this operation, 24.4 MB disk space will be freed.
      Do you want to continue? [Y/n] 
      Get:1 https://repos.influxdata.com/debian stable/main amd64 influxdb2 amd64 2.7.1-1 [45.9 MB]
      Get:2 https://repos.influxdata.com/debian stable/main amd64 influxdb2-cli amd64 2.7.3-1 [11.5 MB]
      Fetched 57.3 MB in 2s (24.7 MB/s)   
      (Reading database ... 23066 files and directories currently installed.)
      Removing influxdb (1.8.10-1) ...
      Selecting previously unselected package influxdb2.
      (Reading database ... 23046 files and directories currently installed.)
      Preparing to unpack .../influxdb2_2.7.1-1_amd64.deb ...
      Unpacking influxdb2 (2.7.1-1) ...
      Selecting previously unselected package influxdb2-cli.
      Preparing to unpack .../influxdb2-cli_2.7.3-1_amd64.deb ...
      Unpacking influxdb2-cli (2.7.3-1) ...
      Setting up influxdb2 (2.7.1-1) ...
      Synchronizing state of influxdb.service with SysV service script with /lib/systemd/systemd-sysv-install.
      Executing: /lib/systemd/systemd-sysv-install enable influxdb
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      ! Important 1.x to 2.x Upgrade Notice !
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      Thank you for installing InfluxDB v2.  Due to significant changes between
      the v1 and v2 versions, upgrading to v2 requires additional steps.  If
      upgrading to v2 was not intended, simply re-install the v1 package now.
      
      An upgrade helper script is available that should be reviewed and executed
      prior to starting the influxdb systemd service.  In order to start the v2
      upgrade, execute the following:
      
      sudo /usr/share/influxdb/influxdb2-upgrade.sh
      
      Visit our website for complete details on the v1 to v2 upgrade process:
      https://docs.influxdata.com/influxdb/latest/upgrade/v1-to-v2/
      
      For new or upgrade installations, please review the getting started guide:
      https://docs.influxdata.com/influxdb/latest/get-started/
      
      [dp20eic@influxDB ~]$ sudo /usr/share/influxdb/influxdb2-upgrade.sh 
      {"level":"info","ts":1683120863.4011807,"caller":"upgrade/upgrade.go:401","msg":"Starting InfluxDB 1.x upgrade"}
      {"level":"info","ts":1683120863.4013894,"caller":"upgrade/upgrade.go:404","msg":"Upgrading config file","file":"/etc/influxdb/influxdb.conf"}
      {"level":"info","ts":1683120863.4016256,"caller":"upgrade/upgrade.go:408","msg":"Config file upgraded.","1.x config":"/etc/influxdb/influxdb.conf","2.x config":"/etc/influxdb/config.toml"}
      {"level":"info","ts":1683120863.401655,"caller":"upgrade/upgrade.go:418","msg":"Upgrade source paths","meta":"/var/lib/influxdb/meta","data":"/var/lib/influxdb/data"}
      {"level":"info","ts":1683120863.4016862,"caller":"upgrade/upgrade.go:419","msg":"Upgrade target paths","bolt":"/var/lib/influxdb/influxd.bolt","engine":"/var/lib/influxdb/engine"}
      {"level":"info","ts":1683120863.4033222,"caller":"bolt/bbolt.go:83","msg":"Resources opened","service":"bolt","path":"/var/lib/influxdb/influxd.bolt"}
      {"level":"info","ts":1683120863.4036214,"caller":"migration/migration.go:175","msg":"Bringing up metadata migrations","service":"migrations","migration_count":20}
      > Welcome to InfluxDB 2.0!
      ? Please type your primary username dp20eic
      ? Please type your password ***********
      ? Please type your password again ***********
      ? Please type your primary organization name iobroker
      ? Please type your primary bucket name iobroker
      ? Please type your retention period in hours, or 0 for infinite 0
      ? Setup with these parameters?
        Username:          dp20eic
        Organization:      iobroker
        Bucket:            iobroker
        Retention Period:  infinite
       Yes
      {"level":"info","ts":1683121542.855478,"caller":"upgrade/setup.go:73","msg":"CLI config has been stored.","path":"/root/.influxdbv2/configs"}
      {"level":"info","ts":1683121542.8555653,"caller":"upgrade/database.go:202","msg":"Checking available disk space"}
      {"level":"info","ts":1683121542.8631513,"caller":"upgrade/database.go:223","msg":"Computed disk space","free":"17 GB","required":"2.9 GB"}
      ? Proceeding will copy all V1 data to "/var/lib/influxdb"
        Space available: 17 GB
        Space required:  2.9 GB
       Yes
      {"level":"info","ts":1683121556.5976517,"caller":"upgrade/database.go:51","msg":"Upgrading databases"}
      {"level":"info","ts":1683121556.5980585,"caller":"upgrade/database.go:101","msg":"Creating mapping","database":"iobroker","retention policy":"global","orgID":"e252c40981d69d16","bucketID":"26e75b81215f75de"}
      {"level":"info","ts":1683121568.78221,"caller":"upgrade/database.go:101","msg":"Creating mapping","database":"telegraf","retention policy":"autogen","orgID":"e252c40981d69d16","bucketID":"b98918d0b4c6d11b"}
      {"level":"info","ts":1683121577.072777,"caller":"upgrade/database.go:195","msg":"Database upgrade complete","upgraded_count":2}
      {"level":"info","ts":1683121577.0735512,"caller":"upgrade/security.go:45","msg":"Upgrading 1.x users"}
      {"level":"warn","ts":1683121577.0737543,"caller":"upgrade/security.go:50","msg":"User is admin and will not be upgraded","username":"influxDb"}
      {"level":"info","ts":1683121577.0737848,"caller":"upgrade/security.go:115","msg":"User upgrade complete","upgraded_count":0}
      {"level":"info","ts":1683121577.0738018,"caller":"upgrade/upgrade.go:488","msg":"Upgrade successfully completed. Start the influxd service now, then log in","login_url":"http://localhost:8086"}
      
      The upgrade completed successfully.  Execute the following to start InfluxDB:
      
      sudo systemctl start influxdb
      
      A complete copy of v1 data was created as part of the upgrade process.
      After confirming v2 is functioning as intended, removal of v1 data can be
      performed by executing:
      
      sudo /var/tmp/influxdbv1-remove.sh
      
      NOTE: This script will erase all previous v1 data and config files!
      
      [dp20eic@influxDB ~]$ 
      

      Ich bin jetzt mal für ne Stunde weg.

      VG
      Bernd

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

        @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

        @dp20eic sagte in Proxmox / Influxdb V1 zu V2... wie?:

        ich erstelle gerade eine Kopie meiner 1.8 influxDB Instanz. Dann kann ich das alles einmal durchgehen.

        Danke, warte dann auf dich.

        Habe zwar jetzt was hinbekommen, aber keine Ahnung ob es richtig ist.

        Moin,

        dann zeig doch mal was jetzt so angezeigt wird

        # apt policy influxdb*
        
        # systemctl status influxd.service
        # systemctl status influxdb.service
        

        Und wenn alles up and running

        http://ip.influx.db:8086
        

        dann sollte das kommen
        f8e014fa-86d5-4f34-934f-7a33b82c45de-grafik.png
        fe044a5c-423f-49d8-9401-ca414a6f7df7-grafik.png
        024826d4-f7ec-474b-b461-04b8b742258c-grafik.png

        Das erste Bucket im letzten Bild ist das, welches ich bei der Migration angelegt habe, das zweite iobroker/global ist das, welches aus der V1.8 migriert wurde. Das Telegraf Bucket ist eine DB die ich auch noch in der V 1.8 hatte.

        dac59e09-ffb3-4a19-83e1-b402d0e62841-grafik.png

        Dann ist das aber alles umgestellt auf die neue Abfragesprache FLUX, wenn Du weiter in influxQL unter Grafana werkeln willst, muss man noch etwas umstellen, suche ich gleich mal.

        VG
        Bernd

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

          @dp20eic

          scheint zulaufen 😊

          Oder muss ich nochwas machen?

          chris@influxdb3test:~$ apt policy influxdb*
          influxdb2-cli:
            Installed: (none)
            Candidate: 2.7.3-1
            Version table:
               2.7.3-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.7.1-2 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.6.1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.6.0 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.5.0 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.4.0 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.3.0 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
          influxdb-client:
            Installed: (none)
            Candidate: 1.6.7~rc0-1ubuntu0.22.04.2
            Version table:
               1.6.7~rc0-1ubuntu0.22.04.2 500
                  500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                  500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
               1.6.7~rc0-1 500
                  500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          influxdb-dev:
            Installed: (none)
            Candidate: (none)
            Version table:
          influxdb2-client:
            Installed: (none)
            Candidate: 2.7.1-1
            Version table:
               2.7.1-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
          influxdb:
            Installed: (none)
            Candidate: 1.8.10-1
            Version table:
               1.8.10-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               1.6.7~rc0-1ubuntu0.22.04.2 500
                  500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                  500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
               1.6.7~rc0-1ubuntu0.22.04.1 -1
                  100 /var/lib/dpkg/status
               1.6.7~rc0-1 500
                  500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          influxdb2:
            Installed: 2.7.1-1
            Candidate: 2.7.1-1
            Version table:
           *** 2.7.1-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
                  100 /var/lib/dpkg/status
               2.7.0-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.6.1-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.6.0-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.5.1-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.4.0-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.3.0-1 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
               2.2.0 500
                  500 https://repos.influxdata.com/debian stable/main amd64 Packages
          

          Screenshot 2023-05-03 172600.jpg

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

            @chris76e

            Für (unter anderem) Backups wird noch der
            influxdb2-client
            benötigt.

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

              @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

              Oder muss ich nochwas machen?

              Moin,

              na, wenn das jetzt Deine Daten im Bucket sind und nicht die vom Nachbarn, dann schaut das ja mal gut aus 🙂

              Wenn Du Grafana nutzt, musst Du Dich entscheiden, ob Du vorhandene Panels/Dashboards auf die neue FLUX Abfragesprache umstellen möchtest oder ob Du da weiter mit influxQL Handtieren möchtest.
              Ich bin komplett umgestiegen auf FLUX und kann Dir nicht sagen wie Du das Einstellen musst, vielleicht steht ja hier was https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/manual-upgrade/
              Es gibt aber schon einige Posts hier im Forum, die das Thema behandeln.

              Und wie @Thomas-Braun sagte, wenn Du den ioBroker - Backitup Adapter nutzt, musst Du den influxdb2-cli auf dem ioBroker installieren, ansonsten kannst Du keine Backups der influxDB machen.

              @Thomas-Braun müsste das nicht influxdb2-cli sein?

              VG
              Bernd

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

                @dp20eic

                Ich weiß es nicht genau. Ich hab jetzt die Versionsnummer genommen die zur Hauptversion passt.
                Man müsste man in influxdb2-cli und influxdb2-client hineinschauen und checken was da drin ist

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

                  @thomas-braun sagte in Proxmox / Influxdb V1 zu V2... wie?:

                  influxdb2-client

                  Bin nach der offiziellen Anleitung gegangen

                  Download from the command line
                  
                  # amd64
                  wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-linux-amd64.tar.gz
                  
                  # arm
                  wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-linux-arm64.tar.gz
                  
                  Unpackage the downloaded package.
                  
                  Note: The following commands are examples. Adjust the filenames, paths, and utilities if necessary.
                  
                  # amd64
                  tar xvzf path/to/influxdb2-client-2.7.1-linux-amd64.tar.gz
                  
                  # arm
                  tar xvzf path/to/influxdb2-client-2.7.1-linux-arm64.tar.gz
                  
                  

                  Aber scheint nicht zufunktionieren

                  chris@influxdb3test:~$ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-linux-amd64.tar.gz
                  --2023-05-03 16:02:32--  https://dl.influxdata.com/influxdb/releases/influxdb2-client-2.7.1-linux-amd64.tar.gz
                  Resolving dl.influxdata.com (dl.influxdata.com)... 18.154.63.120, 18.154.63.100, 18.154.63.19, ...
                  Connecting to dl.influxdata.com (dl.influxdata.com)|18.154.63.120|:443... connected.
                  HTTP request sent, awaiting response... 200 OK
                  Length: 11265848 (11M) [application/x-tar]
                  Saving to: 'influxdb2-client-2.7.1-linux-amd64.tar.gz'
                  
                  influxdb2-client-2.7.1-linux-amd64.tar. 100%[===============================================================================>]  10.74M  --.-KB/s    in 0.1s    
                  
                  2023-05-03 16:02:33 (82.0 MB/s) - 'influxdb2-client-2.7.1-linux-amd64.tar.gz' saved [11265848/11265848]
                  
                  chris@influxdb3test:~$ tar xvzf ./influxdb2-client-2.7.1-linux-amd64.tar.gz
                  ./
                  ./LICENSE
                  ./README.md
                  ./influx
                  
                  chris@influxdb3test:~$ apt policy influxdb*
                  influxdb2-cli:
                    Installed: (none)
                    Candidate: 2.7.3-1
                    Version table:
                       2.7.3-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.7.1-2 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.6.1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.6.0 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.5.0 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.4.0 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.3.0 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                  influxdb-client:
                    Installed: (none)
                    Candidate: 1.6.7~rc0-1ubuntu0.22.04.2
                    Version table:
                       1.6.7~rc0-1ubuntu0.22.04.2 500
                          500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                          500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                       1.6.7~rc0-1 500
                          500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                  influxdb-dev:
                    Installed: (none)
                    Candidate: (none)
                    Version table:
                  influxdb2-client:
                    Installed: (none)
                    Candidate: 2.7.1-1
                    Version table:
                       2.7.1-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                  influxdb:
                    Installed: (none)
                    Candidate: 1.8.10-1
                    Version table:
                       1.8.10-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       1.6.7~rc0-1ubuntu0.22.04.2 500
                          500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                          500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                       1.6.7~rc0-1ubuntu0.22.04.1 -1
                          100 /var/lib/dpkg/status
                       1.6.7~rc0-1 500
                          500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                  influxdb2:
                    Installed: 2.7.1-1
                    Candidate: 2.7.1-1
                    Version table:
                   *** 2.7.1-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                          100 /var/lib/dpkg/status
                       2.7.0-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.6.1-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.6.0-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.5.1-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.4.0-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.3.0-1 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                       2.2.0 500
                          500 https://repos.influxdata.com/debian stable/main amd64 Packages
                  chris@influxdb3test:~$ 
                  
                  ? Thomas Braun 2 Replies Last reply Reply Quote 0
                  • ?
                    A Former User @Chris76e last edited by

                    @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

                    https://repos.influxdata.com/debian

                    Moin,

                    was versuchst Du gerade?

                    Die erste Frage ist, nutzt Du den ioBrober Backitup Adapter?
                    Wenn, ja, dann musst Du auf dem ioBroker den Client installieren, damit der ioBroker das Bucket, in welches Du schreibst, mit sichern kann, fehlt der Client, kann man nicht remote auf die influxDB zugreifen.
                    Wenn alles ioBroker u. influxDB auf demselben Server läuft, dann ist das nicht nötig.

                    Sollte der ioBroker im eigenen Container laufen, dann musst Du da auch das korrekten Repository anlegen und dann mit

                    # sudo apt install influxdb2-client
                    

                    installieren

                    VG
                    Bernd

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

                      @dp20eic

                      InfluxDB läuft auf einem eigene LXC, Backups werden mit Proxmox gemacht

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

                        @chris76e

                        Hatten wir nicht oben bereits gesagt, dass man keine tar.gz wildherunterlädt, sondern seinen PAKETTMANAGER benutzt? Dafür ist der nämlich da.

                        Lösch den Mist wieder.

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

                          @thomas-braun

                          was soll man denn machen wenn man nicht viel Ahnung von Linux hat? Das ist doch die offizielle Anleitung von influx. https://docs.influxdata.com/influxdb/v2.7/tools/influx-cli/?t=Linux

                          Du schreibst:

                          Für (unter anderem) Backups wird noch der
                          influxdb2-client
                          benötigt.

                          dann habe ich nach influxdb2-client gesucht.....

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

                            @chris76e
                            So installiert man Software unter Debian:

                            sudo apt install PAKETNAME
                            

                            Entsprechende Quelle muss u.U. noch angelegt werden.

                            Andere Linux-Geschmacksrichtungen haben andere Paketmanager.

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

                              @thomas-braun

                              So sieht es jetzt aus

                              chris@influxdb3test:~$ apt policy influxdb*
                              influxdb2-cli:
                                Installed: (none)
                                Candidate: 2.7.3-1
                                Version table:
                                   2.7.3-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.7.1-2 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.6.1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.6.0 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.5.0 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.4.0 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.3.0 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                              influxdb-client:
                                Installed: (none)
                                Candidate: 1.6.7~rc0-1ubuntu0.22.04.2
                                Version table:
                                   1.6.7~rc0-1ubuntu0.22.04.2 500
                                      500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                      500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                   1.6.7~rc0-1 500
                                      500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                              influxdb-dev:
                                Installed: (none)
                                Candidate: (none)
                                Version table:
                              influxdb2-client:
                                Installed: 2.7.1-1
                                Candidate: 2.7.1-1
                                Version table:
                               *** 2.7.1-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                      100 /var/lib/dpkg/status
                              influxdb:
                                Installed: (none)
                                Candidate: 1.8.10-1
                                Version table:
                                   1.8.10-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   1.6.7~rc0-1ubuntu0.22.04.2 500
                                      500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                                      500 http://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
                                   1.6.7~rc0-1ubuntu0.22.04.1 -1
                                      100 /var/lib/dpkg/status
                                   1.6.7~rc0-1 500
                                      500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                              influxdb2:
                                Installed: 2.7.1-1
                                Candidate: 2.7.1-1
                                Version table:
                               *** 2.7.1-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   2.7.0-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.6.1-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.6.0-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.5.1-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.4.0-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.3.0-1 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                                   2.2.0 500
                                      500 https://repos.influxdata.com/debian stable/main amd64 Packages
                              chris@influxdb3test:~$ 
                              
                              ? 1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User @Chris76e last edited by

                                @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

                                @dp20eic

                                InfluxDB läuft auf einem eigene LXC, Backups werden mit Proxmox gemacht

                                Moin,

                                dann bist Du erst einmal fertig, denn nur wenn Du den ioBroker Adapter 3fb67c71-a435-42a7-b174-424ed437d40c-grafik.png nutzt, brauchst Du den Client auf dem ioBroker Server.

                                Solange Du die Backups mit Proxmox machst, ist das dann nicht nötig.

                                VG
                                Bernd

                                P.S.: und wie @Thomas-Braun schon sagte, lösche das, was Du da heruntergeladen hast.

                                Chris76e Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Chris76e
                                  Chris76e @Guest last edited by

                                  @dp20eic

                                  Danke 👍

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

                                    @dp20eic

                                    Wobei ich vermutlich bei den Backups zweigleisig fahren würde. Falls entsprechend ausreichend Speicherplatz vorhanden ist jedenfalls.

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

                                      @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

                                      So sieht es jetzt aus

                                      Moin,

                                      das ist für den aktuellen Betrieb erst einmal ausreichend.

                                      Du kannst bei der 2er-Version viel mittels der WEB-UI einstellen und administrieren, aber manches geht nur auf der Kommandozeile, dafür brauchst Du dann das influxDB2-cli, das kann entweder auf dem influxDB Server mit installiert sein oder auf irgendeinem anderen.
                                      Mach aber erst mal weiter und wenn alles erst mal läuft eine Sicherung nicht vergessen 🙂

                                      VG
                                      Bernd

                                      Chris76e 1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User @Thomas Braun last edited by

                                        @thomas-braun sagte in Proxmox / Influxdb V1 zu V2... wie?:

                                        @dp20eic

                                        Wobei ich vermutlich bei den Backups zweigleisig fahren würde. Falls entsprechend ausreichend Speicherplatz vorhanden ist jedenfalls.

                                        Moin,

                                        ja, ist mit Sicherheit ein wichtiger Hinweis, aber wieso schon wieder Rennen, wenn man erst einmal Laufen lernen sollte 🙂

                                        VG
                                        Bernd

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

                                          @dp20eic noch läuft es auf dem test lxc, daten werden jetzt mit flux übernommen

                                          Screenshot 2023-05-03 212122.jpg

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

                                            @chris76e sagte in Proxmox / Influxdb V1 zu V2... wie?:

                                            @dp20eic noch läuft es auf dem test lxc, daten werden jetzt mit flux übernommen

                                            Moin,

                                            sieht doch gut aus.
                                            Dann viel Spaß beim ioBrokern und influxen 🙂

                                            VG
                                            Bernd

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            732
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            20
                                            221
                                            24854
                                            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