Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Kein iobroker Backup mehr über BackitUp Adapter

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    572

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Kein iobroker Backup mehr über BackitUp Adapter

Scheduled Pinned Locked Moved ioBroker Allgemein
112 Posts 6 Posters 9.8k Views 4 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.
  • L Laser

    @marc-berg

    
    otto@raspberrypi:~ $ sudo ls -lah /etc/influxdb2
    ls: cannot access '/etc/influxdb2': No such file or directory
    
    
    Marc BergM Offline
    Marc BergM Offline
    Marc Berg
    Most Active
    wrote on last edited by
    #89

    @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

    Dein Datenverzeichnis für die InfluxDB liegt irgendwo anders, als normal. Versuch mal noch

    ls -lah /var/lib/influxdb
    

    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

    L 1 Reply Last reply
    0
    • Marc BergM Marc Berg

      @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

      Dein Datenverzeichnis für die InfluxDB liegt irgendwo anders, als normal. Versuch mal noch

      ls -lah /var/lib/influxdb
      
      L Offline
      L Offline
      Laser
      wrote on last edited by
      #90

      @marc-berg

      
      otto@raspberrypi:/etc $ ls -lah /var/lib/influxdb
      ls: cannot open directory '/var/lib/influxdb': Permission denied
      otto@raspberrypi:/etc $ sudo ls -lah /var/lib/influxdb
      total 296K
      drwxr-x---  4 influxdb influxdb 4.0K Nov 20 16:18 .
      drwxr-xr-x 30 root     root     4.0K Nov 20 16:16 ..
      drwxr-x---  3 influxdb influxdb 4.0K May 30 13:44 .cache
      drwxr-x---  5 influxdb influxdb 4.0K May 30 14:02 engine
      -rw-------  1 influxdb influxdb 256K Nov 20 16:18 influxd.bolt
      -rw-r-----  1 influxdb influxdb    7 Nov 20 16:18 influxd.pid
      -rw-r-----  1 influxdb influxdb 120K May 30 13:44 influxd.sqlite
      
      
      
      otto@raspberrypi:/etc $ sudo ls -lah /etc/influxdb
      total 16K
      drwxr-xr-x  2 root root 4.0K Nov 18 18:07 .
      drwxr-xr-x 89 root root 4.0K Nov 18 18:07 ..
      -rw-r--r--  1 root root   86 May 30 13:44 config.toml
      -rw-r--r--  1 root root   86 Nov 18 18:07 config.toml.defaults
      
      
      Marc BergM 1 Reply Last reply
      0
      • L Laser

        @marc-berg

        
        otto@raspberrypi:/etc $ ls -lah /var/lib/influxdb
        ls: cannot open directory '/var/lib/influxdb': Permission denied
        otto@raspberrypi:/etc $ sudo ls -lah /var/lib/influxdb
        total 296K
        drwxr-x---  4 influxdb influxdb 4.0K Nov 20 16:18 .
        drwxr-xr-x 30 root     root     4.0K Nov 20 16:16 ..
        drwxr-x---  3 influxdb influxdb 4.0K May 30 13:44 .cache
        drwxr-x---  5 influxdb influxdb 4.0K May 30 14:02 engine
        -rw-------  1 influxdb influxdb 256K Nov 20 16:18 influxd.bolt
        -rw-r-----  1 influxdb influxdb    7 Nov 20 16:18 influxd.pid
        -rw-r-----  1 influxdb influxdb 120K May 30 13:44 influxd.sqlite
        
        
        
        otto@raspberrypi:/etc $ sudo ls -lah /etc/influxdb
        total 16K
        drwxr-xr-x  2 root root 4.0K Nov 18 18:07 .
        drwxr-xr-x 89 root root 4.0K Nov 18 18:07 ..
        -rw-r--r--  1 root root   86 May 30 13:44 config.toml
        -rw-r--r--  1 root root   86 Nov 18 18:07 config.toml.defaults
        
        
        Marc BergM Offline
        Marc BergM Offline
        Marc Berg
        Most Active
        wrote on last edited by
        #91

        @laser

        Okay, dann hast du wahrscheinlich mal ein Update von V1 gemacht. Also:

        influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
        

        NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

        Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

        Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

        L 1 Reply Last reply
        0
        • Marc BergM Marc Berg

          @laser

          Okay, dann hast du wahrscheinlich mal ein Update von V1 gemacht. Also:

          influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
          
          L Offline
          L Offline
          Laser
          wrote on last edited by Laser
          #92

          @marc-berg sagte in Kein iobroker Backup mehr über BackitUp Adapter:

          influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt

          Ja, habe mal upgedatet!
          DerBefehl auch als "sudo"?

          
          otto@raspberrypi:/etc $ influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
          Error: stat /var/lib/influxdb/influxd.bolt: permission denied
          See 'influxd -h' for help
          otto@raspberrypi:/etc $ sudo influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
          2023-11-20T15:32:46.060743Z     info    Resources opened        {"log_id": "0lcLduR0000", "system": "bolt-kvstore", "path": "/var/lib/influxdb/influxd.bolt"}
          ID                      User Name       User ID                 Description                                     Token                                                                                           Permissions
          0b485bd1c75e4000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1685530468858        zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
          0c26fdf572986000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1700471139713        oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
          0c2731d6a8bd8000        iobroker        0b4721cca3305000        iobroker                                        Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
          0c27485709bd8000        iobroker        0b4721cca3305000        neuer iobroker token                            Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
          0c27568e5bacd000        iobroker        0b4721cca3305000        iobroker's Recovery Token                       7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==        [read:authorizations write:authorizations read:buckets write:buckets read:dashboards write:dashboards read:orgs write:orgs read:sources write:sources read:tasks write:tasks read:telegrafs write:telegrafs read:users write:users read:variables write:variables read:scrapers write:scrapers read:secrets write:secrets read:labels write:labels read:views write:views read:documents write:documents read:notificationRules write:notificationRules read:notificationEndpoints write:notificationEndpoints read:checks write:checks read:dbrp write:dbrp read:notebooks write:notebooks read:annotations write:annotations read:remotes write:remotes read:replications write:replications]
          otto@r
          
          simatecS Marc BergM 2 Replies Last reply
          0
          • L Laser

            @marc-berg sagte in Kein iobroker Backup mehr über BackitUp Adapter:

            influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt

            Ja, habe mal upgedatet!
            DerBefehl auch als "sudo"?

            
            otto@raspberrypi:/etc $ influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
            Error: stat /var/lib/influxdb/influxd.bolt: permission denied
            See 'influxd -h' for help
            otto@raspberrypi:/etc $ sudo influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
            2023-11-20T15:32:46.060743Z     info    Resources opened        {"log_id": "0lcLduR0000", "system": "bolt-kvstore", "path": "/var/lib/influxdb/influxd.bolt"}
            ID                      User Name       User ID                 Description                                     Token                                                                                           Permissions
            0b485bd1c75e4000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1685530468858        zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
            0c26fdf572986000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1700471139713        oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
            0c2731d6a8bd8000        iobroker        0b4721cca3305000        iobroker                                        Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
            0c27485709bd8000        iobroker        0b4721cca3305000        neuer iobroker token                            Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
            0c27568e5bacd000        iobroker        0b4721cca3305000        iobroker's Recovery Token                       7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==        [read:authorizations write:authorizations read:buckets write:buckets read:dashboards write:dashboards read:orgs write:orgs read:sources write:sources read:tasks write:tasks read:telegrafs write:telegrafs read:users write:users read:variables write:variables read:scrapers write:scrapers read:secrets write:secrets read:labels write:labels read:views write:views read:documents write:documents read:notificationRules write:notificationRules read:notificationEndpoints write:notificationEndpoints read:checks write:checks read:dbrp write:dbrp read:notebooks write:notebooks read:annotations write:annotations read:remotes write:remotes read:replications write:replications]
            otto@r
            
            simatecS Offline
            simatecS Offline
            simatec
            Developer Most Active
            wrote on last edited by
            #93

            @laser

            influx auth list -t 7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g== --json
            
            • Besuche meine Github Seite
            • Beitrag hat geholfen oder willst du mich unterstützen
            • HowTo Restore ioBroker
            1 Reply Last reply
            0
            • L Laser

              @marc-berg sagte in Kein iobroker Backup mehr über BackitUp Adapter:

              influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt

              Ja, habe mal upgedatet!
              DerBefehl auch als "sudo"?

              
              otto@raspberrypi:/etc $ influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
              Error: stat /var/lib/influxdb/influxd.bolt: permission denied
              See 'influxd -h' for help
              otto@raspberrypi:/etc $ sudo influxd recovery auth create-operator --org privat --username iobroker --bolt-path /var/lib/influxdb/influxd.bolt
              2023-11-20T15:32:46.060743Z     info    Resources opened        {"log_id": "0lcLduR0000", "system": "bolt-kvstore", "path": "/var/lib/influxdb/influxd.bolt"}
              ID                      User Name       User ID                 Description                                     Token                                                                                           Permissions
              0b485bd1c75e4000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1685530468858        zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
              0c26fdf572986000        iobroker        0b4721cca3305000        onboarding-cliWizard-token-1700471139713        oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
              0c2731d6a8bd8000        iobroker        0b4721cca3305000        iobroker                                        Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
              0c27485709bd8000        iobroker        0b4721cca3305000        neuer iobroker token                            Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==        [read:orgs/56ed5fe7a100c804/annotations write:orgs/56ed5fe7a100c804/annotations read:orgs/56ed5fe7a100c804/authorizations write:orgs/56ed5fe7a100c804/authorizations read:orgs/56ed5fe7a100c804/buckets write:orgs/56ed5fe7a100c804/buckets read:orgs/56ed5fe7a100c804/checks write:orgs/56ed5fe7a100c804/checks read:orgs/56ed5fe7a100c804/dashboards write:orgs/56ed5fe7a100c804/dashboards read:orgs/56ed5fe7a100c804/dbrp write:orgs/56ed5fe7a100c804/dbrp read:orgs/56ed5fe7a100c804/documents write:orgs/56ed5fe7a100c804/documents read:orgs/56ed5fe7a100c804/labels write:orgs/56ed5fe7a100c804/labels read:orgs/56ed5fe7a100c804/notebooks write:orgs/56ed5fe7a100c804/notebooks read:orgs/56ed5fe7a100c804/notificationEndpoints write:orgs/56ed5fe7a100c804/notificationEndpoints read:orgs/56ed5fe7a100c804/notificationRules write:orgs/56ed5fe7a100c804/notificationRules read:orgs/56ed5fe7a100c804 read:orgs/56ed5fe7a100c804/remotes write:orgs/56ed5fe7a100c804/remotes read:orgs/56ed5fe7a100c804/replications write:orgs/56ed5fe7a100c804/replications read:orgs/56ed5fe7a100c804/scrapers write:orgs/56ed5fe7a100c804/scrapers read:orgs/56ed5fe7a100c804/secrets write:orgs/56ed5fe7a100c804/secrets read:orgs/56ed5fe7a100c804/sources write:orgs/56ed5fe7a100c804/sources read:orgs/56ed5fe7a100c804/tasks write:orgs/56ed5fe7a100c804/tasks read:orgs/56ed5fe7a100c804/telegrafs write:orgs/56ed5fe7a100c804/telegrafs read:users/0b4721cca3305000 write:users/0b4721cca3305000 read:orgs/56ed5fe7a100c804/variables write:orgs/56ed5fe7a100c804/variables read:orgs/56ed5fe7a100c804/views write:orgs/56ed5fe7a100c804/views]
              0c27568e5bacd000        iobroker        0b4721cca3305000        iobroker's Recovery Token                       7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==        [read:authorizations write:authorizations read:buckets write:buckets read:dashboards write:dashboards read:orgs write:orgs read:sources write:sources read:tasks write:tasks read:telegrafs write:telegrafs read:users write:users read:variables write:variables read:scrapers write:scrapers read:secrets write:secrets read:labels write:labels read:views write:views read:documents write:documents read:notificationRules write:notificationRules read:notificationEndpoints write:notificationEndpoints read:checks write:checks read:dbrp write:dbrp read:notebooks write:notebooks read:annotations write:annotations read:remotes write:remotes read:replications write:replications]
              otto@r
              
              Marc BergM Offline
              Marc BergM Offline
              Marc Berg
              Most Active
              wrote on last edited by Marc Berg
              #94

              @laser

              Heureka!

              Jetzt nochmal den

              influx auth list -t 12345 --json
              

              Befehl mit dem zuletzt noch vorhandenen Token.

              EDIT: vorher die DB wieder starten

              NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

              Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

              Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

              L 1 Reply Last reply
              0
              • Marc BergM Marc Berg

                @laser

                Heureka!

                Jetzt nochmal den

                influx auth list -t 12345 --json
                

                Befehl mit dem zuletzt noch vorhandenen Token.

                EDIT: vorher die DB wieder starten

                L Offline
                L Offline
                Laser
                wrote on last edited by
                #95

                @marc-berg soll ich den Token neu anlegen, oder den zuletzt notierten verwenden?
                influx auth list -t Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg== --json

                simatecS 1 Reply Last reply
                0
                • L Laser

                  @marc-berg soll ich den Token neu anlegen, oder den zuletzt notierten verwenden?
                  influx auth list -t Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg== --json

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

                  @laser Habe ich doch oben geschrieben
                  https://forum.iobroker.net/post/1083546

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

                    @laser Habe ich doch oben geschrieben
                    https://forum.iobroker.net/post/1083546

                    L Offline
                    L Offline
                    Laser
                    wrote on last edited by Laser
                    #97

                    @simatec
                    also:

                    otto@raspberrypi:/etc $ influx auth list -t 7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g== --json
                    [
                            {
                                    "id": "0b485bd1c75e4000",
                                    "description": "onboarding-cliWizard-token-1685530468858",
                                    "token": "zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==",
                                    "status": "active",
                                    "userName": "iobroker",
                                    "userID": "0b4721cca3305000",
                                    "permissions": [
                                            "read:orgs/56ed5fe7a100c804/annotations",
                                            "write:orgs/56ed5fe7a100c804/annotations",
                                            "read:orgs/56ed5fe7a100c804/authorizations",
                                            "write:orgs/56ed5fe7a100c804/authorizations",
                                            "read:orgs/56ed5fe7a100c804/buckets",
                                            "write:orgs/56ed5fe7a100c804/buckets",
                                            "read:orgs/56ed5fe7a100c804/checks",
                                            "write:orgs/56ed5fe7a100c804/checks",
                                            "read:orgs/56ed5fe7a100c804/dashboards",
                                            "write:orgs/56ed5fe7a100c804/dashboards",
                                            "read:orgs/56ed5fe7a100c804/dbrp",
                                            "write:orgs/56ed5fe7a100c804/dbrp",
                                            "read:orgs/56ed5fe7a100c804/documents",
                                            "write:orgs/56ed5fe7a100c804/documents",
                                            "read:orgs/56ed5fe7a100c804/labels",
                                            "write:orgs/56ed5fe7a100c804/labels",
                                            "read:orgs/56ed5fe7a100c804/notebooks",
                                            "write:orgs/56ed5fe7a100c804/notebooks",
                                            "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "read:orgs/56ed5fe7a100c804/notificationRules",
                                            "write:orgs/56ed5fe7a100c804/notificationRules",
                                            "read:/orgs/56ed5fe7a100c804",
                                            "read:orgs/56ed5fe7a100c804/remotes",
                                            "write:orgs/56ed5fe7a100c804/remotes",
                                            "read:orgs/56ed5fe7a100c804/replications",
                                            "write:orgs/56ed5fe7a100c804/replications",
                                            "read:orgs/56ed5fe7a100c804/scrapers",
                                            "write:orgs/56ed5fe7a100c804/scrapers",
                                            "read:orgs/56ed5fe7a100c804/secrets",
                                            "write:orgs/56ed5fe7a100c804/secrets",
                                            "read:orgs/56ed5fe7a100c804/sources",
                                            "write:orgs/56ed5fe7a100c804/sources",
                                            "read:orgs/56ed5fe7a100c804/tasks",
                                            "write:orgs/56ed5fe7a100c804/tasks",
                                            "read:orgs/56ed5fe7a100c804/telegrafs",
                                            "write:orgs/56ed5fe7a100c804/telegrafs",
                                            "read:/users/0b4721cca3305000",
                                            "write:/users/0b4721cca3305000",
                                            "read:orgs/56ed5fe7a100c804/variables",
                                            "write:orgs/56ed5fe7a100c804/variables",
                                            "read:orgs/56ed5fe7a100c804/views",
                                            "write:orgs/56ed5fe7a100c804/views"
                                    ]
                            },
                            {
                                    "id": "0c26fdf572986000",
                                    "description": "onboarding-cliWizard-token-1700471139713",
                                    "token": "oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==",
                                    "status": "active",
                                    "userName": "iobroker",
                                    "userID": "0b4721cca3305000",
                                    "permissions": [
                                            "read:orgs/56ed5fe7a100c804/annotations",
                                            "write:orgs/56ed5fe7a100c804/annotations",
                                            "read:orgs/56ed5fe7a100c804/authorizations",
                                            "write:orgs/56ed5fe7a100c804/authorizations",
                                            "read:orgs/56ed5fe7a100c804/buckets",
                                            "write:orgs/56ed5fe7a100c804/buckets",
                                            "read:orgs/56ed5fe7a100c804/checks",
                                            "write:orgs/56ed5fe7a100c804/checks",
                                            "read:orgs/56ed5fe7a100c804/dashboards",
                                            "write:orgs/56ed5fe7a100c804/dashboards",
                                            "read:orgs/56ed5fe7a100c804/dbrp",
                                            "write:orgs/56ed5fe7a100c804/dbrp",
                                            "read:orgs/56ed5fe7a100c804/documents",
                                            "write:orgs/56ed5fe7a100c804/documents",
                                            "read:orgs/56ed5fe7a100c804/labels",
                                            "write:orgs/56ed5fe7a100c804/labels",
                                            "read:orgs/56ed5fe7a100c804/notebooks",
                                            "write:orgs/56ed5fe7a100c804/notebooks",
                                            "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "read:orgs/56ed5fe7a100c804/notificationRules",
                                            "write:orgs/56ed5fe7a100c804/notificationRules",
                                            "read:/orgs/56ed5fe7a100c804",
                                            "read:orgs/56ed5fe7a100c804/remotes",
                                            "write:orgs/56ed5fe7a100c804/remotes",
                                            "read:orgs/56ed5fe7a100c804/replications",
                                            "write:orgs/56ed5fe7a100c804/replications",
                                            "read:orgs/56ed5fe7a100c804/scrapers",
                                            "write:orgs/56ed5fe7a100c804/scrapers",
                                            "read:orgs/56ed5fe7a100c804/secrets",
                                            "write:orgs/56ed5fe7a100c804/secrets",
                                            "read:orgs/56ed5fe7a100c804/sources",
                                            "write:orgs/56ed5fe7a100c804/sources",
                                            "read:orgs/56ed5fe7a100c804/tasks",
                                            "write:orgs/56ed5fe7a100c804/tasks",
                                            "read:orgs/56ed5fe7a100c804/telegrafs",
                                            "write:orgs/56ed5fe7a100c804/telegrafs",
                                            "read:/users/0b4721cca3305000",
                                            "write:/users/0b4721cca3305000",
                                            "read:orgs/56ed5fe7a100c804/variables",
                                            "write:orgs/56ed5fe7a100c804/variables",
                                            "read:orgs/56ed5fe7a100c804/views",
                                            "write:orgs/56ed5fe7a100c804/views"
                                    ]
                            },
                            {
                                    "id": "0c2731d6a8bd8000",
                                    "description": "iobroker",
                                    "token": "Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==",
                                    "status": "active",
                                    "userName": "iobroker",
                                    "userID": "0b4721cca3305000",
                                    "permissions": [
                                            "read:orgs/56ed5fe7a100c804/annotations",
                                            "write:orgs/56ed5fe7a100c804/annotations",
                                            "read:orgs/56ed5fe7a100c804/authorizations",
                                            "write:orgs/56ed5fe7a100c804/authorizations",
                                            "read:orgs/56ed5fe7a100c804/buckets",
                                            "write:orgs/56ed5fe7a100c804/buckets",
                                            "read:orgs/56ed5fe7a100c804/checks",
                                            "write:orgs/56ed5fe7a100c804/checks",
                                            "read:orgs/56ed5fe7a100c804/dashboards",
                                            "write:orgs/56ed5fe7a100c804/dashboards",
                                            "read:orgs/56ed5fe7a100c804/dbrp",
                                            "write:orgs/56ed5fe7a100c804/dbrp",
                                            "read:orgs/56ed5fe7a100c804/documents",
                                            "write:orgs/56ed5fe7a100c804/documents",
                                            "read:orgs/56ed5fe7a100c804/labels",
                                            "write:orgs/56ed5fe7a100c804/labels",
                                            "read:orgs/56ed5fe7a100c804/notebooks",
                                            "write:orgs/56ed5fe7a100c804/notebooks",
                                            "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "read:orgs/56ed5fe7a100c804/notificationRules",
                                            "write:orgs/56ed5fe7a100c804/notificationRules",
                                            "read:/orgs/56ed5fe7a100c804",
                                            "read:orgs/56ed5fe7a100c804/remotes",
                                            "write:orgs/56ed5fe7a100c804/remotes",
                                            "read:orgs/56ed5fe7a100c804/replications",
                                            "write:orgs/56ed5fe7a100c804/replications",
                                            "read:orgs/56ed5fe7a100c804/scrapers",
                                            "write:orgs/56ed5fe7a100c804/scrapers",
                                            "read:orgs/56ed5fe7a100c804/secrets",
                                            "write:orgs/56ed5fe7a100c804/secrets",
                                            "read:orgs/56ed5fe7a100c804/sources",
                                            "write:orgs/56ed5fe7a100c804/sources",
                                            "read:orgs/56ed5fe7a100c804/tasks",
                                            "write:orgs/56ed5fe7a100c804/tasks",
                                            "read:orgs/56ed5fe7a100c804/telegrafs",
                                            "write:orgs/56ed5fe7a100c804/telegrafs",
                                            "read:/users/0b4721cca3305000",
                                            "write:/users/0b4721cca3305000",
                                            "read:orgs/56ed5fe7a100c804/variables",
                                            "write:orgs/56ed5fe7a100c804/variables",
                                            "read:orgs/56ed5fe7a100c804/views",
                                            "write:orgs/56ed5fe7a100c804/views"
                                    ]
                            },
                            {
                                    "id": "0c27485709bd8000",
                                    "description": "neuer iobroker token",
                                    "token": "Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==",
                                    "status": "active",
                                    "userName": "iobroker",
                                    "userID": "0b4721cca3305000",
                                    "permissions": [
                                            "read:orgs/56ed5fe7a100c804/annotations",
                                            "write:orgs/56ed5fe7a100c804/annotations",
                                            "read:orgs/56ed5fe7a100c804/authorizations",
                                            "write:orgs/56ed5fe7a100c804/authorizations",
                                            "read:orgs/56ed5fe7a100c804/buckets",
                                            "write:orgs/56ed5fe7a100c804/buckets",
                                            "read:orgs/56ed5fe7a100c804/checks",
                                            "write:orgs/56ed5fe7a100c804/checks",
                                            "read:orgs/56ed5fe7a100c804/dashboards",
                                            "write:orgs/56ed5fe7a100c804/dashboards",
                                            "read:orgs/56ed5fe7a100c804/dbrp",
                                            "write:orgs/56ed5fe7a100c804/dbrp",
                                            "read:orgs/56ed5fe7a100c804/documents",
                                            "write:orgs/56ed5fe7a100c804/documents",
                                            "read:orgs/56ed5fe7a100c804/labels",
                                            "write:orgs/56ed5fe7a100c804/labels",
                                            "read:orgs/56ed5fe7a100c804/notebooks",
                                            "write:orgs/56ed5fe7a100c804/notebooks",
                                            "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                            "read:orgs/56ed5fe7a100c804/notificationRules",
                                            "write:orgs/56ed5fe7a100c804/notificationRules",
                                            "read:/orgs/56ed5fe7a100c804",
                                            "read:orgs/56ed5fe7a100c804/remotes",
                                            "write:orgs/56ed5fe7a100c804/remotes",
                                            "read:orgs/56ed5fe7a100c804/replications",
                                            "write:orgs/56ed5fe7a100c804/replications",
                                            "read:orgs/56ed5fe7a100c804/scrapers",
                                            "write:orgs/56ed5fe7a100c804/scrapers",
                                            "read:orgs/56ed5fe7a100c804/secrets",
                                            "write:orgs/56ed5fe7a100c804/secrets",
                                            "read:orgs/56ed5fe7a100c804/sources",
                                            "write:orgs/56ed5fe7a100c804/sources",
                                            "read:orgs/56ed5fe7a100c804/tasks",
                                            "write:orgs/56ed5fe7a100c804/tasks",
                                            "read:orgs/56ed5fe7a100c804/telegrafs",
                                            "write:orgs/56ed5fe7a100c804/telegrafs",
                                            "read:/users/0b4721cca3305000",
                                            "write:/users/0b4721cca3305000",
                                            "read:orgs/56ed5fe7a100c804/variables",
                                            "write:orgs/56ed5fe7a100c804/variables",
                                            "read:orgs/56ed5fe7a100c804/views",
                                            "write:orgs/56ed5fe7a100c804/views"
                                    ]
                            },
                            {
                                    "id": "0c27568e5bacd000",
                                    "description": "iobroker's Recovery Token",
                                    "token": "7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==",
                                    "status": "active",
                                    "userName": "iobroker",
                                    "userID": "0b4721cca3305000",
                                    "permissions": [
                                            "read:/authorizations",
                                            "write:/authorizations",
                                            "read:/buckets",
                                            "write:/buckets",
                                            "read:/dashboards",
                                            "write:/dashboards",
                                            "read:/orgs",
                                            "write:/orgs",
                                            "read:/sources",
                                            "write:/sources",
                                            "read:/tasks",
                                            "write:/tasks",
                                            "read:/telegrafs",
                                            "write:/telegrafs",
                                            "read:/users",
                                            "write:/users",
                                            "read:/variables",
                                            "write:/variables",
                                            "read:/scrapers",
                                            "write:/scrapers",
                                            "read:/secrets",
                                            "write:/secrets",
                                            "read:/labels",
                                            "write:/labels",
                                            "read:/views",
                                            "write:/views",
                                            "read:/documents",
                                            "write:/documents",
                                            "read:/notificationRules",
                                            "write:/notificationRules",
                                            "read:/notificationEndpoints",
                                            "write:/notificationEndpoints",
                                            "read:/checks",
                                            "write:/checks",
                                            "read:/dbrp",
                                            "write:/dbrp",
                                            "read:/notebooks",
                                            "write:/notebooks",
                                            "read:/annotations",
                                            "write:/annotations",
                                            "read:/remotes",
                                            "write:/remotes",
                                            "read:/replications",
                                            "write:/replications"
                                    ]
                            }
                    
                    
                    Marc BergM simatecS 2 Replies Last reply
                    0
                    • L Laser

                      @simatec
                      also:

                      otto@raspberrypi:/etc $ influx auth list -t 7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g== --json
                      [
                              {
                                      "id": "0b485bd1c75e4000",
                                      "description": "onboarding-cliWizard-token-1685530468858",
                                      "token": "zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==",
                                      "status": "active",
                                      "userName": "iobroker",
                                      "userID": "0b4721cca3305000",
                                      "permissions": [
                                              "read:orgs/56ed5fe7a100c804/annotations",
                                              "write:orgs/56ed5fe7a100c804/annotations",
                                              "read:orgs/56ed5fe7a100c804/authorizations",
                                              "write:orgs/56ed5fe7a100c804/authorizations",
                                              "read:orgs/56ed5fe7a100c804/buckets",
                                              "write:orgs/56ed5fe7a100c804/buckets",
                                              "read:orgs/56ed5fe7a100c804/checks",
                                              "write:orgs/56ed5fe7a100c804/checks",
                                              "read:orgs/56ed5fe7a100c804/dashboards",
                                              "write:orgs/56ed5fe7a100c804/dashboards",
                                              "read:orgs/56ed5fe7a100c804/dbrp",
                                              "write:orgs/56ed5fe7a100c804/dbrp",
                                              "read:orgs/56ed5fe7a100c804/documents",
                                              "write:orgs/56ed5fe7a100c804/documents",
                                              "read:orgs/56ed5fe7a100c804/labels",
                                              "write:orgs/56ed5fe7a100c804/labels",
                                              "read:orgs/56ed5fe7a100c804/notebooks",
                                              "write:orgs/56ed5fe7a100c804/notebooks",
                                              "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "read:orgs/56ed5fe7a100c804/notificationRules",
                                              "write:orgs/56ed5fe7a100c804/notificationRules",
                                              "read:/orgs/56ed5fe7a100c804",
                                              "read:orgs/56ed5fe7a100c804/remotes",
                                              "write:orgs/56ed5fe7a100c804/remotes",
                                              "read:orgs/56ed5fe7a100c804/replications",
                                              "write:orgs/56ed5fe7a100c804/replications",
                                              "read:orgs/56ed5fe7a100c804/scrapers",
                                              "write:orgs/56ed5fe7a100c804/scrapers",
                                              "read:orgs/56ed5fe7a100c804/secrets",
                                              "write:orgs/56ed5fe7a100c804/secrets",
                                              "read:orgs/56ed5fe7a100c804/sources",
                                              "write:orgs/56ed5fe7a100c804/sources",
                                              "read:orgs/56ed5fe7a100c804/tasks",
                                              "write:orgs/56ed5fe7a100c804/tasks",
                                              "read:orgs/56ed5fe7a100c804/telegrafs",
                                              "write:orgs/56ed5fe7a100c804/telegrafs",
                                              "read:/users/0b4721cca3305000",
                                              "write:/users/0b4721cca3305000",
                                              "read:orgs/56ed5fe7a100c804/variables",
                                              "write:orgs/56ed5fe7a100c804/variables",
                                              "read:orgs/56ed5fe7a100c804/views",
                                              "write:orgs/56ed5fe7a100c804/views"
                                      ]
                              },
                              {
                                      "id": "0c26fdf572986000",
                                      "description": "onboarding-cliWizard-token-1700471139713",
                                      "token": "oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==",
                                      "status": "active",
                                      "userName": "iobroker",
                                      "userID": "0b4721cca3305000",
                                      "permissions": [
                                              "read:orgs/56ed5fe7a100c804/annotations",
                                              "write:orgs/56ed5fe7a100c804/annotations",
                                              "read:orgs/56ed5fe7a100c804/authorizations",
                                              "write:orgs/56ed5fe7a100c804/authorizations",
                                              "read:orgs/56ed5fe7a100c804/buckets",
                                              "write:orgs/56ed5fe7a100c804/buckets",
                                              "read:orgs/56ed5fe7a100c804/checks",
                                              "write:orgs/56ed5fe7a100c804/checks",
                                              "read:orgs/56ed5fe7a100c804/dashboards",
                                              "write:orgs/56ed5fe7a100c804/dashboards",
                                              "read:orgs/56ed5fe7a100c804/dbrp",
                                              "write:orgs/56ed5fe7a100c804/dbrp",
                                              "read:orgs/56ed5fe7a100c804/documents",
                                              "write:orgs/56ed5fe7a100c804/documents",
                                              "read:orgs/56ed5fe7a100c804/labels",
                                              "write:orgs/56ed5fe7a100c804/labels",
                                              "read:orgs/56ed5fe7a100c804/notebooks",
                                              "write:orgs/56ed5fe7a100c804/notebooks",
                                              "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "read:orgs/56ed5fe7a100c804/notificationRules",
                                              "write:orgs/56ed5fe7a100c804/notificationRules",
                                              "read:/orgs/56ed5fe7a100c804",
                                              "read:orgs/56ed5fe7a100c804/remotes",
                                              "write:orgs/56ed5fe7a100c804/remotes",
                                              "read:orgs/56ed5fe7a100c804/replications",
                                              "write:orgs/56ed5fe7a100c804/replications",
                                              "read:orgs/56ed5fe7a100c804/scrapers",
                                              "write:orgs/56ed5fe7a100c804/scrapers",
                                              "read:orgs/56ed5fe7a100c804/secrets",
                                              "write:orgs/56ed5fe7a100c804/secrets",
                                              "read:orgs/56ed5fe7a100c804/sources",
                                              "write:orgs/56ed5fe7a100c804/sources",
                                              "read:orgs/56ed5fe7a100c804/tasks",
                                              "write:orgs/56ed5fe7a100c804/tasks",
                                              "read:orgs/56ed5fe7a100c804/telegrafs",
                                              "write:orgs/56ed5fe7a100c804/telegrafs",
                                              "read:/users/0b4721cca3305000",
                                              "write:/users/0b4721cca3305000",
                                              "read:orgs/56ed5fe7a100c804/variables",
                                              "write:orgs/56ed5fe7a100c804/variables",
                                              "read:orgs/56ed5fe7a100c804/views",
                                              "write:orgs/56ed5fe7a100c804/views"
                                      ]
                              },
                              {
                                      "id": "0c2731d6a8bd8000",
                                      "description": "iobroker",
                                      "token": "Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==",
                                      "status": "active",
                                      "userName": "iobroker",
                                      "userID": "0b4721cca3305000",
                                      "permissions": [
                                              "read:orgs/56ed5fe7a100c804/annotations",
                                              "write:orgs/56ed5fe7a100c804/annotations",
                                              "read:orgs/56ed5fe7a100c804/authorizations",
                                              "write:orgs/56ed5fe7a100c804/authorizations",
                                              "read:orgs/56ed5fe7a100c804/buckets",
                                              "write:orgs/56ed5fe7a100c804/buckets",
                                              "read:orgs/56ed5fe7a100c804/checks",
                                              "write:orgs/56ed5fe7a100c804/checks",
                                              "read:orgs/56ed5fe7a100c804/dashboards",
                                              "write:orgs/56ed5fe7a100c804/dashboards",
                                              "read:orgs/56ed5fe7a100c804/dbrp",
                                              "write:orgs/56ed5fe7a100c804/dbrp",
                                              "read:orgs/56ed5fe7a100c804/documents",
                                              "write:orgs/56ed5fe7a100c804/documents",
                                              "read:orgs/56ed5fe7a100c804/labels",
                                              "write:orgs/56ed5fe7a100c804/labels",
                                              "read:orgs/56ed5fe7a100c804/notebooks",
                                              "write:orgs/56ed5fe7a100c804/notebooks",
                                              "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "read:orgs/56ed5fe7a100c804/notificationRules",
                                              "write:orgs/56ed5fe7a100c804/notificationRules",
                                              "read:/orgs/56ed5fe7a100c804",
                                              "read:orgs/56ed5fe7a100c804/remotes",
                                              "write:orgs/56ed5fe7a100c804/remotes",
                                              "read:orgs/56ed5fe7a100c804/replications",
                                              "write:orgs/56ed5fe7a100c804/replications",
                                              "read:orgs/56ed5fe7a100c804/scrapers",
                                              "write:orgs/56ed5fe7a100c804/scrapers",
                                              "read:orgs/56ed5fe7a100c804/secrets",
                                              "write:orgs/56ed5fe7a100c804/secrets",
                                              "read:orgs/56ed5fe7a100c804/sources",
                                              "write:orgs/56ed5fe7a100c804/sources",
                                              "read:orgs/56ed5fe7a100c804/tasks",
                                              "write:orgs/56ed5fe7a100c804/tasks",
                                              "read:orgs/56ed5fe7a100c804/telegrafs",
                                              "write:orgs/56ed5fe7a100c804/telegrafs",
                                              "read:/users/0b4721cca3305000",
                                              "write:/users/0b4721cca3305000",
                                              "read:orgs/56ed5fe7a100c804/variables",
                                              "write:orgs/56ed5fe7a100c804/variables",
                                              "read:orgs/56ed5fe7a100c804/views",
                                              "write:orgs/56ed5fe7a100c804/views"
                                      ]
                              },
                              {
                                      "id": "0c27485709bd8000",
                                      "description": "neuer iobroker token",
                                      "token": "Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==",
                                      "status": "active",
                                      "userName": "iobroker",
                                      "userID": "0b4721cca3305000",
                                      "permissions": [
                                              "read:orgs/56ed5fe7a100c804/annotations",
                                              "write:orgs/56ed5fe7a100c804/annotations",
                                              "read:orgs/56ed5fe7a100c804/authorizations",
                                              "write:orgs/56ed5fe7a100c804/authorizations",
                                              "read:orgs/56ed5fe7a100c804/buckets",
                                              "write:orgs/56ed5fe7a100c804/buckets",
                                              "read:orgs/56ed5fe7a100c804/checks",
                                              "write:orgs/56ed5fe7a100c804/checks",
                                              "read:orgs/56ed5fe7a100c804/dashboards",
                                              "write:orgs/56ed5fe7a100c804/dashboards",
                                              "read:orgs/56ed5fe7a100c804/dbrp",
                                              "write:orgs/56ed5fe7a100c804/dbrp",
                                              "read:orgs/56ed5fe7a100c804/documents",
                                              "write:orgs/56ed5fe7a100c804/documents",
                                              "read:orgs/56ed5fe7a100c804/labels",
                                              "write:orgs/56ed5fe7a100c804/labels",
                                              "read:orgs/56ed5fe7a100c804/notebooks",
                                              "write:orgs/56ed5fe7a100c804/notebooks",
                                              "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                              "read:orgs/56ed5fe7a100c804/notificationRules",
                                              "write:orgs/56ed5fe7a100c804/notificationRules",
                                              "read:/orgs/56ed5fe7a100c804",
                                              "read:orgs/56ed5fe7a100c804/remotes",
                                              "write:orgs/56ed5fe7a100c804/remotes",
                                              "read:orgs/56ed5fe7a100c804/replications",
                                              "write:orgs/56ed5fe7a100c804/replications",
                                              "read:orgs/56ed5fe7a100c804/scrapers",
                                              "write:orgs/56ed5fe7a100c804/scrapers",
                                              "read:orgs/56ed5fe7a100c804/secrets",
                                              "write:orgs/56ed5fe7a100c804/secrets",
                                              "read:orgs/56ed5fe7a100c804/sources",
                                              "write:orgs/56ed5fe7a100c804/sources",
                                              "read:orgs/56ed5fe7a100c804/tasks",
                                              "write:orgs/56ed5fe7a100c804/tasks",
                                              "read:orgs/56ed5fe7a100c804/telegrafs",
                                              "write:orgs/56ed5fe7a100c804/telegrafs",
                                              "read:/users/0b4721cca3305000",
                                              "write:/users/0b4721cca3305000",
                                              "read:orgs/56ed5fe7a100c804/variables",
                                              "write:orgs/56ed5fe7a100c804/variables",
                                              "read:orgs/56ed5fe7a100c804/views",
                                              "write:orgs/56ed5fe7a100c804/views"
                                      ]
                              },
                              {
                                      "id": "0c27568e5bacd000",
                                      "description": "iobroker's Recovery Token",
                                      "token": "7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==",
                                      "status": "active",
                                      "userName": "iobroker",
                                      "userID": "0b4721cca3305000",
                                      "permissions": [
                                              "read:/authorizations",
                                              "write:/authorizations",
                                              "read:/buckets",
                                              "write:/buckets",
                                              "read:/dashboards",
                                              "write:/dashboards",
                                              "read:/orgs",
                                              "write:/orgs",
                                              "read:/sources",
                                              "write:/sources",
                                              "read:/tasks",
                                              "write:/tasks",
                                              "read:/telegrafs",
                                              "write:/telegrafs",
                                              "read:/users",
                                              "write:/users",
                                              "read:/variables",
                                              "write:/variables",
                                              "read:/scrapers",
                                              "write:/scrapers",
                                              "read:/secrets",
                                              "write:/secrets",
                                              "read:/labels",
                                              "write:/labels",
                                              "read:/views",
                                              "write:/views",
                                              "read:/documents",
                                              "write:/documents",
                                              "read:/notificationRules",
                                              "write:/notificationRules",
                                              "read:/notificationEndpoints",
                                              "write:/notificationEndpoints",
                                              "read:/checks",
                                              "write:/checks",
                                              "read:/dbrp",
                                              "write:/dbrp",
                                              "read:/notebooks",
                                              "write:/notebooks",
                                              "read:/annotations",
                                              "write:/annotations",
                                              "read:/remotes",
                                              "write:/remotes",
                                              "read:/replications",
                                              "write:/replications"
                                      ]
                              }
                      
                      
                      Marc BergM Offline
                      Marc BergM Offline
                      Marc Berg
                      Most Active
                      wrote on last edited by
                      #98

                      @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                      "iobroker's Recovery Token",

                      Jetzt ist es NICHT MEHR der erste Eintrag, sondern der letzte:

                      "iobroker's Recovery Token", das ist jetzt dein neuer Operator Token:

                      7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==
                      

                      Nicht wieder löschen.

                      NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                      Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                      Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                      simatecS 1 Reply Last reply
                      1
                      • L Laser

                        @simatec
                        also:

                        otto@raspberrypi:/etc $ influx auth list -t 7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g== --json
                        [
                                {
                                        "id": "0b485bd1c75e4000",
                                        "description": "onboarding-cliWizard-token-1685530468858",
                                        "token": "zijB7piBzzSSLchg2TCyrp2MViRxSJ5_HQP_ynLZO_T8K6Wy-guPxh9uI75KjCKFKIhzTGhpSSeyMpp58Z_juw==",
                                        "status": "active",
                                        "userName": "iobroker",
                                        "userID": "0b4721cca3305000",
                                        "permissions": [
                                                "read:orgs/56ed5fe7a100c804/annotations",
                                                "write:orgs/56ed5fe7a100c804/annotations",
                                                "read:orgs/56ed5fe7a100c804/authorizations",
                                                "write:orgs/56ed5fe7a100c804/authorizations",
                                                "read:orgs/56ed5fe7a100c804/buckets",
                                                "write:orgs/56ed5fe7a100c804/buckets",
                                                "read:orgs/56ed5fe7a100c804/checks",
                                                "write:orgs/56ed5fe7a100c804/checks",
                                                "read:orgs/56ed5fe7a100c804/dashboards",
                                                "write:orgs/56ed5fe7a100c804/dashboards",
                                                "read:orgs/56ed5fe7a100c804/dbrp",
                                                "write:orgs/56ed5fe7a100c804/dbrp",
                                                "read:orgs/56ed5fe7a100c804/documents",
                                                "write:orgs/56ed5fe7a100c804/documents",
                                                "read:orgs/56ed5fe7a100c804/labels",
                                                "write:orgs/56ed5fe7a100c804/labels",
                                                "read:orgs/56ed5fe7a100c804/notebooks",
                                                "write:orgs/56ed5fe7a100c804/notebooks",
                                                "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "read:orgs/56ed5fe7a100c804/notificationRules",
                                                "write:orgs/56ed5fe7a100c804/notificationRules",
                                                "read:/orgs/56ed5fe7a100c804",
                                                "read:orgs/56ed5fe7a100c804/remotes",
                                                "write:orgs/56ed5fe7a100c804/remotes",
                                                "read:orgs/56ed5fe7a100c804/replications",
                                                "write:orgs/56ed5fe7a100c804/replications",
                                                "read:orgs/56ed5fe7a100c804/scrapers",
                                                "write:orgs/56ed5fe7a100c804/scrapers",
                                                "read:orgs/56ed5fe7a100c804/secrets",
                                                "write:orgs/56ed5fe7a100c804/secrets",
                                                "read:orgs/56ed5fe7a100c804/sources",
                                                "write:orgs/56ed5fe7a100c804/sources",
                                                "read:orgs/56ed5fe7a100c804/tasks",
                                                "write:orgs/56ed5fe7a100c804/tasks",
                                                "read:orgs/56ed5fe7a100c804/telegrafs",
                                                "write:orgs/56ed5fe7a100c804/telegrafs",
                                                "read:/users/0b4721cca3305000",
                                                "write:/users/0b4721cca3305000",
                                                "read:orgs/56ed5fe7a100c804/variables",
                                                "write:orgs/56ed5fe7a100c804/variables",
                                                "read:orgs/56ed5fe7a100c804/views",
                                                "write:orgs/56ed5fe7a100c804/views"
                                        ]
                                },
                                {
                                        "id": "0c26fdf572986000",
                                        "description": "onboarding-cliWizard-token-1700471139713",
                                        "token": "oodzlogKQY9O0tCtNNDYiFxomFcAWJXjd-RTbC738Fkna1nzQiVXRjNVaKZDFt_lvWEYrZWhpUNIxsnMISQejg==",
                                        "status": "active",
                                        "userName": "iobroker",
                                        "userID": "0b4721cca3305000",
                                        "permissions": [
                                                "read:orgs/56ed5fe7a100c804/annotations",
                                                "write:orgs/56ed5fe7a100c804/annotations",
                                                "read:orgs/56ed5fe7a100c804/authorizations",
                                                "write:orgs/56ed5fe7a100c804/authorizations",
                                                "read:orgs/56ed5fe7a100c804/buckets",
                                                "write:orgs/56ed5fe7a100c804/buckets",
                                                "read:orgs/56ed5fe7a100c804/checks",
                                                "write:orgs/56ed5fe7a100c804/checks",
                                                "read:orgs/56ed5fe7a100c804/dashboards",
                                                "write:orgs/56ed5fe7a100c804/dashboards",
                                                "read:orgs/56ed5fe7a100c804/dbrp",
                                                "write:orgs/56ed5fe7a100c804/dbrp",
                                                "read:orgs/56ed5fe7a100c804/documents",
                                                "write:orgs/56ed5fe7a100c804/documents",
                                                "read:orgs/56ed5fe7a100c804/labels",
                                                "write:orgs/56ed5fe7a100c804/labels",
                                                "read:orgs/56ed5fe7a100c804/notebooks",
                                                "write:orgs/56ed5fe7a100c804/notebooks",
                                                "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "read:orgs/56ed5fe7a100c804/notificationRules",
                                                "write:orgs/56ed5fe7a100c804/notificationRules",
                                                "read:/orgs/56ed5fe7a100c804",
                                                "read:orgs/56ed5fe7a100c804/remotes",
                                                "write:orgs/56ed5fe7a100c804/remotes",
                                                "read:orgs/56ed5fe7a100c804/replications",
                                                "write:orgs/56ed5fe7a100c804/replications",
                                                "read:orgs/56ed5fe7a100c804/scrapers",
                                                "write:orgs/56ed5fe7a100c804/scrapers",
                                                "read:orgs/56ed5fe7a100c804/secrets",
                                                "write:orgs/56ed5fe7a100c804/secrets",
                                                "read:orgs/56ed5fe7a100c804/sources",
                                                "write:orgs/56ed5fe7a100c804/sources",
                                                "read:orgs/56ed5fe7a100c804/tasks",
                                                "write:orgs/56ed5fe7a100c804/tasks",
                                                "read:orgs/56ed5fe7a100c804/telegrafs",
                                                "write:orgs/56ed5fe7a100c804/telegrafs",
                                                "read:/users/0b4721cca3305000",
                                                "write:/users/0b4721cca3305000",
                                                "read:orgs/56ed5fe7a100c804/variables",
                                                "write:orgs/56ed5fe7a100c804/variables",
                                                "read:orgs/56ed5fe7a100c804/views",
                                                "write:orgs/56ed5fe7a100c804/views"
                                        ]
                                },
                                {
                                        "id": "0c2731d6a8bd8000",
                                        "description": "iobroker",
                                        "token": "Z50uyViNwOSShEX2jY2A09cHyCCavlnqe1GFdkzGnYWZ4a2uQ2ghc9wahuCQwuNrpDuWHhGj7_wrrflgHMkpMA==",
                                        "status": "active",
                                        "userName": "iobroker",
                                        "userID": "0b4721cca3305000",
                                        "permissions": [
                                                "read:orgs/56ed5fe7a100c804/annotations",
                                                "write:orgs/56ed5fe7a100c804/annotations",
                                                "read:orgs/56ed5fe7a100c804/authorizations",
                                                "write:orgs/56ed5fe7a100c804/authorizations",
                                                "read:orgs/56ed5fe7a100c804/buckets",
                                                "write:orgs/56ed5fe7a100c804/buckets",
                                                "read:orgs/56ed5fe7a100c804/checks",
                                                "write:orgs/56ed5fe7a100c804/checks",
                                                "read:orgs/56ed5fe7a100c804/dashboards",
                                                "write:orgs/56ed5fe7a100c804/dashboards",
                                                "read:orgs/56ed5fe7a100c804/dbrp",
                                                "write:orgs/56ed5fe7a100c804/dbrp",
                                                "read:orgs/56ed5fe7a100c804/documents",
                                                "write:orgs/56ed5fe7a100c804/documents",
                                                "read:orgs/56ed5fe7a100c804/labels",
                                                "write:orgs/56ed5fe7a100c804/labels",
                                                "read:orgs/56ed5fe7a100c804/notebooks",
                                                "write:orgs/56ed5fe7a100c804/notebooks",
                                                "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "read:orgs/56ed5fe7a100c804/notificationRules",
                                                "write:orgs/56ed5fe7a100c804/notificationRules",
                                                "read:/orgs/56ed5fe7a100c804",
                                                "read:orgs/56ed5fe7a100c804/remotes",
                                                "write:orgs/56ed5fe7a100c804/remotes",
                                                "read:orgs/56ed5fe7a100c804/replications",
                                                "write:orgs/56ed5fe7a100c804/replications",
                                                "read:orgs/56ed5fe7a100c804/scrapers",
                                                "write:orgs/56ed5fe7a100c804/scrapers",
                                                "read:orgs/56ed5fe7a100c804/secrets",
                                                "write:orgs/56ed5fe7a100c804/secrets",
                                                "read:orgs/56ed5fe7a100c804/sources",
                                                "write:orgs/56ed5fe7a100c804/sources",
                                                "read:orgs/56ed5fe7a100c804/tasks",
                                                "write:orgs/56ed5fe7a100c804/tasks",
                                                "read:orgs/56ed5fe7a100c804/telegrafs",
                                                "write:orgs/56ed5fe7a100c804/telegrafs",
                                                "read:/users/0b4721cca3305000",
                                                "write:/users/0b4721cca3305000",
                                                "read:orgs/56ed5fe7a100c804/variables",
                                                "write:orgs/56ed5fe7a100c804/variables",
                                                "read:orgs/56ed5fe7a100c804/views",
                                                "write:orgs/56ed5fe7a100c804/views"
                                        ]
                                },
                                {
                                        "id": "0c27485709bd8000",
                                        "description": "neuer iobroker token",
                                        "token": "Q494kw0QVOhk3if8D-cZsqjlggKCOIEJcD8gW1Za4vUzKGYYQO7RoraoIrmmPm-NjdaChpZAddzXtsQ7Mw5GBg==",
                                        "status": "active",
                                        "userName": "iobroker",
                                        "userID": "0b4721cca3305000",
                                        "permissions": [
                                                "read:orgs/56ed5fe7a100c804/annotations",
                                                "write:orgs/56ed5fe7a100c804/annotations",
                                                "read:orgs/56ed5fe7a100c804/authorizations",
                                                "write:orgs/56ed5fe7a100c804/authorizations",
                                                "read:orgs/56ed5fe7a100c804/buckets",
                                                "write:orgs/56ed5fe7a100c804/buckets",
                                                "read:orgs/56ed5fe7a100c804/checks",
                                                "write:orgs/56ed5fe7a100c804/checks",
                                                "read:orgs/56ed5fe7a100c804/dashboards",
                                                "write:orgs/56ed5fe7a100c804/dashboards",
                                                "read:orgs/56ed5fe7a100c804/dbrp",
                                                "write:orgs/56ed5fe7a100c804/dbrp",
                                                "read:orgs/56ed5fe7a100c804/documents",
                                                "write:orgs/56ed5fe7a100c804/documents",
                                                "read:orgs/56ed5fe7a100c804/labels",
                                                "write:orgs/56ed5fe7a100c804/labels",
                                                "read:orgs/56ed5fe7a100c804/notebooks",
                                                "write:orgs/56ed5fe7a100c804/notebooks",
                                                "read:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "write:orgs/56ed5fe7a100c804/notificationEndpoints",
                                                "read:orgs/56ed5fe7a100c804/notificationRules",
                                                "write:orgs/56ed5fe7a100c804/notificationRules",
                                                "read:/orgs/56ed5fe7a100c804",
                                                "read:orgs/56ed5fe7a100c804/remotes",
                                                "write:orgs/56ed5fe7a100c804/remotes",
                                                "read:orgs/56ed5fe7a100c804/replications",
                                                "write:orgs/56ed5fe7a100c804/replications",
                                                "read:orgs/56ed5fe7a100c804/scrapers",
                                                "write:orgs/56ed5fe7a100c804/scrapers",
                                                "read:orgs/56ed5fe7a100c804/secrets",
                                                "write:orgs/56ed5fe7a100c804/secrets",
                                                "read:orgs/56ed5fe7a100c804/sources",
                                                "write:orgs/56ed5fe7a100c804/sources",
                                                "read:orgs/56ed5fe7a100c804/tasks",
                                                "write:orgs/56ed5fe7a100c804/tasks",
                                                "read:orgs/56ed5fe7a100c804/telegrafs",
                                                "write:orgs/56ed5fe7a100c804/telegrafs",
                                                "read:/users/0b4721cca3305000",
                                                "write:/users/0b4721cca3305000",
                                                "read:orgs/56ed5fe7a100c804/variables",
                                                "write:orgs/56ed5fe7a100c804/variables",
                                                "read:orgs/56ed5fe7a100c804/views",
                                                "write:orgs/56ed5fe7a100c804/views"
                                        ]
                                },
                                {
                                        "id": "0c27568e5bacd000",
                                        "description": "iobroker's Recovery Token",
                                        "token": "7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==",
                                        "status": "active",
                                        "userName": "iobroker",
                                        "userID": "0b4721cca3305000",
                                        "permissions": [
                                                "read:/authorizations",
                                                "write:/authorizations",
                                                "read:/buckets",
                                                "write:/buckets",
                                                "read:/dashboards",
                                                "write:/dashboards",
                                                "read:/orgs",
                                                "write:/orgs",
                                                "read:/sources",
                                                "write:/sources",
                                                "read:/tasks",
                                                "write:/tasks",
                                                "read:/telegrafs",
                                                "write:/telegrafs",
                                                "read:/users",
                                                "write:/users",
                                                "read:/variables",
                                                "write:/variables",
                                                "read:/scrapers",
                                                "write:/scrapers",
                                                "read:/secrets",
                                                "write:/secrets",
                                                "read:/labels",
                                                "write:/labels",
                                                "read:/views",
                                                "write:/views",
                                                "read:/documents",
                                                "write:/documents",
                                                "read:/notificationRules",
                                                "write:/notificationRules",
                                                "read:/notificationEndpoints",
                                                "write:/notificationEndpoints",
                                                "read:/checks",
                                                "write:/checks",
                                                "read:/dbrp",
                                                "write:/dbrp",
                                                "read:/notebooks",
                                                "write:/notebooks",
                                                "read:/annotations",
                                                "write:/annotations",
                                                "read:/remotes",
                                                "write:/remotes",
                                                "read:/replications",
                                                "write:/replications"
                                        ]
                                }
                        
                        
                        simatecS Offline
                        simatecS Offline
                        simatec
                        Developer Most Active
                        wrote on last edited by
                        #99

                        @laser Der letzte ist der Operator Token

                        "description": "iobroker's Recovery Token",
                                        "token": "7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==",
                        
                        • Besuche meine Github Seite
                        • Beitrag hat geholfen oder willst du mich unterstützen
                        • HowTo Restore ioBroker
                        L 1 Reply Last reply
                        0
                        • Marc BergM Marc Berg

                          @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                          "iobroker's Recovery Token",

                          Jetzt ist es NICHT MEHR der erste Eintrag, sondern der letzte:

                          "iobroker's Recovery Token", das ist jetzt dein neuer Operator Token:

                          7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==
                          

                          Nicht wieder löschen.

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

                          @marc-berg Ich schreib da mal ein Wiki Eintrag zu... Der externe Link ist ja tot...

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

                            @marc-berg Ich schreib da mal ein Wiki Eintrag zu... Der externe Link ist ja tot...

                            Marc BergM Offline
                            Marc BergM Offline
                            Marc Berg
                            Most Active
                            wrote on last edited by
                            #101

                            @simatec sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                            Ich schreib da mal ein Wiki Eintrag zu... Der externe Link ist ja tot...

                            Ich habe ne Copy von der Seite, falls interessant.

                            NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                            Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                            Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                            1 Reply Last reply
                            1
                            • simatecS simatec

                              @laser Der letzte ist der Operator Token

                              "description": "iobroker's Recovery Token",
                                              "token": "7wIc7VllUj3xRIfnu2jIxvPaLgMruI2ZHyUw2dYLeHSYrPQvPtS-1l8-_Jr43Nveb_aXW5cmzT11oM59gyKx6g==",
                              
                              L Offline
                              L Offline
                              Laser
                              wrote on last edited by
                              #102

                              @simatec Mein Gott, nun der Letzte- wie soll das ein Normalo kapieren?
                              Jetzt läuft der Testbefehl auf der Konsole erst mal an.

                              Marc BergM 1 Reply Last reply
                              0
                              • L Laser

                                @simatec Mein Gott, nun der Letzte- wie soll das ein Normalo kapieren?
                                Jetzt läuft der Testbefehl auf der Konsole erst mal an.

                                Marc BergM Offline
                                Marc BergM Offline
                                Marc Berg
                                Most Active
                                wrote on last edited by
                                #103

                                @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                Mein Gott, nun der Letzte- wie soll das ein Normalo kapieren?

                                Wenn der Löschfinger nicht so locker sitzt, bleibt es ewig der erste Eintrag ... :-)

                                NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                                Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                L 1 Reply Last reply
                                0
                                • Marc BergM Marc Berg

                                  @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                  Mein Gott, nun der Letzte- wie soll das ein Normalo kapieren?

                                  Wenn der Löschfinger nicht so locker sitzt, bleibt es ewig der erste Eintrag ... :-)

                                  L Offline
                                  L Offline
                                  Laser
                                  wrote on last edited by Laser
                                  #104

                                  @marc-berg Den Löschfinger hatte ich lange im Griff. Aber dann kam der vermeintliche Ordnungssinn hervor!
                                  Der Backupbefehl auf der Konsole läuft erst mal. Wenn der fertig ist, mache ich das über BackItUp.

                                  oder kann man das gefahrlos mit "strg C" abbrechen?

                                  Marc BergM 1 Reply Last reply
                                  0
                                  • L Laser

                                    @marc-berg Den Löschfinger hatte ich lange im Griff. Aber dann kam der vermeintliche Ordnungssinn hervor!
                                    Der Backupbefehl auf der Konsole läuft erst mal. Wenn der fertig ist, mache ich das über BackItUp.

                                    oder kann man das gefahrlos mit "strg C" abbrechen?

                                    Marc BergM Offline
                                    Marc BergM Offline
                                    Marc Berg
                                    Most Active
                                    wrote on last edited by Marc Berg
                                    #105

                                    @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                    oder kann man das gefahrlos mit "strg C" abbrechen?

                                    Da passiert weiter nichts, außer ein paar Dateileichen. Ich würde mir aber Sorgen wegen der großen Datenmengen machen. Das ist auch nicht normal, wie sich das anhört.

                                    NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                                    Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                    Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                    L 1 Reply Last reply
                                    1
                                    • Marc BergM Marc Berg

                                      @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                      oder kann man das gefahrlos mit "strg C" abbrechen?

                                      Da passiert weiter nichts, außer ein paar Dateileichen. Ich würde mir aber Sorgen wegen der großen Datenmengen machen. Das ist auch nicht normal, wie sich das anhört.

                                      L Offline
                                      L Offline
                                      Laser
                                      wrote on last edited by Laser
                                      #106

                                      @marc-berg Ja, das sind riesige Dateimengen. Vermutlich lese ich Werte zu oft ein. Obwohl ich das schon einige Male durchgegangen bin.
                                      Muß jetzt erst mal kurz Feuer machen 10 Min...

                                      Marc BergM 1 Reply Last reply
                                      0
                                      • L Laser

                                        @marc-berg Ja, das sind riesige Dateimengen. Vermutlich lese ich Werte zu oft ein. Obwohl ich das schon einige Male durchgegangen bin.
                                        Muß jetzt erst mal kurz Feuer machen 10 Min...

                                        Marc BergM Offline
                                        Marc BergM Offline
                                        Marc Berg
                                        Most Active
                                        wrote on last edited by
                                        #107

                                        @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                        ermutlich lese ich Werte zu oft ein. Obwohl ich das schon einige Male durchgegangen bin.

                                        Das kannst du mal in den Data Explorer geben und schauen, wo (besonders) der Schuh drückt:

                                        from(bucket: "iobroker")
                                          |> range(start: -10y)
                                          |> filter(fn: (r) => r["_field"] == "value")
                                          |> count()
                                          |> group()
                                          |> keep(columns: ["_measurement", "_value"])
                                          |> sort(columns: ["_value"], desc: true)
                                          |> rename(columns: {_value: "Anzahl"})
                                        


                                        d433a078-b09b-486a-9983-b3962121bc13-grafik.png

                                        NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+EMQX+Grafana

                                        Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

                                        Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

                                        L 1 Reply Last reply
                                        1
                                        • Marc BergM Marc Berg

                                          @laser sagte in Kein iobroker Backup mehr über BackitUp Adapter:

                                          ermutlich lese ich Werte zu oft ein. Obwohl ich das schon einige Male durchgegangen bin.

                                          Das kannst du mal in den Data Explorer geben und schauen, wo (besonders) der Schuh drückt:

                                          from(bucket: "iobroker")
                                            |> range(start: -10y)
                                            |> filter(fn: (r) => r["_field"] == "value")
                                            |> count()
                                            |> group()
                                            |> keep(columns: ["_measurement", "_value"])
                                            |> sort(columns: ["_value"], desc: true)
                                            |> rename(columns: {_value: "Anzahl"})
                                          


                                          d433a078-b09b-486a-9983-b3962121bc13-grafik.png

                                          L Offline
                                          L Offline
                                          Laser
                                          wrote on last edited by Laser
                                          #108

                                          @marc-berg Ist angelegt. Beobachte...
                                          Zu Beginn hatte ich wirklich im Sekundenabstand aufgezeichnet. Ist aber schon abgemildert. Aber die Altlasten sind noch da. Müßte die häufigen Aufzeichnungen "abschneiden" Die Werte von damals sind ohnehin nicht von Bedeutung gewesen.

                                          Und ich danke den Beteiligten für die Hilfe. Ich konnte jetzt auf "Bookworm" umziehen und dort das Backup wieder reinholen.

                                          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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          666

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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