Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter ioBroker.backitup v3.1.x

NEWS

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

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

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

Test Adapter ioBroker.backitup v3.1.x

Scheduled Pinned Locked Moved Tester
backitupbackitup backupccuhistorymysqlredisrestorerestore backup
2.8k Posts 170 Posters 2.4m Views 113 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Josh

    @simatec Habe die influx-cli nach Anleitung installiert und die cli in folgenden Pfad kopiert:

    /usr/local/bin/
    

    Diesen habe ich in Backitup eingetragen. Trotzdem noch "permission denied".

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by Thomas Braun
    #1700

    @josh

    Pakete wenn möglich IMMER über deinen Paketmanager installieren.

    apt policy influxdb2-cli
    

    sollte da was zurückgeben.
    Ist der iobroker auch in der influxdb-Gruppe drin?

    sudo -u iobroker groups
    

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

    simatecS 1 Reply Last reply
    0
    • J Josh

      @simatec Habe die influx-cli nach Anleitung installiert und die cli in folgenden Pfad kopiert:

      /usr/local/bin/
      

      Diesen habe ich in Backitup eingetragen. Trotzdem noch "permission denied".

      simatecS Offline
      simatecS Offline
      simatec
      Developer Most Active
      wrote on last edited by
      #1701

      @josh Normal musst du den Pfad nicht angeben.
      Wenn du den Pfad angibst, dann so

      /usr/local/bin/influx
      
      • Besuche meine Github Seite
      • Beitrag hat geholfen oder willst du mich unterstützen
      • HowTo Restore ioBroker
      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @josh

        Pakete wenn möglich IMMER über deinen Paketmanager installieren.

        apt policy influxdb2-cli
        

        sollte da was zurückgeben.
        Ist der iobroker auch in der influxdb-Gruppe drin?

        sudo -u iobroker groups
        
        simatecS Offline
        simatecS Offline
        simatec
        Developer Most Active
        wrote on last edited by
        #1702

        @thomas-braun sagte in Test Adapter Backitup v2.3.x:

        Pakete wenn möglich IMMER über deinen Paketmanager installieren.

        Geht für die aktuelle cli nicht
        https://docs.influxdata.com/influxdb/v2.1/tools/influx-cli/?t=Linux

        • Besuche meine Github Seite
        • Beitrag hat geholfen oder willst du mich unterstützen
        • HowTo Restore ioBroker
        Thomas BraunT 1 Reply Last reply
        0
        • simatecS simatec

          @thomas-braun sagte in Test Adapter Backitup v2.3.x:

          Pakete wenn möglich IMMER über deinen Paketmanager installieren.

          Geht für die aktuelle cli nicht
          https://docs.influxdata.com/influxdb/v2.1/tools/influx-cli/?t=Linux

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #1703

          @simatec
          Warum nicht? Gibt doch ein Paket dafür:

          echad@chet:/opt/iobroker $ apt policy influxdb2-cli
          influxdb2-cli:
            Installed: (none)
            Candidate: 2.2.1
            Version table:
               2.2.1 500
                  500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
          

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

          simatecS 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @simatec
            Warum nicht? Gibt doch ein Paket dafür:

            echad@chet:/opt/iobroker $ apt policy influxdb2-cli
            influxdb2-cli:
              Installed: (none)
              Candidate: 2.2.1
              Version table:
                 2.2.1 500
                    500 https://repos.influxdata.com/debian bullseye/stable arm64 Packages
            
            simatecS Offline
            simatecS Offline
            simatec
            Developer Most Active
            wrote on last edited by
            #1704

            @thomas-braun OK gut zu wissen für meine Doku
            Dann scheint die Doku von Influx nicht up2date.

            Die geben noch immer den Weg zu Fuß an

            • Besuche meine Github Seite
            • Beitrag hat geholfen oder willst du mich unterstützen
            • HowTo Restore ioBroker
            Thomas BraunT 1 Reply Last reply
            0
            • simatecS simatec

              @thomas-braun OK gut zu wissen für meine Doku
              Dann scheint die Doku von Influx nicht up2date.

              Die geben noch immer den Weg zu Fuß an

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #1705

              @simatec
              Ja, warum auch immer. Mir scheint, die mögen ihr eigenes Repo nicht.

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

              simatecS 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @simatec
                Ja, warum auch immer. Mir scheint, die mögen ihr eigenes Repo nicht.

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #1706

                @thomas-braun 😊

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                1 Reply Last reply
                0
                • simatecS Offline
                  simatecS Offline
                  simatec
                  Developer Most Active
                  wrote on last edited by
                  #1707

                  Ab sofort steht die Version 2.3.2 auf Github und in Kürze auch im latest zur Verfügung.

                  Changelog

                  2.3.2 (2022-02-13)

                  • (simatec) Bugfix Restore Interface for http
                  • (simatec) Fix json history
                  • Besuche meine Github Seite
                  • Beitrag hat geholfen oder willst du mich unterstützen
                  • HowTo Restore ioBroker
                  crunchipC 1 Reply Last reply
                  2
                  • E Einstein67

                    @simatec Danke für das Update!

                    Grafana funktioniert perfekt!

                    Leider funktioniert bei mir das ioBroker-Restore (über http) nicht mehr. Das neue Restore Interface erscheint auch nicht mehr. Nur dieses Bild:

                    Screenshot 2022-02-13 064131.png

                    Im Log steht auch nicht viel drinnen. Iobroker ist nach dem Restore-Versuch gestoppt, kann wieder gestartet werden. Aber es läuft kein Restore.

                    2022-02-13 06:34:00.249  - info: host.iob14ig received SIGTERM
                    2022-02-13 06:34:00.251  - info: backitup.0 (11496) cleaned everything up...
                    2022-02-13 06:34:00.255  - info: admin.0 (11481) terminating http server on port 8081
                    2022-02-13 06:34:00.256  - info: host.iob14ig stopInstance system.adapter.admin.0 (force=false, process=true)
                    2022-02-13 06:34:00.257  - info: host.iob14ig stopInstance system.adapter.backitup.0 (force=false, process=true)
                    2022-02-13 06:34:00.271  - info: admin.0 (11481) Got terminate signal TERMINATE_YOURSELF
                    2022-02-13 06:34:00.272  - info: backitup.0 (11496) Got terminate signal TERMINATE_YOURSELF
                    2022-02-13 06:34:00.284  - info: host.iob14ig stopInstance system.adapter.admin.0 send kill signal
                    2022-02-13 06:34:00.287  - info: admin.0 (11481) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2022-02-13 06:34:00.287  - info: host.iob14ig stopInstance system.adapter.backitup.0 send kill signal
                    2022-02-13 06:34:00.322  - info: backitup.0 (11496) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2022-02-13 06:34:00.856  - info: host.iob14ig instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-02-13 06:34:00.889  - info: host.iob14ig instance system.adapter.backitup.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                    2022-02-13 06:34:00.890  - info: host.iob14ig All instances are stopped.
                    2022-02-13 06:34:01.094  - info: host.iob14ig terminated
                    ernst@iob14ig:~$ iob start
                    

                    Hat das möglicherweise mit: "(simatec) Restore Interface with https Support" zu tun? Über "https" hab ich noch nicht getestet.

                    EDIT: Über "https" funktioniert das Restore wie früher 😉

                    simatecS Offline
                    simatecS Offline
                    simatec
                    Developer Most Active
                    wrote on last edited by
                    #1708

                    @einstein67 Restore sollte via http und https in 2.3.2 wieder tun

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    E 1 Reply Last reply
                    1
                    • simatecS simatec

                      @einstein67 Restore sollte via http und https in 2.3.2 wieder tun

                      E Offline
                      E Offline
                      Einstein67
                      wrote on last edited by Einstein67
                      #1709

                      @simatec said in Test Adapter Backitup v2.3.x:

                      Restore sollte via http und https in 2.3.2 wieder tun

                      Danke! Das werde ich testen 😉

                      EDIT: Test war zu 100% erfolgreich!

                      Gesichtert habe ich: Iobroker, Influx, Grafana, Scripte und Zigbee

                      Wiederhergestellt: Grafana, Influx und Iobroker (mehr brauchst ja nicht)

                      ... und hat alles perfekt funktioniert.

                      1 Reply Last reply
                      0
                      • simatecS simatec

                        Ab sofort steht die Version 2.3.2 auf Github und in Kürze auch im latest zur Verfügung.

                        Changelog

                        2.3.2 (2022-02-13)

                        • (simatec) Bugfix Restore Interface for http
                        • (simatec) Fix json history
                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by crunchip
                        #1710

                        @simatec bin gerade zwar erst von 2.3.0 auf 2.3.1, hatte jedoch diese Meldungen beim update
                        ich habe Hosttyp: single
                        Objects type: jsonl
                        States type: jsonl

                        2022-02-13 17:06:27.572 - info: backitup.0 (15941) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2022-02-13 17:06:28.086 - error: backitup.0 (15941) Connection is closed.
                        2022-02-13 17:06:28.089 - error: backitup.0 (15941) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        2022-02-13 17:06:28.090 - error: backitup.0 (15941) unhandled promise rejection: States DB is not allowed to start in the current Multihost environment
                        2022-02-13 17:06:28.092 - error: backitup.0 (15941) Error: States DB is not allowed to start in the current Multihost environment
                        at Redis. (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                        at processTicksAndRejections (internal/process/task_queues.js:95:5)
                        2022-02-13 17:06:28.093 - error: backitup.0 (15941) States DB is not allowed to start in the current Multihost environment
                        2022-02-13 17:06:33.341 - info: backitup.0 (16133) starting. Version 2.3.1 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.8
                        2022-02-13 17:06:33.540 - info: backitup.0 (16133) [iobroker] backup was activated at 05:30 every 1 day(s)
                        

                        umgestiegen von Proxmox auf Unraid

                        simatecS 1 Reply Last reply
                        0
                        • crunchipC crunchip

                          @simatec bin gerade zwar erst von 2.3.0 auf 2.3.1, hatte jedoch diese Meldungen beim update
                          ich habe Hosttyp: single
                          Objects type: jsonl
                          States type: jsonl

                          2022-02-13 17:06:27.572 - info: backitup.0 (15941) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2022-02-13 17:06:28.086 - error: backitup.0 (15941) Connection is closed.
                          2022-02-13 17:06:28.089 - error: backitup.0 (15941) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          2022-02-13 17:06:28.090 - error: backitup.0 (15941) unhandled promise rejection: States DB is not allowed to start in the current Multihost environment
                          2022-02-13 17:06:28.092 - error: backitup.0 (15941) Error: States DB is not allowed to start in the current Multihost environment
                          at Redis. (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:579:23)
                          at processTicksAndRejections (internal/process/task_queues.js:95:5)
                          2022-02-13 17:06:28.093 - error: backitup.0 (15941) States DB is not allowed to start in the current Multihost environment
                          2022-02-13 17:06:33.341 - info: backitup.0 (16133) starting. Version 2.3.1 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.0, js-controller: 4.0.8
                          2022-02-13 17:06:33.540 - info: backitup.0 (16133) [iobroker] backup was activated at 05:30 every 1 day(s)
                          
                          simatecS Offline
                          simatecS Offline
                          simatec
                          Developer Most Active
                          wrote on last edited by
                          #1711

                          @crunchip Welche js-controller Version läuft?

                          • Besuche meine Github Seite
                          • Beitrag hat geholfen oder willst du mich unterstützen
                          • HowTo Restore ioBroker
                          crunchipC 1 Reply Last reply
                          0
                          • simatecS simatec

                            @crunchip Welche js-controller Version läuft?

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #1712

                            @simatec 4.0.8

                            umgestiegen von Proxmox auf Unraid

                            simatecS 1 Reply Last reply
                            0
                            • crunchipC crunchip

                              @simatec 4.0.8

                              simatecS Offline
                              simatecS Offline
                              simatec
                              Developer Most Active
                              wrote on last edited by
                              #1713

                              @crunchip sagte in Test Adapter Backitup v2.3.x:

                              @simatec 4.0.8

                              Dann melde den Fehler mal bitte dort im Thread

                              • Besuche meine Github Seite
                              • Beitrag hat geholfen oder willst du mich unterstützen
                              • HowTo Restore ioBroker
                              J 1 Reply Last reply
                              1
                              • simatecS simatec

                                @crunchip sagte in Test Adapter Backitup v2.3.x:

                                @simatec 4.0.8

                                Dann melde den Fehler mal bitte dort im Thread

                                J Offline
                                J Offline
                                Josh
                                wrote on last edited by Josh
                                #1714

                                @simatec Also jetzt ist bei mir die Verwirrung komplett.

                                Was muss wo installiert oder eingetragen sein? Nochmal zur Erinnerung: Die InfluxDB2 läuft bei mir nicht in ioBroker, sondern in einem separaten Container.

                                Welcher Pfad wäre der richtige? Hier das Ergebnis meiner Versuche:
                                Pfad leer lassen = not found
                                Pfad "/usr/local/bin/influx" eintragen = not found
                                Pfad "/var/lib/influxdb" = permission denied

                                Auf welchem System muss die Influx-cli installiert sein? ioBroker-Installation oder Influx-Installation?

                                Auf welchem System muss der User iobroker der Gruppe influxdb zugeordnet werden?

                                In der Anleitung finde ich folgende Infos:

                                Um ein InfluxDB Backup ausführen zu können, muss Influxd auf dem iobroker-System installiert sein.
                                Hierbei ist es egal, ob die Datenbank lokal verwaltet wird oder auf einen anderen Server läuft.
                                

                                Auf meinem ioBroker-System finde ich keine Influxd-Datei. Wo soll die denn sein?

                                Master: Intel NUC10i5-32GB-1TB_SSD - Proxmox 8.3 - LXC Debian 11
                                Slave1: RPi3B - ZigBee CC2652P - 10x DS18B20
                                Slave2: RPi3B - ZigBee CC2538+CC2592
                                node.js 20.18.1 / NPM 10.8.2 / js-controller 7.0.3

                                simatecS 2 Replies Last reply
                                0
                                • J Josh

                                  @simatec Also jetzt ist bei mir die Verwirrung komplett.

                                  Was muss wo installiert oder eingetragen sein? Nochmal zur Erinnerung: Die InfluxDB2 läuft bei mir nicht in ioBroker, sondern in einem separaten Container.

                                  Welcher Pfad wäre der richtige? Hier das Ergebnis meiner Versuche:
                                  Pfad leer lassen = not found
                                  Pfad "/usr/local/bin/influx" eintragen = not found
                                  Pfad "/var/lib/influxdb" = permission denied

                                  Auf welchem System muss die Influx-cli installiert sein? ioBroker-Installation oder Influx-Installation?

                                  Auf welchem System muss der User iobroker der Gruppe influxdb zugeordnet werden?

                                  In der Anleitung finde ich folgende Infos:

                                  Um ein InfluxDB Backup ausführen zu können, muss Influxd auf dem iobroker-System installiert sein.
                                  Hierbei ist es egal, ob die Datenbank lokal verwaltet wird oder auf einen anderen Server läuft.
                                  

                                  Auf meinem ioBroker-System finde ich keine Influxd-Datei. Wo soll die denn sein?

                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  wrote on last edited by
                                  #1715

                                  @josh wenn bei /usr/local/bin/influx not found kommt, dann hast du bei der Installation etwas falsch gemacht. Prüfe mal ob dort im Pfad was liegt

                                  • Besuche meine Github Seite
                                  • Beitrag hat geholfen oder willst du mich unterstützen
                                  • HowTo Restore ioBroker
                                  J 1 Reply Last reply
                                  0
                                  • J Josh

                                    @simatec Also jetzt ist bei mir die Verwirrung komplett.

                                    Was muss wo installiert oder eingetragen sein? Nochmal zur Erinnerung: Die InfluxDB2 läuft bei mir nicht in ioBroker, sondern in einem separaten Container.

                                    Welcher Pfad wäre der richtige? Hier das Ergebnis meiner Versuche:
                                    Pfad leer lassen = not found
                                    Pfad "/usr/local/bin/influx" eintragen = not found
                                    Pfad "/var/lib/influxdb" = permission denied

                                    Auf welchem System muss die Influx-cli installiert sein? ioBroker-Installation oder Influx-Installation?

                                    Auf welchem System muss der User iobroker der Gruppe influxdb zugeordnet werden?

                                    In der Anleitung finde ich folgende Infos:

                                    Um ein InfluxDB Backup ausführen zu können, muss Influxd auf dem iobroker-System installiert sein.
                                    Hierbei ist es egal, ob die Datenbank lokal verwaltet wird oder auf einen anderen Server läuft.
                                    

                                    Auf meinem ioBroker-System finde ich keine Influxd-Datei. Wo soll die denn sein?

                                    simatecS Offline
                                    simatecS Offline
                                    simatec
                                    Developer Most Active
                                    wrote on last edited by
                                    #1716

                                    @josh Die nächsten Tage kommt dazu ne Doku.
                                    Im Moment ist 2.3.x noch Beta

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    1 Reply Last reply
                                    0
                                    • simatecS simatec

                                      @josh wenn bei /usr/local/bin/influx not found kommt, dann hast du bei der Installation etwas falsch gemacht. Prüfe mal ob dort im Pfad was liegt

                                      J Offline
                                      J Offline
                                      Josh
                                      wrote on last edited by Josh
                                      #1717

                                      @simatec sagte in Test Adapter Backitup v2.3.x:

                                      @josh wenn bei /usr/local/bin/influx not found kommt, dann hast du bei der Installation etwas falsch gemacht. Prüfe mal ob dort im Pfad was liegt

                                      Auf welchem System muss da was im Pfad liegen? ioBroker oder Influx-LXC?

                                      EDIT:
                                      Ich habe die influx-cli im Influx-LXC installiert. Da ist in dem Pfad auch was drin. Aber in der ioBroker-Installation nicht.

                                      Ggf. warte ich auch noch bis zum Release bzw. bis die Doku fertig ist.

                                      Master: Intel NUC10i5-32GB-1TB_SSD - Proxmox 8.3 - LXC Debian 11
                                      Slave1: RPi3B - ZigBee CC2652P - 10x DS18B20
                                      Slave2: RPi3B - ZigBee CC2538+CC2592
                                      node.js 20.18.1 / NPM 10.8.2 / js-controller 7.0.3

                                      simatecS Thomas BraunT 2 Replies Last reply
                                      0
                                      • J Josh

                                        @simatec sagte in Test Adapter Backitup v2.3.x:

                                        @josh wenn bei /usr/local/bin/influx not found kommt, dann hast du bei der Installation etwas falsch gemacht. Prüfe mal ob dort im Pfad was liegt

                                        Auf welchem System muss da was im Pfad liegen? ioBroker oder Influx-LXC?

                                        EDIT:
                                        Ich habe die influx-cli im Influx-LXC installiert. Da ist in dem Pfad auch was drin. Aber in der ioBroker-Installation nicht.

                                        Ggf. warte ich auch noch bis zum Release bzw. bis die Doku fertig ist.

                                        simatecS Offline
                                        simatecS Offline
                                        simatec
                                        Developer Most Active
                                        wrote on last edited by
                                        #1718

                                        @josh influx-cli muss in den iobroker
                                        Im influx lxc stört sie aber auch nicht. Damit kannst du über cli Administrationen durchführen

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        1 Reply Last reply
                                        0
                                        • J Josh

                                          @simatec sagte in Test Adapter Backitup v2.3.x:

                                          @josh wenn bei /usr/local/bin/influx not found kommt, dann hast du bei der Installation etwas falsch gemacht. Prüfe mal ob dort im Pfad was liegt

                                          Auf welchem System muss da was im Pfad liegen? ioBroker oder Influx-LXC?

                                          EDIT:
                                          Ich habe die influx-cli im Influx-LXC installiert. Da ist in dem Pfad auch was drin. Aber in der ioBroker-Installation nicht.

                                          Ggf. warte ich auch noch bis zum Release bzw. bis die Doku fertig ist.

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by Thomas Braun
                                          #1719

                                          @josh

                                          Sauber installiert würden die hier liegen:

                                          echad@chet:/opt/iobroker $ which influx influxd
                                          /usr/bin/influx
                                          /usr/bin/influxd
                                          

                                          Paketnamen wären:

                                          apt policy influxdb
                                          influxdb         influxdb2        influxdb2-cli    influxdb-client  influxdb-python
                                          

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

                                          simatecS 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          385

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe