Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Betatester für Backitup 2.0.0 gesucht

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Betatester für Backitup 2.0.0 gesucht

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lonsimbt @da_Woody last edited by

      @da_woody
      Hat bei mir dann auch mit einem manuell angestoßenen Backup funktioniert.

      Gruß Marco

      da_Woody 1 Reply Last reply Reply Quote 0
      • da_Woody
        da_Woody @lonsimbt last edited by

        @lonsimbt hmm, hab da wohl irgend einen fisch drinnen... manuell gestartet:

        [DEBUG] [grafana] - Start Grafana Backup ...
        [DEBUG] [grafana] - Created grafana_tmp directory
        [DEBUG] [grafana] - Created dashboard directory
        [DEBUG] [grafana] - Created dashboards_manually_restore directory
        [DEBUG] [grafana] - Created datasource directory
        [DEBUG] [grafana] - start Grafana request ...
        [DEBUG] [grafana] - Grafana is available ... Status: 200
        [DEBUG] [grafana] - Error on Grafana Datasource Request
        [DEBUG] [grafana] - Error on Grafana Dashoard Request: Error: Request failed with status code 401
        
        

        vllt erwisch ich @Dutchman ja mal im discord...

        simatec 1 Reply Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @da_Woody last edited by

          @da_woody Falschen Benutzerdaten oder Api-Key falsch
          Grafana ist erreichbar (siehe Status 200)

          da_Woody 1 Reply Last reply Reply Quote 0
          • simatec
            simatec Developer Most Active last edited by

            Die überarbeitete deutsche Doku ist unter folgenden Link zu finden:
            https://github.com/simatec/ioBroker.backitup/blob/master/docs/de/backitup.md

            1 Reply Last reply Reply Quote 1
            • da_Woody
              da_Woody @simatec last edited by da_Woody

              @simatec said in Betatester für Backitup 2.0.0 gesucht:

              @da_woody Falschen Benutzerdaten oder Api-Key falsch
              Grafana ist erreichbar (siehe Status 200)

              ehjo, da ist bei apikey was in den string gegangen, anscheinend beim einfügen tastenpreller, war zu lang. klappert... wieder was gelernt.
              dafür ist mir jetzt influx ins auge gesprungen... 😨

              [DEBUG] [influxDB] - Start InfluxDB Backup ...
              [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
              [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
              [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
              [ERROR] [influxDB] - [IGNORED] Error: Command failed: influxd backup -portable -database Drassburg -host 192.168.0.252:8086 "/opt/iobroker/backups/influxDB_2021_02_03-20_08_30_backupiobroker"
              /bin/sh: 1: influxd: not found
              

              die config stimmt eigentlich, nur die letzte zeile sagt mir nichts.
              3078e817-5097-4653-a638-77b83b667f3e-grafik.png
              am liebsten würd ich ja influx neu insten, aber auf der VM ist auch Grafana und TasmoAdmin drauf.
              das schaut mir irgendwie nicht ganz sauber aus...
              f47c23da-d510-417c-9264-27bb0be8a191-grafik.png
              Drassburg ist eigentlich als default eingestellt... klugscheiss.gif

              simatec 1 Reply Last reply Reply Quote 0
              • simatec
                simatec Developer Most Active @da_Woody last edited by

                @da_woody
                Hast du denn auf deinem iobroker System influxd laufen?
                Des Weiteren stimmt der Port nicht. Remote zur infludb findet über Port 8088 statt.

                Hier die Erklärung in der Doku
                https://github.com/simatec/ioBroker.backitup/blob/master/docs/de/backitup.md#InfluxDB-Backup

                Also in der Config auf dem Server „bind“ ändern danach den Server neustarten.
                Influxd auf dem iobroker System als reinen Daemon laufen lassen und den Port in der backitup Config auf 8088 ändern

                da_Woody 1 Reply Last reply Reply Quote 0
                • da_Woody
                  da_Woody @simatec last edited by da_Woody

                  @simatec 8086 stimmt schon 8088 wird wo anders verwendet. hat ja geklappt.
                  42663858-ff5e-4676-9b43-f8975fdef305-grafik.png

                  Hast du denn auf deinem iobroker System influxd laufen?

                  ioBroker hab ich vor kurzem neu aufgesetzt und ein backup eingespielt. was, wie kann ich da nachschauen? eventuell installen, starten.
                  mann, linux bringt mich noch ins grab... wut.gif
                  9b1ba433-2135-4072-9949-b4b6fa9753a2-grafik.png der adapter läuft...

                  simatec 2 Replies Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @da_Woody last edited by simatec

                    @da_woody
                    Nein da verstehst du etwas falsch. Remotezugriff für das Backup ist Port 8088 und nicht 8086.
                    das eine hat mit dem anderen nix zu tun.
                    Wenn bei dir der Port 8088 bereits belegt ist, dann musst du in der Influx conf auf deinem Server bind anpassen.

                    bind <server-ip>:8088
                    

                    8088 musst du dir dann anpassen und in der Conf von Backitup muss dann dieser Port rein.
                    Auf keinen Fall die 8086

                    da_Woody 1 Reply Last reply Reply Quote 0
                    • simatec
                      simatec Developer Most Active @da_Woody last edited by

                      @da_woody

                      https://docs.influxdata.com/influxdb/v1.8/administration/config/#bind-address-127-0-0-1-8088

                      1 Reply Last reply Reply Quote 0
                      • da_Woody
                        da_Woody @simatec last edited by da_Woody

                        @simatec einfach zu dämlich...
                        hab jetzt in der influxdb.conf den port geändert.

                        
                        ### Welcome to the InfluxDB configuration file.
                        
                        # The values in this file override the default values used by the system if
                        # a config option is not specified. The commented out lines are the configuration
                        # field and the default value used. Uncommenting a line and changing the value
                        # will change the value used at runtime when the process is restarted.
                        
                        # Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
                        # The data includes a random ID, os, arch, version, the number of series and other
                        # usage data. No data from user databases is ever transmitted.
                        # Change this option to true to disable reporting.
                        # reporting-disabled = false
                        
                        # Bind address to use for the RPC service for backup and restore.
                        bind-address = "192.168.0.252:8088"
                        
                        ###
                        ### [meta]
                        ###
                        
                        

                        in backitup auf 8088, ergebniss das selbe...

                        [DEBUG] [influxDB] - Start InfluxDB Backup ...
                        [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                        [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
                        [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
                        [ERROR] [influxDB] - [IGNORED] Error: Command failed: influxd backup -portable -database Drassburg -host 192.168.0.252:8088 "/opt/iobroker/backups/influxDB_2021_02_03-21_53_17_backupiobroker"
                        /bin/sh: 1: influxd: not found
                        
                        simatec 1 Reply Last reply Reply Quote 0
                        • simatec
                          simatec Developer Most Active @da_Woody last edited by

                          @da_woody
                          Auf deinem iobroker System, von dem aus du das Backup startest, fehlt noch immer influxd
                          Du muss da Influx laufen haben.
                          Ohne User und Datenbanken. Einfach nur als Daemon

                          da_Woody Negalein 2 Replies Last reply Reply Quote 0
                          • da_Woody
                            da_Woody @simatec last edited by

                            @simatec darum frug ich ja so dämlich:

                            was, wie kann ich da nachschauen? eventuell installen, starten.

                            penguin is not my buddy... 😄

                            simatec 1 Reply Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active @da_Woody last edited by

                              @da_woody
                              https://docs.influxdata.com/influxdb/v1.8/introduction/install/#installing-influxdb-oss

                              da_Woody 1 Reply Last reply Reply Quote 0
                              • Negalein
                                Negalein Global Moderator @simatec last edited by

                                @simatec sagte in Betatester für Backitup 2.0.0 gesucht:

                                Auf deinem iobroker System, von dem aus du das Backup startest, fehlt noch immer influxd
                                Du muss da Influx laufen haben.
                                Ohne User und Datenbanken. Einfach nur als Daemon

                                bei mir dann quasi auch so?

                                influxDB: Error: Command failed: influxd backup -portable -database iobroker -host 10.0.1.22:8088 "/opt/iobroker/backups/influxDB_2021_02_03-23_01_33_Standard_backupiobroker"
                                /bin/sh: 1: influxd: not found
                                

                                https://docs.influxdata.com/influxdb/v1.8/introduction/install/#installing-influxdb-oss

                                Ich betreib ioBroker im Docker auf einer Synology.
                                Soll ich mich an in dieser Anleitung an Ubuntu oder Debian halten?

                                simatec D 2 Replies Last reply Reply Quote 0
                                • da_Woody
                                  da_Woody @simatec last edited by

                                  @simatec wenn ich mir das so durchlese und interpretiere muss ich auf der ioBroker VM

                                  sudo apt-get update && sudo apt-get install influxdb
                                  sudo systemctl unmask influxdb.service
                                  sudo systemctl start influxdb
                                  

                                  tun am sein und das is es?

                                  1 Reply Last reply Reply Quote 0
                                  • simatec
                                    simatec Developer Most Active @Negalein last edited by

                                    @negalein Bei Docker kann ich das leider nicht beantworten.
                                    Aber sicher gibt es hier oder bei Google auch Anleitungen dafür

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      darkiop Most Active @Negalein last edited by

                                      @negalein Das Docker image von @andre ? Das basiert auf Debian Buster.

                                      Du könntest, über die ENV

                                      PACKAGES
                                      

                                      die InfluxDB im Container installieren - oder die InfluxDB in einen eigenen Container auslagern.

                                      Mittels

                                      nmap -p- <IP>
                                      

                                      kannst du nach der Installation dann auch mal schauen welche Ports offen sind.

                                      Negalein andre 2 Replies Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @darkiop last edited by Negalein

                                        @darkiop sagte in Betatester für Backitup 2.0.0 gesucht:

                                        oder die InfluxDB in einen eigenen Container auslagern

                                        Influx läuft als eigener Container.
                                        Wie bring ich das dann Backitup bei?
                                        Screenshot 2021-02-04 150454.png

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

                                          @darkiop sagte in Betatester für Backitup 2.0.0 gesucht:

                                          die InfluxDB im Container installieren - oder die InfluxDB in einen eigenen Container auslagern.

                                          Bitte nicht die InfluxDB im Container installieren... Macht es lieber nach dem "oder".

                                          Ggf. muss im Container ein Dienst/ CLI installiert und konfiguriert werden, damit die "externe" Datenbank gesichert werden kann. Erfahrungswerte habe ich da zwar nicht, aber wenn die reine Installation z.B. eines CLI Tools per "PACKAGES" nicht reicht, kann man über die user defined startup scripts eigentlich alles für die Einrichtung scripten...

                                          MfG,
                                          André

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            darkiop Most Active @Negalein last edited by

                                            @negalein sagte in Betatester für Backitup 2.0.0 gesucht:

                                            Wie bring ich das dann Backitup bei?

                                            IP + Port von der InfluxDB vom Container bzw. Dockerhost. Teste doch mal mit nmap was offen ist bzw. schau mal in deiner Container Config wie du die Ports gemappt hast bzw. in welchen Netz der Container läuft.

                                            @andre sagte in Betatester für Backitup 2.0.0 gesucht:

                                            Bitte nicht die InfluxDB im Container installieren... Macht es lieber nach dem "oder".

                                            Absolut ... ich hätte noch dazu schreiben sollen, dass das vor dem oder nicht dem Container Prinzip entspricht 🙂

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            942
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            32
                                            293
                                            31903
                                            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