Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BackItUp für InfluxDB

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    BackItUp für InfluxDB

    This topic has been deleted. Only users with topic management privileges can see it.
    • andre
      andre Developer @michael_f last edited by andre

      @michael_f sagte in BackItUp für InfluxDB:

      @marc-berg Habe mir gestern Abend die neuen Einstellungen angeschaut.
      InfluxDB ist beim BackItUp-Adapter immer noch ausgegraut:

      Gelesen? https://docs.buanet.de/iobroker-docker-image/docs/#backup-remote-databases-with-iobroker-backitup-in-docker

      M 1 Reply Last reply Reply Quote 0
      • M
        michael_f @Marc Berg last edited by

        @marc-berg Danke für den Hinweis.
        Wenn ich in Portainer auf Duplicate/Edit gehe, dort die beiden ENV Variablen hinzufüge und auf "Deploy Container" drücke werden die ENV VARs nicht übernommen (Warnmeldung mit "Replace" bestätigt) 🙄

        e04a028b-4e2c-476b-a5ad-1e5cb0e9cf54-grafik.png

        Geänderte LABELS (version) werden im neuen Container übernommen.

        ddf25ce6-dcb1-438e-8f3a-8611f68dbb7e-grafik.png

        Marc Berg 1 Reply Last reply Reply Quote 0
        • Marc Berg
          Marc Berg Most Active @michael_f last edited by

          @michael_f sagte in BackItUp für InfluxDB:

          @marc-berg Danke für den Hinweis.
          Wenn ich in Portainer auf Duplicate/Edit gehe, dort die beiden ENV Variablen hinzufüge und auf "Deploy Container" drücke werden die ENV VARs nicht übernommen (Warnmeldung mit "Replace" bestätigt) 🙄

          Kein Ahnung, das hat ja jetzt nichts mit dem konkreten Image zu tun. Bei mir geht das ohne Probleme. Schalt doch mal auf "simple mode" und probiere dort mal. Welche Version von Portainer?

          1 Reply Last reply Reply Quote 0
          • M
            michael_f @andre last edited by

            @andre sagte in BackItUp für InfluxDB:

            Gelesen? https://docs.buanet.de/iobroker-docker-image/docs/#backup-remote-databases-with-iobroker-backitup-in-docker

            Hallo André, habe ich schon mal gesehen/gelesen und jetzt wieder aufgefrischt - danke.

            @marc-berg sagte in BackItUp für InfluxDB:

            Kein Ahnung, das hat ja jetzt nichts mit dem konkreten Image zu tun. Bei mir geht das ohne Probleme. Schalt doch mal auf "simple mode" und probiere dort mal. Welche Version von Portainer?

            Portainer Version 2.18.1
            Mit dem simple mode funktionierts auch nicht (zuvor bereits probiert, jetzt nochmals).

            b2a55596-bcb5-406f-8398-a2957e3ee927-grafik.png

            andre 1 Reply Last reply Reply Quote 0
            • Marc Berg
              Marc Berg Most Active last edited by

              @michael_f
              https://portal.portainer.io/knowledge/unable-to-update-environment-variables-when-running-on-synology-nas

              1 Reply Last reply Reply Quote 0
              • andre
                andre Developer @michael_f last edited by andre

                @michael_f Das ist leider ein Bug der immer wieder auftaucht. Hast du dir schonmal docker-compose bzw. Stacks in Portainer angesehen? Damit kannst du das umgehen und den Container nach Belieben im Stackfile anpassen. Kann ich nur jedem empfehlen und ist auch keine Raketentechnik.

                Hier mal was zum Lesen. Ist zwar noch "work in progress" aber vielleicht hilft das als Einstieg:
                https://blog.buanet.de/posts/2023/02/15_verwenden_von_stacks_in_portainer/

                1 Reply Last reply Reply Quote 1
                • M
                  Mike Hellracer @Marc Berg last edited by

                  @marc-berg
                  ich habe ein Frage:
                  Wie bekomme ich denn das REPO in den Container?
                  ^

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

                  Marc Berg 1 Reply Last reply Reply Quote 0
                  • Marc Berg
                    Marc Berg Most Active @Mike Hellracer last edited by

                    @mike-hellracer sagte in BackItUp für InfluxDB:

                    Wie bekomme ich denn das REPO in den Container?

                    Im Moment aus meiner Sicht am saubersten, indem du die Beta: "buanet/iobroker:v8.1.0-beta.2" installierst und als Umgebungvariable

                    PACKAGES=influxdb2-cli
                    

                    setzt. Damit wird das Repo gesetzt und gleichzeitig der Influx-Client installiert. Was willst du denn erreichen?

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Mike Hellracer @Marc Berg last edited by Mike Hellracer

                      @marc-berg
                      eigentlich genau das. 😉
                      und ich habe noch ein Problem mit dem NAS mount.
                      habe die Einstellungen aus einer physikalischen Instanz (bei der es geht) kopiert und bekomme in der Docker Instanz gesagt "mount failed"
                      Brauche ich da evtl. auch noch ein Paket?
                      Sorry, Screenshot vergessen


                      527dc8e8-af02-4cff-a2f1-bb54a79b4ab2-image.png

                      1 Reply Last reply Reply Quote 0
                      • Marc Berg
                        Marc Berg Most Active last edited by

                        @mike-hellracer sagte in BackItUp für InfluxDB:

                        Brauche ich da evtl. auch noch ein Paket?

                        Ja, wahrscheinlich "cifs-utils". Also die Umgebungsvariable "PACKAGES" entsprechend ergänzen (mit Leerzeichen getrennt).

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          Mike Hellracer @Marc Berg last edited by Mike Hellracer

                          @marc-berg said in BackItUp für InfluxDB:

                          cifs-utils
                          cift-utils is allready installed
                          ok, gibt es schon einen Termin wann beta -> latest wird?

                          Marc Berg 1 Reply Last reply Reply Quote 0
                          • Marc Berg
                            Marc Berg Most Active @Mike Hellracer last edited by

                            @mike-hellracer sagte in BackItUp für InfluxDB:

                            ok, gibt es schon einen Termin wann beta -> latest wird?

                            Ich sag' mal so: je mehr mittesten, umso früher ...

                            M 2 Replies Last reply Reply Quote 0
                            • M
                              Mike Hellracer @Marc Berg last edited by

                              @marc-berg
                              schon gut ich habe das repo gerade umgestellt 🙂
                              aber der cifs mount geht leider immer noch nicht. 😞
                              wei gesagt 1:1 von einer physischen Instanz kopiert

                              1 Reply Last reply Reply Quote 0
                              • M
                                Mike Hellracer @Marc Berg last edited by

                                @marc-berg
                                influxdb2-cli ist installiert und als Pfad habe ich /usr/bin/influx gesetzt.
                                Leider bekomme ich immer noch einen Error

                                Error: Command failed: "/usr/bin/influx" backup --bucket iobroker --host http://influxdb:8086 -t <MEIN Token> "/opt/iobroker/backups/influxDB_2023_07_03-18_54_14_backupiobroker"
                                

                                Marc Berg 1 Reply Last reply Reply Quote 0
                                • Marc Berg
                                  Marc Berg Most Active @Mike Hellracer last edited by

                                  @mike-hellracer was sagt das Docker-Log auf der Console (fängt so an:)

                                  --------------------------------------------------------------------------------
                                  -------------------------     2023-05-28 09:38:14      -------------------------
                                  --------------------------------------------------------------------------------
                                  -----                                                                      -----
                                  ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                  ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                  ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                  ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                  ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                  ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                  -----                                                                      -----
                                  -----              Welcome to your ioBroker Docker container!              -----
                                  -----                    Startupscript is now running!                     -----
                                  -----                          Please be patient!                          -----
                                  --------------------------------------------------------------------------------
                                   
                                  --------------------------------------------------------------------------------
                                  -----                          System Information                          -----
                                  -----                    arch:                x86_64                       -----
                                  
                                  
                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Mike Hellracer @Marc Berg last edited by

                                    @marc-berg
                                    das sieht eigentlich ok aus. cifs-util habe ich wieder aus den Packages raus genommen, da es schon standard installiert ist.
                                    hier mein Start Log (Docker Swarm)

                                    --------------------------------------------------------------------------------
                                    -----                          System Information                          -----
                                    -----                    arch:                aarch64                      -----
                                    -----                    hostname:            0c1759fb3315                 -----
                                    -----                                                                      -----
                                    -----                          Version Information                         -----
                                    -----                    image:               v8.1.0-beta.2                -----
                                    -----                    build:               2023-07-02T20:17:20+00:00    -----
                                    -----                    node:                v18.16.1                     -----
                                    -----                    npm:                 9.5.1                        -----
                                    -----                                                                      -----
                                    -----                        Environment Variables                         -----
                                    -----                    IOB_BACKITUP_EXTDB:  true                         -----
                                    -----                    IOB_STATESDB_TYPE:   redis                        -----
                                    -----                    IOB_STATESDB_HOST:   redis                        -----
                                    -----                    IOB_STATESDB_PORT:   6379                         -----
                                    -----                    PACKAGES:            redis-tools influxdb2-cli speedtest-cli -----
                                    -----                    SETGID:              1000                         -----
                                    -----                    SETUID:              1000                         -----
                                    --------------------------------------------------------------------------------
                                    
                                    --------------------------------------------------------------------------------
                                    -----                   Step 1 of 5: Preparing container                   -----
                                    --------------------------------------------------------------------------------
                                    
                                    Updating Linux packages on first run... Done.
                                    
                                    PACKAGES is set. Installing the following additional Linux packages: redis-tools influxdb2-cli speedtest-cli
                                    
                                    redis-tools is not installed. Installing... Done.
                                    influxdb2-cli is not installed. Installing... Done.
                                    speedtest-cli is not installed. Installing... Done.
                                    
                                    Registering maintenance script as command... Done.
                                    
                                    --------------------------------------------------------------------------------
                                    -----             Step 2 of 5: Detecting ioBroker installation             -----
                                    --------------------------------------------------------------------------------
                                    
                                    Existing installation of ioBroker detected in "/opt/iobroker".
                                    
                                    --------------------------------------------------------------------------------
                                    -----             Step 3 of 5: Checking ioBroker installation              -----
                                    --------------------------------------------------------------------------------
                                    
                                    (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                    
                                    Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                    
                                    Configuring custom states db...
                                    IOB_STATESDB_TYPE is available and value meets detected ioBroker installation.
                                    IOB_STATESDB_HOST is available and value meets detected ioBroker installation.
                                    IOB_STATESDB_PORT is available and value meets detected ioBroker installation.
                                    Done.
                                    
                                    Checking Database connection... Done.
                                    Hostname in ioBroker does not match the hostname of this container.
                                    Updating hostname to "0c1759fb3315"... Host "a2cd30786911" successfully renamed to "0c1759fb3315".
                                    The host for instance "system.adapter.admin.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.discovery.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.backitup.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.influxdb.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.alias-manager.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.feiertage.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.web.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.iqontrol.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.javascript.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.statistics.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.virtualpowermeter.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.logparser.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.sainlogic.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.telegram.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.zigbee.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.schoolfree.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.daswetter.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.meteoalarm.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.owntracks.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.broadlink2.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.fb-checkpresence.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    The host for instance "system.adapter.eusec.0" was changed from "a2cd30786911" to "0c1759fb3315".
                                    Done.
                                    
                                    --------------------------------------------------------------------------------
                                    -----                Step 4 of 5: Applying special settings                -----
                                    --------------------------------------------------------------------------------
                                    
                                    Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                    For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                    
                                    IOB_BACKITUP_EXTDB is "true". Unlocking features... Done.
                                    
                                    
                                    --------------------------------------------------------------------------------
                                    -----                    Step 5 of 5: ioBroker startup                     -----
                                    --------------------------------------------------------------------------------
                                    
                                    Starting ioBroker...
                                    
                                    ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                    host.0c1759fb3315 check instance "system.adapter.admin.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.influxdb.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.javascript.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.telegram.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.zigbee.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.owntracks.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.discovery.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.backitup.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.feiertage.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.web.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.iqontrol.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.statistics.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.virtualpowermeter.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.logparser.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.sainlogic.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.schoolfree.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.daswetter.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.meteoalarm.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.broadlink2.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.fb-checkpresence.0" for host "0c1759fb3315"
                                    host.0c1759fb3315 check instance "system.adapter.eusec.0" for host "0c1759fb3315"
                                    ================================== > LOG REDIRECT system.adapter.admin.0 => true [system.adapter.admin.0.logging]
                                    

                                    Marc Berg 1 Reply Last reply Reply Quote 0
                                    • Marc Berg
                                      Marc Berg Most Active @Mike Hellracer last edited by

                                      @mike-hellracer

                                      kannst du den Befehl

                                      "/usr/bin/influx" backup --bucket iobroker --host http://influxdb:8086 -t <MEIN Token> "/opt/iobroker/backups/influxDB_2023_07_03-18_54_14_backupiobroker" 
                                      

                                      mal im Container auf der Kommandozeile ausführen? Vielleicht bekommt man da eine sprechendere Fehlermeldung.

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        Mike Hellracer @Marc Berg last edited by

                                        @marc-berg

                                        Hi, bekomme dann ein auth fehler, aber ich verstehe nicht warum. Es sind dieselben Einstellungen server, token, etc. Muss ich auf dem influx Container noch etwas machen
                                        2023/07/03 21:21:48 INFO: Downloading metadata snapshot
                                        Error: failed to backup metadata: failed to download metadata snapshot: 401 Unauthorized: read:authorizations is unauthorized

                                        Marc Berg 1 Reply Last reply Reply Quote 0
                                        • Marc Berg
                                          Marc Berg Most Active @Mike Hellracer last edited by Marc Berg

                                          @mike-hellracer sagte in BackItUp für InfluxDB:

                                          Error: failed to backup metadata: failed to download metadata snapshot: 401 Unauthorized: read:authorizations is unauthorized

                                          Nein, das hat mit Container nichts zu tun. Hier ist der Token falsch. Hast du alles doppelt gecheckt? Kannst du denn den Befehl 1:1 auf der physikalischen Instanz ausführen?

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            Mike Hellracer @Marc Berg last edited by

                                            @marc-berg
                                            nein, da bekomme ich denselben Fehler.
                                            habe jetzt ein neues Token erstellt.
                                            selbes Ergebnis.
                                            Was kann ich noch tun?

                                            Marc Berg 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

                                            932
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup influxdb
                                            32
                                            273
                                            34968
                                            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