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.
    • Damrak2022
      Damrak2022 @mickym last edited by

      @mickym Ich starte mal neu

      1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @Damrak2022 last edited by

        @damrak2022

        Dann erst mal schauen, ob der Service läuft:

        systemctl status influxdb
        
        Damrak2022 1 Reply Last reply Reply Quote 0
        • Damrak2022
          Damrak2022 @mickym last edited by

          @mickym sagte in Influxdb2 Backitup:

          systemctl status influxdb

          Nein noch nicht

          Andy@homebridge:~ $ systemctl status influxdb
          ● influxdb.service - InfluxDB is an open-source, distributed, time series datab>
               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor pres>
               Active: failed (Result: exit-code) since Thu 2023-04-20 01:50:08 CEST; 18m>
                 Docs: https://docs.influxdata.com/influxdb/
                  CPU: 4ms
          
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Scheduled restart job,>
          Apr 20 01:50:08 homebridge systemd[1]: Stopped InfluxDB is an open-source, dist>
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Start request repeated>
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Failed with result 'ex>
          Apr 20 01:50:08 homebridge systemd[1]: Failed to start InfluxDB is an open-sour>
          lines 1-11/11 (END)
          ● influxdb.service - InfluxDB is an open-source, distributed, time series database
               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: e>
               Active: failed (Result: exit-code) since Thu 2023-04-20 01:50:08 CEST; 18min ago
                 Docs: https://docs.influxdata.com/influxdb/
                  CPU: 4ms
          
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Scheduled restart job, rest>
          Apr 20 01:50:08 homebridge systemd[1]: Stopped InfluxDB is an open-source, distribut>
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Start request repeated too >
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Failed with result 'exit-co>
          Apr 20 01:50:08 homebridge systemd[1]: Failed to start InfluxDB is an open-source, d>
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          lines 1-11/11 (END)
          ● influxdb.service - InfluxDB is an open-source, distributed, time series database
               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
               Active: failed (Result: exit-code) since Thu 2023-04-20 01:50:08 CEST; 18min ago
                 Docs: https://docs.influxdata.com/influxdb/
                  CPU: 4ms
          
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
          Apr 20 01:50:08 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Start request repeated too quickly.
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Failed with result 'exit-code'.
          Apr 20 01:50:08 homebridge systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          lines 1-11/11 (END)
          ● influxdb.service - InfluxDB is an open-source, distributed, time series database
               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
               Active: failed (Result: exit-code) since Thu 2023-04-20 01:50:08 CEST; 18min ago
                 Docs: https://docs.influxdata.com/influxdb/
                  CPU: 4ms
          
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
          Apr 20 01:50:08 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Start request repeated too quickly.
          Apr 20 01:50:08 homebridge systemd[1]: influxdb.service: Failed with result 'exit-code'.
          Apr 20 01:50:08 homebridge systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          ~
          lines 1-11/11 (END)
          
          mickym 1 Reply Last reply Reply Quote 0
          • mickym
            mickym Most Active @Damrak2022 last edited by mickym

            @damrak2022 Ok - dann lass es uns nochmal machen . aber den Service vorher stoppenn.

            Also nochmal das Ganze.

            sudo systemctl stop influxdb
            

            dann

            sudo systemctl disable influxdb
            

            dann

            Maschine neu starten

            sudo apt purge influxdb
            

            dann wieder die beiden Verzeichnisse löschen.

            Andy@homebridge:~ $ sudo rm -R /var/lib/influxdb
            Andy@homebridge:~ $ sudo rm -R /etc/influxdb
            

            Nochmal kontrollieren, dass der Service nicht mehr existiert:

            systemctl status influxdb
            

            Dann Maschine nochmal neu starten.

            Dann wieder installieren und erst mal zeigen was bei

            apt install influxdb
            

            rauskommt.

            Damrak2022 1 Reply Last reply Reply Quote 0
            • Damrak2022
              Damrak2022 @mickym last edited by

              @mickym okay

              Damrak2022 1 Reply Last reply Reply Quote 0
              • Damrak2022
                Damrak2022 @Damrak2022 last edited by

                @damrak2022 Der Service ist aktiv

                Andy@homebridge:~ $ sudo apt purge influxdb
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Paket »influxdb« ist nicht installiert, wird also auch nicht entfernt.
                0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
                Andy@homebridge:~ $ sudo apt purge influxdb
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Paket »influxdb« ist nicht installiert, wird also auch nicht entfernt.
                0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
                Andy@homebridge:~ $ sudo apt purge influxdb2
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                  influxdb2-cli
                Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                Die folgenden Pakete werden ENTFERNT:
                  influxdb2*
                0 aktualisiert, 0 neu installiert, 1 zu entfernen und 1 nicht aktualisiert.
                Nach dieser Operation werden 99,1 MB Plattenplatz freigegeben.
                Möchten Sie fortfahren? [J/n] j
                (Lese Datenbank ... 55637 Dateien und Verzeichnisse sind derzeit installiert.)
                Entfernen von influxdb2 (2.7.0-1) ...
                (Lese Datenbank ... 55627 Dateien und Verzeichnisse sind derzeit installiert.)
                Löschen der Konfigurationsdateien von influxdb2 (2.7.0-1) ...
                Andy@homebridge:~ $ sudo rm -R /var/lib/influxdb
                Andy@homebridge:~ $ sudo rm -R /etc/influxdb
                Andy@homebridge:~ $ systemctl status influxdb
                ● influxdb.service - InfluxDB is an open-source, distributed, time series datab>
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor pre>
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (>
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http:>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, dist>
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series databa>
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor pres>
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (c>
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http:/>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distr>
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gP>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforc>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" lo>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_i>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement e>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 servi>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 serv>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storag>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 se>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 servi>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indi>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interv>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener tr>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-eng>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0h>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=st>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate >
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transpo>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 s>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-prec>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited).>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http add>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_n>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=rete>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation che>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrenc>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0h>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 por>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_name>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=retenti>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation check_>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_q>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8>
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_name=tsdb_>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=retention che>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation check_interv>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_name=tsdb_op>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=retention check>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation check_interval>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=102>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 m>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_name=tsdb_ope>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=retention check_>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation check_interval=>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 ma>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                     Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                     Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 4min 19s ago
                       Docs: https://docs.influxdata.com/influxdb/
                    Process: 715 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                   Main PID: 718 (influxd)
                      Tasks: 9 (limit: 3932)
                        CPU: 1.861s
                     CGroup: /system.slice/influxdb.service
                             └─718 /usr/bin/influxd
                
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ07gPl000 service=storage-engine service=store op_name=tsdb_open op>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enforcement service" log_id=0hJ07gPl000 service=retention check_inte>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service" log_id=0hJ07gPl000 service=shard-precreation check_interval=10m >
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024 ini>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 max_se>
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                ~
                ~
                ~
                lines 1-21/21 (END)
                
                mickym 1 Reply Last reply Reply Quote 0
                • mickym
                  mickym Most Active @Damrak2022 last edited by

                  @damrak2022 Nee das purge solltest doch doch machen, wenn der Service nicht mehr da ist.

                  Also hast Du nachdem disable influx db die Maschine neu gestartet?

                  Damrak2022 1 Reply Last reply Reply Quote 0
                  • Damrak2022
                    Damrak2022 @mickym last edited by

                    @mickym Ja, so hast Du es geschrieben

                    mickym 1 Reply Last reply Reply Quote 0
                    • mickym
                      mickym Most Active @Damrak2022 last edited by

                      @damrak2022

                      so dann

                      schau mal ob es diese Datei noch gibt

                      sudo ls -la /etc/systemd/system/influxd.service
                      
                      Damrak2022 1 Reply Last reply Reply Quote 0
                      • Damrak2022
                        Damrak2022 @mickym last edited by

                        @mickym sagte in Influxdb2 Backitup:

                        sudo ls -la /etc/systemd/system/influxd.service

                        Nein

                        Andy@homebridge:~ $ sudo ls -la /etc/systemd/system/influxd.service
                        ls: Zugriff auf '/etc/systemd/system/influxd.service' nicht möglich: Datei oder Verzeichnis nicht gefunden
                        Andy@homebridge:~ $
                        
                        mickym 1 Reply Last reply Reply Quote 0
                        • mickym
                          mickym Most Active @Damrak2022 last edited by mickym

                          @damrak2022 dann zeig nochmal

                          sudo systemctl disable influxdb
                          
                          Damrak2022 1 Reply Last reply Reply Quote 0
                          • Damrak2022
                            Damrak2022 @mickym last edited by

                            @mickym

                            Andy@homebridge:~ $ sudo ls -la /etc/systemd/system/influxd.service
                            ls: Zugriff auf '/etc/systemd/system/influxd.service' nicht möglich: Datei oder Verzeichnis nicht gefunden
                            Andy@homebridge:~ $ systemctl disable influxdb
                            ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-unit-files ===
                            Legitimierung ist notwendig für die Verwaltung von Systemdiensten und Einheitendateien.
                            Authenticating as: ,,, (Andy)
                            Password:
                            ==== AUTHENTICATION COMPLETE ===
                            ==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ===
                            Legitimierung ist zum erneuten Laden des systemd-Zustands notwendig.
                            Authenticating as: ,,, (Andy)
                            Password:
                            ==== AUTHENTICATION COMPLETE ===
                            Andy@homebridge:~ $
                            
                            mickym 1 Reply Last reply Reply Quote 0
                            • mickym
                              mickym Most Active @Damrak2022 last edited by

                              @damrak2022 Ja mit sudo - hatte ich vergessen

                              Damrak2022 1 Reply Last reply Reply Quote 0
                              • Damrak2022
                                Damrak2022 @mickym last edited by

                                @mickym

                                Andy@homebridge:~ $ sudo systemctl disable influxdb
                                Andy@homebridge:~ $
                                
                                mickym 1 Reply Last reply Reply Quote 0
                                • mickym
                                  mickym Most Active @Damrak2022 last edited by

                                  @damrak2022 Ok vorher ist es ja gelaufen.

                                  NOchmal schauen was

                                  systemctl status influxdb
                                  

                                  zeigt.

                                  Damrak2022 1 Reply Last reply Reply Quote 0
                                  • Damrak2022
                                    Damrak2022 @mickym last edited by

                                    @mickym sagte in Influxdb2 Backitup:

                                    systemctl status influxdb

                                    Andy@homebridge:~ $ systemctl status influxdb
                                    ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                         Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                         Active: active (running) since Thu 2023-04-20 02:15:56 CEST; 17min ago
                                           Docs: https://docs.influxdata.com/influxdb/
                                       Main PID: 718 (influxd)
                                          Tasks: 9 (limit: 3932)
                                            CPU: 2.329s
                                         CGroup: /system.slice/influxdb.service
                                                 └─718 /usr/bin/influxd
                                    
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.631155Z lvl=info msg="Open store (end)" log_id=0hJ0>
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632101Z lvl=info msg="Starting retention policy enf>
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.632359Z lvl=info msg="Starting precreation service">
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[715]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts...
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" lo>
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statemen>
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 se>
                                    Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 s>
                                    Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                    Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                    lines 1-20/20 (END)
                                    
                                    mickym 1 Reply Last reply Reply Quote 0
                                    • mickym
                                      mickym Most Active @Damrak2022 last edited by mickym

                                      @damrak2022 Witzig ist dass der Service nun wieder aktiv gezeigt wird.

                                      mach nochmal

                                      sudo systemctl stop influxdb
                                      

                                      und dann nochmal

                                      systemctl status influxdb
                                      
                                      sudo systemctl stop influxdb
                                       systemctl status influxdb
                                      ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                                           Active: inactive (dead) since Thu 2023-04-20 02:36:24 CEST; 3s ago
                                             Docs: https://docs.influxdata.com/influxdb/
                                          Process: 563 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                                         Main PID: 572 (code=killed, signal=TERM)
                                              CPU: 29.183s
                                      

                                      Bei aktiv muss dead stehen und dann Maschine neu starten - dann sollte mit dem disable nichts mehr stehen.

                                      Damrak2022 1 Reply Last reply Reply Quote 0
                                      • Damrak2022
                                        Damrak2022 @mickym last edited by

                                        @mickym sagte in Influxdb2 Backitup:

                                        systemctl status influxdb

                                        Andy@homebridge:~ $ sudo systemctl stop influxdb
                                        Andy@homebridge:~ $ systemctl status influxdb
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series datab>
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor pre>
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:5>
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, dist>
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, dis>
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, dist>
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU ti>
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor prese>
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.>
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distri>
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distr>
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distri>
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ0>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=>
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distributed, time series database...
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 ma>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distributed, time series database...
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024 initi>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 max_sele>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distributed, time series database...
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024 initial_me>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 max_select_po>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distributed, time series database...
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; disabled; vendor preset: enabled)
                                             Active: inactive (dead) since Thu 2023-04-20 02:43:04 CEST; 15s ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 718 (code=killed, signal=TERM)
                                                CPU: 2.842s
                                        
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.640169Z lvl=info msg="Starting query controller" log_id=0hJ07gPl000 service=storage-reads concurrency_quota=1024 initial_mem>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.667478Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0hJ07gPl000 max_select_poi>
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697134Z lvl=info msg=Starting log_id=0hJ07gPl000 service=telemetry interval=8h
                                        Apr 20 02:15:55 homebridge influxd-systemd-start.sh[718]: ts=2023-04-20T00:15:55.697799Z lvl=info msg=Listening log_id=0hJ07gPl000 service=tcp-listener transport=http addr=:8086 port=8086
                                        Apr 20 02:15:56 homebridge influxd-systemd-start.sh[715]: InfluxDB started
                                        Apr 20 02:15:56 homebridge systemd[1]: Started InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopping InfluxDB is an open-source, distributed, time series database...
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Succeeded.
                                        Apr 20 02:43:04 homebridge systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                                        Apr 20 02:43:04 homebridge systemd[1]: influxdb.service: Consumed 2.842s CPU time.
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        ~
                                        lines 1-17/17 (END)
                                        
                                        mickym 1 Reply Last reply Reply Quote 0
                                        • mickym
                                          mickym Most Active @Damrak2022 last edited by

                                          @damrak2022 Ok - dann ist das Teil nun inaktiv.

                                          Jetzt die beiden Verzeichnisse weg machen:

                                          Andy@homebridge:~ $ sudo rm -R /var/lib/influxdb
                                          Andy@homebridge:~ $ sudo rm -R /etc/influxdb
                                          
                                          

                                          Nochmal

                                          sudo apt purge influxdb
                                          

                                          und Ausgabe zeigen:

                                          Damrak2022 1 Reply Last reply Reply Quote 0
                                          • Damrak2022
                                            Damrak2022 @mickym last edited by

                                            @mickym sagte in Influxdb2 Backitup:

                                            sudo rm -R /etc/influxdb

                                            Die sind garnicht da:

                                            Andy@homebridge:~ $ sudo rm -R /var/lib/influxdb
                                            rm: das Entfernen von '/var/lib/influxdb' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                            Andy@homebridge:~ $ sudo rm -R /etc/influxdb
                                            rm: das Entfernen von '/etc/influxdb' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                            Andy@homebridge:~ $
                                            
                                            mickym 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

                                            835
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

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