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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    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 A Former User

      @chris76e

      Moin,

      Du hast bei Dir auch die CLI aus dem influxDB V 1.6 installiert, daher kann apt nicht die Version 2.x darüber installieren, Du musst erst das Paket deinstallieren

      VG
      Bernd

      P.S.: bevor Du weiter machst, schau auch mal hier wie es weitergeht, nach dem Update von influxDb https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/ da ist beschrieben wie man die V1.x Datenbank nach V. 2.x migriert.

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

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

        P.S.: bevor Du weiter machst, schau auch mal hier wie es weitergeht, nach dem Update von influxDb https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/ da ist beschrieben wie man die V1.x Datenbank nach V. 2.x migriert.

        Die Anleitung ist ja die, die ich nicht verstehe???

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

          @chris76e

          sudo apt remove influxdb-client
          sudo apt update
          

          Erst danach kann influxdb2 und des Client-Paket dazu installiert werden.

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

            Jetzt bin ich weiter gekommen, kann aber influx nicht mehr starten

            Failed to start influxdb.service: Unit influxdb.service is masked
            
            chris@influxdbtest:~$ 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 1 not upgraded.
            Need to get 57.3 MB of archives.
            After this operation, 112 MB of additional disk space will be used.
            Do you want to continue? [Y/n] y
            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 1s (51.1 MB/s)   
            (Reading database ... 20833 files and directories currently installed.)
            Removing influxdb (1.6.7~rc0-1ubuntu0.22.04.1) ...
            Selecting previously unselected package influxdb2.
            (Reading database ... 20826 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
            Failed to enable unit: Unit file /etc/systemd/system/influxdb.service is masked.
            
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            ! 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/
            
            Setting up influxdb2-cli (2.7.3-1) ...
            Processing triggers for man-db (2.10.2-1) ...
            chris@influxdbtest:~$ sudo -u influxdb influxd upgrade
            {"level":"info","ts":1683120477.123403,"caller":"upgrade/upgrade.go:401","msg":"Starting InfluxDB 1.x upgrade"}
            {"level":"info","ts":1683120477.123551,"caller":"upgrade/upgrade.go:404","msg":"Upgrading config file","file":"/etc/influxdb/influxdb.conf"}
            {"level":"info","ts":1683120477.1238437,"caller":"upgrade/upgrade.go:408","msg":"Config file upgraded.","1.x config":"/etc/influxdb/influxdb.conf","2.x config":"/var/lib/influxdb/.influxdbv2/config.toml"}
            {"level":"info","ts":1683120477.1238594,"caller":"upgrade/upgrade.go:418","msg":"Upgrade source paths","meta":"/var/lib/influxdb/meta","data":"/var/lib/influxdb/data"}
            {"level":"info","ts":1683120477.1239064,"caller":"upgrade/upgrade.go:419","msg":"Upgrade target paths","bolt":"/var/lib/influxdb/.influxdbv2/influxd.bolt","engine":"/var/lib/influxdb/.influxdbv2/engine"}
            {"level":"info","ts":1683120477.147437,"caller":"bolt/bbolt.go:83","msg":"Resources opened","service":"bolt","path":"/var/lib/influxdb/.influxdbv2/influxd.bolt"}
            {"level":"info","ts":1683120477.1527815,"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 admin
            ? Please type your password ******
            X Sorry, your reply was invalid: value is too short. Min length is 8
            ? Please type your password **********
            ? Please type your password again **********
            ? Please type your primary organization name iob
            ? Please type your primary bucket name iobroker3
            ? Please type your retention period in hours, or 0 for infinite 0
            ? Setup with these parameters?
              Username:          admin
              Organization:      iob
              Bucket:            iobroker3
              Retention Period:  infinite
             Yes
            {"level":"info","ts":1683120634.533276,"caller":"upgrade/setup.go:73","msg":"CLI config has been stored.","path":"/var/lib/influxdb/.influxdbv2/configs"}
            {"level":"info","ts":1683120634.533326,"caller":"upgrade/database.go:202","msg":"Checking available disk space"}
            {"level":"info","ts":1683120634.5367415,"caller":"upgrade/database.go:223","msg":"Computed disk space","free":"17 GB","required":"595 MB"}
            ? Proceeding will copy all V1 data to "/var/lib/influxdb/.influxdbv2"
              Space available: 17 GB
              Space required:  595 MB
             Yes
            {"level":"info","ts":1683120639.156735,"caller":"upgrade/database.go:51","msg":"Upgrading databases"}
            {"level":"info","ts":1683120639.1700745,"caller":"upgrade/database.go:101","msg":"Creating mapping","database":"iobroker","retention policy":"autogen","orgID":"e285f69fcf72fc03","bucketID":"f93ed287dd616025"}
            {"level":"info","ts":1683120641.8099163,"caller":"upgrade/database.go:195","msg":"Database upgrade complete","upgraded_count":1}
            {"level":"info","ts":1683120641.8100085,"caller":"upgrade/security.go:45","msg":"Upgrading 1.x users"}
            {"level":"warn","ts":1683120641.8101015,"caller":"upgrade/security.go:50","msg":"User is admin and will not be upgraded","username":"admin"}
            {"level":"info","ts":1683120641.8379087,"caller":"upgrade/security.go:115","msg":"User upgrade complete","upgraded_count":2}
            {"level":"info","ts":1683120641.838016,"caller":"upgrade/upgrade.go:488","msg":"Upgrade successfully completed. Start the influxd service now, then log in","login_url":"http://localhost:8086"}
            chris@influxdbtest:~$ sudo systemctl start influxdb
            Failed to start influxdb.service: Unit influxdb.service is masked.
            chris@influxdbtest:~$ service influxdb start
            Failed to start influxdb.service: Access denied
            See system logs and 'systemctl status influxdb.service' for details.
            chris@influxdbtest:~$ sudo systemctl status influxdb
            * influxdb.service
                 Loaded: masked (Reason: Unit influxdb.service is masked.)
                 Active: inactive (dead) since Wed 2023-05-03 13:25:29 UTC; 7min ago
               Main PID: 912 (code=exited, status=0/SUCCESS)
                    CPU: 2.201s
            
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.439535Z lvl=info msg="Shutting down monitor service" log_id=0h_S6k~0000 service=monitor
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.439539Z lvl=info msg="Terminating storage of statistics" log_id=0h_S6k~0000 service=monitor
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.439547Z lvl=info msg="Terminating precreation service" log_id=0h_S6k~0000 service=shard-precr>
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.439552Z lvl=info msg="Terminating continuous query service" log_id=0h_S6k~0000 service=contin>
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.439572Z lvl=info msg="Closing retention policy enforcement service" log_id=0h_S6k~0000 servic>
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.446068Z lvl=info msg="Closed service" log_id=0h_S6k~0000 service=subscriber
            May 03 13:25:29 influxdbtest influxd[912]: ts=2023-05-03T13:25:29.446118Z lvl=info msg="Server shutdown completed" log_id=0h_S6k~0000
            May 03 13:25:29 influxdbtest systemd[1]: influxdb.service: Deactivated successfully.
            May 03 13:25:29 influxdbtest systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
            May 03 13:25:29 influxdbtest systemd[1]: influxdb.service: Consumed 2.201s CPU time.
            
            Thomas Braun ? 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Chris76e last edited by

              @chris76e

              Unit influxdb.service is masked.

              Ich denke das wird in der entsprechenden Anleitung zu influxdb2 erwähnt.

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

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

                Die Anleitung ist ja die, die ich nicht verstehe???

                Moin,

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

                VG
                Bernd

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

                  @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.

                  ? 1 Reply Last reply Reply Quote 0
                  • ?
                    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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            783
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

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