Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. jutr

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 1

    jutr

    @jutr

    Starter

    0
    Reputation
    5
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jutr Follow
    Starter

    Latest posts made by jutr

    • RE: Kein Backup mit Iobroker Backitup von Influxdb2 im Docker

      @marc-berg
      Hat geklappt mit Kopie von influxd.bolt! Super Danke 🙂

      posted in InfluxDB
      J
      jutr
    • Kein Backup mit Iobroker Backitup von Influxdb2 im Docker

      Hallo,

      habe iobroker im Docker Container installiert und auch als package influxdb-cli mit installiert. Influxdb läuft schon länger im Docker Container. beides auf einer Synology DS220+. Alles was ich hier beschreibe, habe ich auch bereits von einer Iobroker Instanz, die auf einem Raspi 4 läuft, probiert.
      Wie viele andere hier scheitert es auch bei mir vermutlich an den Operator Token. Ich kenne auch die Anleitungen, wie man an dieses Token kommen kann und genau da liegt vermutlich mein Problem. Laut dieser Anleitung soll man ja die Influxdb stoppen mit "sudo service influxdb stop". Bereits da kommt auf der Kommandzeile der Hinweis, dass sudo unbekannt ist. Da ich eh als root angemeldet bin, dachte ich, dann lass ich sudo weg. dann kommt der Hinweis, dass der service influxdb nicht bekannt ist.
      Hat jemand von euch einen rat, wie ich an diesen blöden "Ersteinrichtungstoken", den ich mir natürlich nicht aufgeschrieben habe, komme?

      Ich hab schon probiert:
      influxd recovery auth create-operator --org <org> --username <user> --bolt-path "/var/lib/influxdb2/influxd.bolt" ->Da bekomme ich einen Timeout beim öffnen der Boltdb.

      influx auth list -t DPEvh6DfNekku8-GB6M61vNyy7hdfwh69e_r1bAmpK0Eyctz78bkzVeSJzw9at5D0CJLEhRsfd0egdN3E76Xog== --json zeigt mir zwar 2 Tokens an, aber wohl nicht die richtigen:
      [
      {
      "id": "0c2664912149c000",
      "description": "",
      "token": "50wiRaQMGNmHrOzTrOuMWvJ8wrz48EQ3WEVGgjuNAuG_5qzsqacc4m20ltuPOqrcHUVUo_l72v4w2fB3FOW_sQ==",
      "status": "active",
      "userName": "juergen",
      "userID": "0c26632c17c9c000",
      "permissions": [
      "read:orgs/9711a239af255273/annotations",
      "write:orgs/9711a239af255273/annotations",
      "read:orgs/9711a239af255273/authorizations",
      "write:orgs/9711a239af255273/authorizations",
      "read:orgs/9711a239af255273/buckets",
      "write:orgs/9711a239af255273/buckets",
      "read:orgs/9711a239af255273/checks",
      "write:orgs/9711a239af255273/checks",
      "read:orgs/9711a239af255273/dashboards",
      "write:orgs/9711a239af255273/dashboards",
      "read:orgs/9711a239af255273/dbrp",
      "write:orgs/9711a239af255273/dbrp",
      "read:orgs/9711a239af255273/documents",
      "write:orgs/9711a239af255273/documents",
      "read:orgs/9711a239af255273/labels",
      "write:orgs/9711a239af255273/labels",
      "read:orgs/9711a239af255273/notebooks",
      "write:orgs/9711a239af255273/notebooks",
      "read:orgs/9711a239af255273/notificationEndpoints",
      "write:orgs/9711a239af255273/notificationEndpoints",
      "read:orgs/9711a239af255273/notificationRules",
      "write:orgs/9711a239af255273/notificationRules",
      "read:/orgs/9711a239af255273",
      "read:orgs/9711a239af255273/remotes",
      "write:orgs/9711a239af255273/remotes",
      "read:orgs/9711a239af255273/replications",
      "write:orgs/9711a239af255273/replications",
      "read:orgs/9711a239af255273/scrapers",
      "write:orgs/9711a239af255273/scrapers",
      "read:orgs/9711a239af255273/secrets",
      "write:orgs/9711a239af255273/secrets",
      "read:orgs/9711a239af255273/sources",
      "write:orgs/9711a239af255273/sources",
      "read:orgs/9711a239af255273/tasks",
      "write:orgs/9711a239af255273/tasks",
      "read:orgs/9711a239af255273/telegrafs",
      "write:orgs/9711a239af255273/telegrafs",
      "read:/users/0c26632c17c9c000",
      "write:/users/0c26632c17c9c000",
      "read:orgs/9711a239af255273/variables",
      "write:orgs/9711a239af255273/variables",
      "read:orgs/9711a239af255273/views",
      "write:orgs/9711a239af255273/views"
      ]
      },
      {
      "id": "0cafceb57573a000",
      "description": "New after changing Org",
      "token": "DPEvh6DfNekku8-GB6M61vNyy7hdfwh69e_r1bAmpK0Eyctz78bkzVeSJzw9at5D0CJLEhRsfd0egdN3E76Xog==",
      "status": "active",
      "userName": "juergen",
      "userID": "0c26632c17c9c000",
      "permissions": [
      "read:orgs/9711a239af255273/annotations",
      "write:orgs/9711a239af255273/annotations",
      "read:orgs/9711a239af255273/authorizations",
      "write:orgs/9711a239af255273/authorizations",
      "read:orgs/9711a239af255273/buckets",
      "write:orgs/9711a239af255273/buckets",
      "read:orgs/9711a239af255273/checks",
      "write:orgs/9711a239af255273/checks",
      "read:orgs/9711a239af255273/dashboards",
      "write:orgs/9711a239af255273/dashboards",
      "read:orgs/9711a239af255273/dbrp",
      "write:orgs/9711a239af255273/dbrp",
      "read:orgs/9711a239af255273/documents",
      "write:orgs/9711a239af255273/documents",
      "read:orgs/9711a239af255273/labels",
      "write:orgs/9711a239af255273/labels",
      "read:orgs/9711a239af255273/notebooks",
      "write:orgs/9711a239af255273/notebooks",
      "read:orgs/9711a239af255273/notificationEndpoints",
      "write:orgs/9711a239af255273/notificationEndpoints",
      "read:orgs/9711a239af255273/notificationRules",
      "write:orgs/9711a239af255273/notificationRules",
      "read:/orgs/9711a239af255273",
      "read:orgs/9711a239af255273/remotes",
      "write:orgs/9711a239af255273/remotes",
      "read:orgs/9711a239af255273/replications",
      "write:orgs/9711a239af255273/replications",
      "read:orgs/9711a239af255273/scrapers",
      "write:orgs/9711a239af255273/scrapers",
      "read:orgs/9711a239af255273/secrets",
      "write:orgs/9711a239af255273/secrets",
      "read:orgs/9711a239af255273/sources",
      "write:orgs/9711a239af255273/sources",
      "read:orgs/9711a239af255273/tasks",
      "write:orgs/9711a239af255273/tasks",
      "read:orgs/9711a239af255273/telegrafs",
      "write:orgs/9711a239af255273/telegrafs",
      "read:/users/0c26632c17c9c000",
      "write:/users/0c26632c17c9c000",
      "read:orgs/9711a239af255273/variables",
      "write:orgs/9711a239af255273/variables",
      "read:orgs/9711a239af255273/views",
      "write:orgs/9711a239af255273/views"
      ]
      }
      ]

      Bin für jeden Tipp dankbar. Ich hoffe ich habe erstmal alle notwendigen Informationen geliefert.

      posted in InfluxDB
      J
      jutr
    • RE: Schreibzugriffe SD Karte minimieren, Auslagerung Log

      @UncleSam , @Blechsoldat
      Danke für das Feedback. Dann werde ich mir als nächstes ein neues System mit Raspi 4 und SSD aufsetzen.

      posted in ioBroker Allgemein
      J
      jutr
    • Schreibzugriffe SD Karte minimieren, Auslagerung Log

      Hallo zusammen,

      Ich habe auf meinem Raspberry 3 Iobroker unter Raspbian installiert.
      Nachdem ich zahlreiche Beiträge zum Thema „Schreibzugriffe
      auf SD Karte/Auslagerung auf USB Stick“ gelesen habe, habe ich es endlich geschafft, dass das Log auf den USB Stick geschrieben wird. Der Iobroker selbst läuft weiterhin auf der SD Karte. Noch habe ich auch nicht viele Adapter installiert.
      Die wichtigsten sind Homematic, Hue und Sonoff.

      Nun zu meiner Frage. Reicht das schreiben des Logs auf ein ext. Medium aus, um die SD Karte zu schonen oder installiere ich besser den kompletten Iobroker auf den Stick?

      Danke für ein Feedback

      Jürgen

      posted in ioBroker Allgemein
      J
      jutr
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo