Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. InfluxDB
  5. mit backitup kein Influxdb und Grafana backup möglich

NEWS

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

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

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

mit backitup kein Influxdb und Grafana backup möglich

Geplant Angeheftet Gesperrt Verschoben InfluxDB
119 Beiträge 10 Kommentatoren 12.5k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • simatecS simatec

    @willi-wunder poste den kompletten Befehl inkl. Token... Der ist bei dir lokal und es kann niemand etwas mit anfangen

    W Offline
    W Offline
    Willi-Wunder
    schrieb am zuletzt editiert von Willi-Wunder
    #61

    @simatec

    sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
    

    InfluxA.jpg

    simatecS 1 Antwort Letzte Antwort
    0
    • W Willi-Wunder

      @simatec

      sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
      

      InfluxA.jpg

      simatecS Offline
      simatecS Offline
      simatec
      Developer Most Active
      schrieb am zuletzt editiert von
      #62

      @willi-wunder Läuft Influxdb auf dem gleichen System wie iobroker?

      • Besuche meine Github Seite
      • Beitrag hat geholfen oder willst du mich unterstützen
      • HowTo Restore ioBroker
      W 1 Antwort Letzte Antwort
      0
      • W Willi-Wunder

        @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

        apt policy influx*

        pi@iobroker:~ $ apt policy influx*
        N: Unable to locate package influx
        N: Unable to locate package influxdata-archive_compat.key
        N: Unable to locate package influxdata-archive_compat.key.1
        N: Unable to locate package influxdb2-client-2.3.0-linux-amd64.tar.gz
        N: Couldn't find any package by glob 'influxdb2-client-2.3.0-linux-amd64.tar.gz'
        N: Unable to locate package influxdb2-client-2.7.3-linux-amd64.tar.gz
        N: Couldn't find any package by glob 'influxdb2-client-2.7.3-linux-amd64.tar.gz'
        

        Ähm, das sieht aber nicht gut aus, InfluxDB läuft aber......

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #63

        @willi-wunder

        Software wird nicht so installiert, man verwendet einen Paketmanager.

        sudo apt install PAKETNAME
        

        Das entsprechende Repository muss zuvor ggfs . installiert werden.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Antwort Letzte Antwort
        0
        • simatecS simatec

          @willi-wunder Läuft Influxdb auf dem gleichen System wie iobroker?

          W Offline
          W Offline
          Willi-Wunder
          schrieb am zuletzt editiert von
          #64

          @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

          @willi-wunder Läuft Influxdb auf dem gleichen System wie iobroker?

          Ja

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • W Willi-Wunder

            @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

            @willi-wunder Läuft Influxdb auf dem gleichen System wie iobroker?

            Ja

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #65

            @willi-wunder

            cd
            rm influx*
            sudo apt update
            apt policy influx*
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            W 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @willi-wunder

              cd
              rm influx*
              sudo apt update
              apt policy influx*
              
              W Offline
              W Offline
              Willi-Wunder
              schrieb am zuletzt editiert von Willi-Wunder
              #66

              @thomas-braun

              pi@iobroker:~ $ apt policy influx*
              influxdb2-cli:
                Installed: 2.7.3-1
                Candidate: 2.7.3-1
                Version table:
               *** 2.7.3-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                      100 /var/lib/dpkg/status
                   2.7.1-2 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.6.1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.6.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.5.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.4.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.3.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
              influxdb-client:
                Installed: (none)
                Candidate: 1.6.7~rc0-1+b13
                Version table:
                   1.6.7~rc0-1+b13 500
                      500 http://deb.debian.org/debian bookworm/main arm64 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 arm64 Packages
              influxdb:
                Installed: (none)
                Candidate: 1.8.10-1
                Version table:
                   1.8.10-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   1.6.7~rc0-1+b13 500
                      500 http://deb.debian.org/debian bookworm/main arm64 Packages
              influxctl:
                Installed: (none)
                Candidate: 2.4.2
                Version table:
                   2.4.2 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.4.1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.4.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.3.1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.3.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.2.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.1.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.0.4 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.0.3 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.0.2 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.0.1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.0.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
              influxdb2:
                Installed: 2.7.4-1
                Candidate: 2.7.4-1
                Version table:
               *** 2.7.4-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                      100 /var/lib/dpkg/status
                   2.7.3-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.7.1-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.7.0-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.6.1-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.6.0-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.5.1-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.4.0-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.3.0-1 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                   2.2.0 500
                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
              
              

              Danke, sieht jetzt schon besser aus 🙂

              simatecS 1 Antwort Letzte Antwort
              0
              • W Willi-Wunder

                @thomas-braun

                pi@iobroker:~ $ apt policy influx*
                influxdb2-cli:
                  Installed: 2.7.3-1
                  Candidate: 2.7.3-1
                  Version table:
                 *** 2.7.3-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                        100 /var/lib/dpkg/status
                     2.7.1-2 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.6.1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.6.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.5.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.4.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.3.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                influxdb-client:
                  Installed: (none)
                  Candidate: 1.6.7~rc0-1+b13
                  Version table:
                     1.6.7~rc0-1+b13 500
                        500 http://deb.debian.org/debian bookworm/main arm64 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 arm64 Packages
                influxdb:
                  Installed: (none)
                  Candidate: 1.8.10-1
                  Version table:
                     1.8.10-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     1.6.7~rc0-1+b13 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                influxctl:
                  Installed: (none)
                  Candidate: 2.4.2
                  Version table:
                     2.4.2 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.4.1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.4.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.3.1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.3.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.2.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.1.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.0.4 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.0.3 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.0.2 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.0.1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.0.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                influxdb2:
                  Installed: 2.7.4-1
                  Candidate: 2.7.4-1
                  Version table:
                 *** 2.7.4-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                        100 /var/lib/dpkg/status
                     2.7.3-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.7.1-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.7.0-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.6.1-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.6.0-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.5.1-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.4.0-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.3.0-1 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                     2.2.0 500
                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                
                

                Danke, sieht jetzt schon besser aus 🙂

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                schrieb am zuletzt editiert von
                #67

                @willi-wunder

                sudo apt install influxdb2-client
                
                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                W 1 Antwort Letzte Antwort
                0
                • simatecS simatec

                  @willi-wunder

                  sudo apt install influxdb2-client
                  
                  W Offline
                  W Offline
                  Willi-Wunder
                  schrieb am zuletzt editiert von Willi-Wunder
                  #68

                  @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

                  sudo apt install influxdb2-client

                  pi@iobroker:~ $ sudo apt install influxdb2-client
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  The following NEW packages will be installed:
                    influxdb2-client
                  0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                  Need to get 10.5 MB of archives.
                  After this operation, 24.0 MB of additional disk space will be used.
                  Get:1 https://repos.influxdata.com/debian stable/main arm64 influxdb2-client arm64 2.7.1-1 [10.5 MB]
                  Fetched 10.5 MB in 2s (4392 kB/s)
                  apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                  perl: warning: Setting locale failed.
                  perl: warning: Please check that your locale settings:
                          LANGUAGE = "de_DE",
                          LC_ALL = "de_DE",
                          LANG = (unset)
                      are supported and installed on your system.
                  perl: warning: Falling back to the standard locale ("C").
                  locale: Cannot set LC_CTYPE to default locale: No such file or directory
                  locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                  locale: Cannot set LC_ALL to default locale: No such file or directory
                  Selecting previously unselected package influxdb2-client.
                  (Reading database ... 146179 files and directories currently installed.)
                  Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                  Unpacking influxdb2-client (2.7.1-1) ...
                  dpkg: error processing archive /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb (--unpack):
                   trying to overwrite '/usr/bin/influx', which is also in package influxdb2-cli 2.7.3-1
                  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                  Errors were encountered while processing:
                   /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb
                  E: Sub-process /usr/bin/dpkg returned an error code (1)
                  
                  

                  Hätte ich vorher InfluxDB stoppen müssen?

                  simatecS 1 Antwort Letzte Antwort
                  0
                  • W Willi-Wunder

                    @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

                    sudo apt install influxdb2-client

                    pi@iobroker:~ $ sudo apt install influxdb2-client
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    The following NEW packages will be installed:
                      influxdb2-client
                    0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                    Need to get 10.5 MB of archives.
                    After this operation, 24.0 MB of additional disk space will be used.
                    Get:1 https://repos.influxdata.com/debian stable/main arm64 influxdb2-client arm64 2.7.1-1 [10.5 MB]
                    Fetched 10.5 MB in 2s (4392 kB/s)
                    apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                    perl: warning: Setting locale failed.
                    perl: warning: Please check that your locale settings:
                            LANGUAGE = "de_DE",
                            LC_ALL = "de_DE",
                            LANG = (unset)
                        are supported and installed on your system.
                    perl: warning: Falling back to the standard locale ("C").
                    locale: Cannot set LC_CTYPE to default locale: No such file or directory
                    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                    locale: Cannot set LC_ALL to default locale: No such file or directory
                    Selecting previously unselected package influxdb2-client.
                    (Reading database ... 146179 files and directories currently installed.)
                    Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                    Unpacking influxdb2-client (2.7.1-1) ...
                    dpkg: error processing archive /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb (--unpack):
                     trying to overwrite '/usr/bin/influx', which is also in package influxdb2-cli 2.7.3-1
                    dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                    Errors were encountered while processing:
                     /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb
                    E: Sub-process /usr/bin/dpkg returned an error code (1)
                    
                    

                    Hätte ich vorher InfluxDB stoppen müssen?

                    simatecS Offline
                    simatecS Offline
                    simatec
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #69

                    @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                    /usr/bin/influx

                    ohhh man da ist einiges vermurkst ...

                    sudo rm /usr/bin/influx
                    sudo apt install influxdb2-client
                    
                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    W 1 Antwort Letzte Antwort
                    0
                    • simatecS simatec

                      @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                      /usr/bin/influx

                      ohhh man da ist einiges vermurkst ...

                      sudo rm /usr/bin/influx
                      sudo apt install influxdb2-client
                      
                      W Offline
                      W Offline
                      Willi-Wunder
                      schrieb am zuletzt editiert von Willi-Wunder
                      #70

                      @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

                      sudo apt install influxdb2-client

                      pi@iobroker:~ $ sudo rm /usr/bin/influx
                      pi@iobroker:~ $ sudo apt install influxdb2-client
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      The following NEW packages will be installed:
                        influxdb2-client
                      0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                      Need to get 0 B/10.5 MB of archives.
                      After this operation, 24.0 MB of additional disk space will be used.
                      apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                      perl: warning: Setting locale failed.
                      perl: warning: Please check that your locale settings:
                              LANGUAGE = "de_DE",
                              LC_ALL = "de_DE",
                              LANG = (unset)
                          are supported and installed on your system.
                      perl: warning: Falling back to the standard locale ("C").
                      locale: Cannot set LC_CTYPE to default locale: No such file or directory
                      locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                      locale: Cannot set LC_ALL to default locale: No such file or directory
                      (Reading database ... 146179 files and directories currently installed.)
                      Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                      Unpacking influxdb2-client (2.7.1-1) ...
                      dpkg: error processing archive /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb (--unpack):
                       trying to overwrite '/usr/bin/influx', which is also in package influxdb2-cli 2.7.3-1
                      dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                      Errors were encountered while processing:
                       /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb
                      E: Sub-process /usr/bin/dpkg returned an error code (1)
                      

                      Hab den Rasp von Buster auf Bookworm neu eingerichtet, allerdings ein Backup vom Iobroker eingespielt. Hatte unter Buster influxDB 1.x gehabt. Mist...... Vielen Dank für eure Hilfe.

                      simatecS 1 Antwort Letzte Antwort
                      0
                      • W Willi-Wunder

                        @simatec sagte in mit backitup kein Influxdb und Grafana backup möglich:

                        sudo apt install influxdb2-client

                        pi@iobroker:~ $ sudo rm /usr/bin/influx
                        pi@iobroker:~ $ sudo apt install influxdb2-client
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        The following NEW packages will be installed:
                          influxdb2-client
                        0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                        Need to get 0 B/10.5 MB of archives.
                        After this operation, 24.0 MB of additional disk space will be used.
                        apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                        perl: warning: Setting locale failed.
                        perl: warning: Please check that your locale settings:
                                LANGUAGE = "de_DE",
                                LC_ALL = "de_DE",
                                LANG = (unset)
                            are supported and installed on your system.
                        perl: warning: Falling back to the standard locale ("C").
                        locale: Cannot set LC_CTYPE to default locale: No such file or directory
                        locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                        locale: Cannot set LC_ALL to default locale: No such file or directory
                        (Reading database ... 146179 files and directories currently installed.)
                        Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                        Unpacking influxdb2-client (2.7.1-1) ...
                        dpkg: error processing archive /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb (--unpack):
                         trying to overwrite '/usr/bin/influx', which is also in package influxdb2-cli 2.7.3-1
                        dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                        Errors were encountered while processing:
                         /var/cache/apt/archives/influxdb2-client_2.7.1-1_arm64.deb
                        E: Sub-process /usr/bin/dpkg returned an error code (1)
                        

                        Hab den Rasp von Buster auf Bookworm neu eingerichtet, allerdings ein Backup vom Iobroker eingespielt. Hatte unter Buster influxDB 1.x gehabt. Mist...... Vielen Dank für eure Hilfe.

                        simatecS Offline
                        simatecS Offline
                        simatec
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #71

                        @willi-wunder Hast du vorher nicht den Befehl zum löschen ausgeführt?

                        • Besuche meine Github Seite
                        • Beitrag hat geholfen oder willst du mich unterstützen
                        • HowTo Restore ioBroker
                        W 1 Antwort Letzte Antwort
                        0
                        • simatecS simatec

                          @willi-wunder Hast du vorher nicht den Befehl zum löschen ausgeführt?

                          W Offline
                          W Offline
                          Willi-Wunder
                          schrieb am zuletzt editiert von
                          #72

                          @simatec
                          Doch, gerade oben mit ergänzt, hatte ich zuvor mit ausgeführt......

                          simatecS 1 Antwort Letzte Antwort
                          0
                          • W Willi-Wunder

                            @simatec
                            Doch, gerade oben mit ergänzt, hatte ich zuvor mit ausgeführt......

                            simatecS Offline
                            simatecS Offline
                            simatec
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #73

                            @willi-wunder

                            apt policy influxdb2-cli
                            
                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            W 1 Antwort Letzte Antwort
                            0
                            • simatecS simatec

                              @willi-wunder

                              apt policy influxdb2-cli
                              
                              W Offline
                              W Offline
                              Willi-Wunder
                              schrieb am zuletzt editiert von
                              #74
                              pi@iobroker:~ $ apt policy influxdb2-cli
                              influxdb2-cli:
                                Installed: 2.7.3-1
                                Candidate: 2.7.3-1
                                Version table:
                               *** 2.7.3-1 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                      100 /var/lib/dpkg/status
                                   2.7.1-2 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                   2.6.1 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                   2.6.0 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                   2.5.0 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                   2.4.0 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                   2.3.0 500
                                      500 https://repos.influxdata.com/debian stable/main arm64 Packages
                              
                              
                              simatecS 2 Antworten Letzte Antwort
                              0
                              • W Willi-Wunder
                                pi@iobroker:~ $ apt policy influxdb2-cli
                                influxdb2-cli:
                                  Installed: 2.7.3-1
                                  Candidate: 2.7.3-1
                                  Version table:
                                 *** 2.7.3-1 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                        100 /var/lib/dpkg/status
                                     2.7.1-2 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                     2.6.1 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                     2.6.0 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                     2.5.0 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                     2.4.0 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                     2.3.0 500
                                        500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                
                                
                                simatecS Offline
                                simatecS Offline
                                simatec
                                Developer Most Active
                                schrieb am zuletzt editiert von
                                #75

                                @willi-wunder Dann war aber die Ausgabe vorher nicht vollständig...

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                W 1 Antwort Letzte Antwort
                                0
                                • W Willi-Wunder
                                  pi@iobroker:~ $ apt policy influxdb2-cli
                                  influxdb2-cli:
                                    Installed: 2.7.3-1
                                    Candidate: 2.7.3-1
                                    Version table:
                                   *** 2.7.3-1 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       2.7.1-2 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                       2.6.1 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                       2.6.0 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                       2.5.0 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                       2.4.0 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                       2.3.0 500
                                          500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                  
                                  
                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #76

                                  @willi-wunder

                                  sudo apt remove influxdb2-cli
                                  sudo apt install influxdb2-client
                                  
                                  • Besuche meine Github Seite
                                  • Beitrag hat geholfen oder willst du mich unterstützen
                                  • HowTo Restore ioBroker
                                  1 Antwort Letzte Antwort
                                  0
                                  • simatecS simatec

                                    @willi-wunder Dann war aber die Ausgabe vorher nicht vollständig...

                                    W Offline
                                    W Offline
                                    Willi-Wunder
                                    schrieb am zuletzt editiert von
                                    #77

                                    @simatec
                                    Du meinst wegen sudo rm /usr/bin/influx ? Das hatte ich beim Code kopieren übersehen und dann nachgetragen.

                                    W 1 Antwort Letzte Antwort
                                    0
                                    • W Willi-Wunder

                                      @simatec
                                      Du meinst wegen sudo rm /usr/bin/influx ? Das hatte ich beim Code kopieren übersehen und dann nachgetragen.

                                      W Offline
                                      W Offline
                                      Willi-Wunder
                                      schrieb am zuletzt editiert von
                                      #78
                                      pi@iobroker:~ $ sudo apt remove influxdb2-cli
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following packages will be REMOVED:
                                        influxdb2-cli
                                      0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
                                      After this operation, 24.1 MB disk space will be freed.
                                      Do you want to continue? [Y/n] y
                                      apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                                      perl: warning: Setting locale failed.
                                      perl: warning: Please check that your locale settings:
                                              LANGUAGE = "de_DE",
                                              LC_ALL = "de_DE",
                                              LANG = (unset)
                                          are supported and installed on your system.
                                      perl: warning: Falling back to the standard locale ("C").
                                      locale: Cannot set LC_CTYPE to default locale: No such file or directory
                                      locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                                      locale: Cannot set LC_ALL to default locale: No such file or directory
                                      (Reading database ... 146179 files and directories currently installed.)
                                      Removing influxdb2-cli (2.7.3-1) ...
                                      pi@iobroker:~ $ sudo apt install influxdb2-client
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following NEW packages will be installed:
                                        influxdb2-client
                                      0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                                      Need to get 0 B/10.5 MB of archives.
                                      After this operation, 24.0 MB of additional disk space will be used.
                                      apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                                      perl: warning: Setting locale failed.
                                      perl: warning: Please check that your locale settings:
                                              LANGUAGE = "de_DE",
                                              LC_ALL = "de_DE",
                                              LANG = (unset)
                                          are supported and installed on your system.
                                      perl: warning: Falling back to the standard locale ("C").
                                      locale: Cannot set LC_CTYPE to default locale: No such file or directory
                                      locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                                      locale: Cannot set LC_ALL to default locale: No such file or directory
                                      (Reading database ... 146176 files and directories currently installed.)
                                      Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                                      Unpacking influxdb2-client (2.7.1-1) ...
                                      Setting up influxdb2-client (2.7.1-1) ...
                                      
                                      
                                      simatecS 1 Antwort Letzte Antwort
                                      0
                                      • W Willi-Wunder
                                        pi@iobroker:~ $ sudo apt remove influxdb2-cli
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        The following packages will be REMOVED:
                                          influxdb2-cli
                                        0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
                                        After this operation, 24.1 MB disk space will be freed.
                                        Do you want to continue? [Y/n] y
                                        apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                                        perl: warning: Setting locale failed.
                                        perl: warning: Please check that your locale settings:
                                                LANGUAGE = "de_DE",
                                                LC_ALL = "de_DE",
                                                LANG = (unset)
                                            are supported and installed on your system.
                                        perl: warning: Falling back to the standard locale ("C").
                                        locale: Cannot set LC_CTYPE to default locale: No such file or directory
                                        locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                                        locale: Cannot set LC_ALL to default locale: No such file or directory
                                        (Reading database ... 146179 files and directories currently installed.)
                                        Removing influxdb2-cli (2.7.3-1) ...
                                        pi@iobroker:~ $ sudo apt install influxdb2-client
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        The following NEW packages will be installed:
                                          influxdb2-client
                                        0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
                                        Need to get 0 B/10.5 MB of archives.
                                        After this operation, 24.0 MB of additional disk space will be used.
                                        apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
                                        perl: warning: Setting locale failed.
                                        perl: warning: Please check that your locale settings:
                                                LANGUAGE = "de_DE",
                                                LC_ALL = "de_DE",
                                                LANG = (unset)
                                            are supported and installed on your system.
                                        perl: warning: Falling back to the standard locale ("C").
                                        locale: Cannot set LC_CTYPE to default locale: No such file or directory
                                        locale: Cannot set LC_MESSAGES to default locale: No such file or directory
                                        locale: Cannot set LC_ALL to default locale: No such file or directory
                                        (Reading database ... 146176 files and directories currently installed.)
                                        Preparing to unpack .../influxdb2-client_2.7.1-1_arm64.deb ...
                                        Unpacking influxdb2-client (2.7.1-1) ...
                                        Setting up influxdb2-client (2.7.1-1) ...
                                        
                                        
                                        simatecS Offline
                                        simatecS Offline
                                        simatec
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #79

                                        @willi-wunder ohhh je da ist soviel krum ...
                                        Was bekommst du nun als Ausgabe von

                                        sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
                                        
                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        W 1 Antwort Letzte Antwort
                                        0
                                        • simatecS simatec

                                          @willi-wunder ohhh je da ist soviel krum ...
                                          Was bekommst du nun als Ausgabe von

                                          sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
                                          
                                          W Offline
                                          W Offline
                                          Willi-Wunder
                                          schrieb am zuletzt editiert von
                                          #80
                                          pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
                                          /usr/local/bin/influx: 1: Syntax error: ")" unexpected
                                          
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          719

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe