Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Influxdb2 Backitup

    This topic has been deleted. Only users with topic management privileges can see it.
    • keksn
      keksn @Glasfaser last edited by

      @glasfaser danke.... ich steig da aber nicht durch was ich da machen muss......cli ist installiert..

      [DEBUG] [iobroker] - done
      [DEBUG] [influxDB] - InfluxDB-Backup started ...
      [DEBUG] [influxDB] - Start InfluxDB Backup ...
      [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
      [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_04_16-15_25_09_backupiobroker"
      [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_04_16-15_25_09_backupiobroker" successfully deleted
      [DEBUG] [influxDB] - 
      [ERROR] [influxDB] - Error: Command failed: influx backup --bucket iobrokerneu --host http://192.168.1.180:8088 -t 1Av8LYspeMZIS5BoqOQpPP1s8slxpewBlJagIJcHjVulphOf5__DGzaI_dono3y2IWbYjvcVKy1F7nxIPIEkig== "/opt/iobroker/backups/influxDB_2023_04_16-15_25_09_backupiobroker"
      /bin/sh: 1: influx: not found
      
      Marc Berg Thomas Braun 2 Replies Last reply Reply Quote 0
      • Marc Berg
        Marc Berg Most Active @keksn last edited by

        @keksn sagte in Influxdb2 Backitup:

        ...cli ist installiert..

        Wo hast du die cli wie installiert?

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

          @keksn

          sudo apt update
          apt policy influxdb*
          
          keksn 1 Reply Last reply Reply Quote 0
          • keksn
            keksn @Marc Berg last edited by

            @marc-berg gute Frage ... wie kann ich das feststellen

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

              @thomas-braun

              keksn@Influxdb:~$ sudo apt update
              apt policy influxdb*
              Hit:1 https://repos.influxdata.com/debian stable InRelease
              Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
              Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
              Hit:4 http://archive.ubuntu.com/ubuntu kinetic-security InRelease
              Ign:5 https://repos.influxdata.com/debian $(lsb_release InRelease
              Err:6 https://repos.influxdata.com/debian $(lsb_release Release
                404  Not Found [IP: 18.66.15.57 443]
              Reading package lists... Done
              E: The repository 'https://repos.influxdata.com/debian $(lsb_release Release' does not have a Release file.
              N: Updating from such a repository can't be done securely, and is therefore disabled by default.
              N: See apt-secure(8) manpage for repository creation and user configuration details.
              N: Unable to locate package influxdb2-client-2.3.0-linux-amd64
              N: Couldn't find any package by glob 'influxdb2-client-2.3.0-linux-amd64'
              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'
              keksn@Influxdb:~$ 
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser last edited by

                @keksn sagte in Influxdb2 Backitup:
                @marc-berg gute Frage ... wie kann ich das feststellen

                🙂 ??

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

                  @keksn sagte in Influxdb2 Backitup:

                  The repository 'https://repos.influxdata.com/debian $(lsb_release Release'

                  Dein influxdb-Repository ist falsch aufgesetzt.
                  Software wird nicht über tar.gz-Archive installiert.

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

                    @thomas-braun danke, was wäre die Lösung "einfach erklärt"?

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

                      @keksn

                      rm influxdb2*
                      rm /etc/apt/sources.list.d/influx*
                      sudo apt update
                      
                      keksn 1 Reply Last reply Reply Quote 0
                      • keksn
                        keksn @Thomas Braun last edited by

                        @thomas-braun

                        keksn@Influxdb:~$ rm influxdb2*
                        rm /etc/apt/sources.list.d/influx*
                        sudo apt update
                        rm: cannot remove 'influxdb2-client-2.3.0-linux-amd64': Is a directory
                        rm: remove write-protected regular file '/etc/apt/sources.list.d/influxdata.list'? 
                        rm: remove write-protected regular file '/etc/apt/sources.list.d/influxdb.list'? 
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @keksn last edited by

                          @keksn

                          sudo rm -rf influxdb2*
                          sudo rm /etc/apt/sources.list.d/influx*
                          sudo apt update
                          
                          keksn 2 Replies Last reply Reply Quote 0
                          • keksn
                            keksn @Thomas Braun last edited by

                            @thomas-braun sagte in Influxdb2 Backitup:

                            sudo apt update

                            denke die ganze Installation ist zum Kübeln....

                            eksn@Influxdb:~$ sudo rm -rf influxdb2*
                            sudo rm /etc/apt/sources.list.d/influx*
                            sudo apt updatekeksn@Influxdb:~$ 
                            keksn@Influxdb:~$ sudo apt update
                            Hit:1 https://repos.influxdata.com/debian stable InRelease
                            Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease                    
                            Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease            
                            Hit:4 http://archive.ubuntu.com/ubuntu kinetic-security InRelease
                            Ign:5 https://repos.influxdata.com/debian $(lsb_release InRelease
                            Err:6 https://repos.influxdata.com/debian $(lsb_release Release
                              404  Not Found [IP: 18.66.15.86 443]
                            Reading package lists... Done
                            E: The repository 'https://repos.influxdata.com/debian $(lsb_release Release' does not have a Release file.
                            N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                            N: See apt-secure(8) manpage for repository creation and user configuration details.
                            keksn@Influxdb:~$ 
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @keksn last edited by

                              @keksn

                              kinetic ist eh das falsche Pferd.

                              ls -lAh /etc/apt/sources.list.d/
                              

                              sagt?

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

                                @thomas-braun

                                gibt es ausser der Anleitung von Influxdb eine einfache Anleitung Influxdb2 sauber unter Proxmox in einem Ct zu Installieren?

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

                                  @thomas-braun

                                  Ich nehme normalerweise Debian nur läuft das in letzter zeit so langsam im CT ....

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

                                    @keksn

                                    Keine Ahnung. Was ist an der Anleitung wie man Quellen anlegt kompliziert?

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

                                      @keksn sagte in Influxdb2 Backitup:

                                      Ich nehme normalerweise Debian nur läuft das in letzter zeit so langsam im CT ....

                                      Und warum sollte ein Ubuntu-Debian da anders laufen?

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

                                        @thomas-braun

                                        keksn@Influxdb:~$ ls -lAh /etc/apt/sources.list.d/
                                        total 8.0K
                                        -rw-r--r-- 1 root root 117 Apr 16 12:20 influxdata.list
                                        -rw-r--r-- 1 root root  66 Apr 16 13:22 influxdb.list
                                        keksn@Influxdb:~$ 
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @keksn last edited by

                                          @keksn

                                          Lösch die beiden Dateien. Da steht offenbar Mist drin.

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

                                            @thomas-braun sagte in Influxdb2 Backitup:

                                            Und warum sollte ein Ubuntu-Debian da anders laufen?

                                            keine Ahnung warum das so ist, die Bedienung über die Konsole läut schleppend..

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            827
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            214
                                            16155
                                            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