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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. InfluxDB
  5. mit backitup kein Influxdb und Grafana backup möglich

NEWS

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

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

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

mit backitup kein Influxdb und Grafana backup möglich

Scheduled Pinned Locked Moved InfluxDB
119 Posts 10 Posters 12.5k Views 8 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.
  • Thomas BraunT Thomas Braun

    @willi-wunder

    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    
    W Offline
    W Offline
    Willi-Wunder
    wrote on last edited by Willi-Wunder
    #82
    pi@iobroker:~ $ sudo apt update
    Hit:1 http://deb.debian.org/debian bookworm InRelease
    Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
    Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
    Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
    Hit:5 https://repos.influxdata.com/debian stable InRelease
    Hit:6 https://apt.grafana.com stable InRelease
    Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    3 packages can be upgraded. Run 'apt list --upgradable' to see them.
    pi@iobroker:~ $ sudo apt full-upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Calculating upgrade... Done
    The following packages will be upgraded:
      curl libcurl3-gnutls libcurl4
    3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 1034 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
    Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
    Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u5 [360 kB]
    Fetched 1034 kB in 0s (3344 kB/s)
    apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
    Changelogs werden gelesen... Fertig
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
            LANGUAGE = "de_DE",
            LC_ALL = "de_DE",
            LANG = (unset)
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    (Reading database ... 146179 files and directories currently installed.)
    Preparing to unpack .../curl_7.88.1-10+deb12u5_arm64.deb ...
    Unpacking curl (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
    Preparing to unpack .../libcurl4_7.88.1-10+deb12u5_arm64.deb ...
    Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
    Preparing to unpack .../libcurl3-gnutls_7.88.1-10+deb12u5_arm64.deb ...
    Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
    Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ...
    Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
    Setting up curl (7.88.1-10+deb12u5) ...
    Processing triggers for man-db (2.11.2-2) ...
    Processing triggers for libc-bin (2.36-9+rpt2+deb12u3) ...
    
    

    Nach Reboot:

    pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
    /usr/local/bin/influx: 1: Syntax error: ")" unexpected
    
    

    Bleibt es leider so......

    Thomas BraunT 1 Reply Last reply
    0
    • W Willi-Wunder
      pi@iobroker:~ $ sudo apt update
      Hit:1 http://deb.debian.org/debian bookworm InRelease
      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
      Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
      Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
      Hit:5 https://repos.influxdata.com/debian stable InRelease
      Hit:6 https://apt.grafana.com stable InRelease
      Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      3 packages can be upgraded. Run 'apt list --upgradable' to see them.
      pi@iobroker:~ $ sudo apt full-upgrade
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      Calculating upgrade... Done
      The following packages will be upgraded:
        curl libcurl3-gnutls libcurl4
      3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      Need to get 1034 kB of archives.
      After this operation, 0 B of additional disk space will be used.
      Do you want to continue? [Y/n] y
      Get:1 http://deb.debian.org/debian-security bookworm-security/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
      Get:2 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
      Get:3 http://deb.debian.org/debian-security bookworm-security/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u5 [360 kB]
      Fetched 1034 kB in 0s (3344 kB/s)
      apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
      Changelogs werden gelesen... Fertig
      perl: warning: Setting locale failed.
      perl: warning: Please check that your locale settings:
              LANGUAGE = "de_DE",
              LC_ALL = "de_DE",
              LANG = (unset)
          are supported and installed on your system.
      perl: warning: Falling back to the standard locale ("C").
      locale: Cannot set LC_CTYPE to default locale: No such file or directory
      locale: Cannot set LC_MESSAGES to default locale: No such file or directory
      locale: Cannot set LC_ALL to default locale: No such file or directory
      (Reading database ... 146179 files and directories currently installed.)
      Preparing to unpack .../curl_7.88.1-10+deb12u5_arm64.deb ...
      Unpacking curl (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
      Preparing to unpack .../libcurl4_7.88.1-10+deb12u5_arm64.deb ...
      Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
      Preparing to unpack .../libcurl3-gnutls_7.88.1-10+deb12u5_arm64.deb ...
      Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) over (7.88.1-10+deb12u4) ...
      Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u5) ...
      Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
      Setting up curl (7.88.1-10+deb12u5) ...
      Processing triggers for man-db (2.11.2-2) ...
      Processing triggers for libc-bin (2.36-9+rpt2+deb12u3) ...
      
      

      Nach Reboot:

      pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
      /usr/local/bin/influx: 1: Syntax error: ")" unexpected
      
      

      Bleibt es leider so......

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

      @willi-wunder

      ls -lAh /usr/local/bin/influx
      

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

      W 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @willi-wunder

        ls -lAh /usr/local/bin/influx
        
        W Offline
        W Offline
        Willi-Wunder
        wrote on last edited by
        #84
        pi@iobroker:~ $ ls -lAh /usr/local/bin/influx
        -rwxr-xr-x 1 root root 25M Dec 26 22:38 /usr/local/bin/influx
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • W Willi-Wunder
          pi@iobroker:~ $ ls -lAh /usr/local/bin/influx
          -rwxr-xr-x 1 root root 25M Dec 26 22:38 /usr/local/bin/influx
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #85

          @willi-wunder

          sudo rm /usr/local/bin/influx
          

          Das ist ein Überbleibsel aus dem manuellen Hantier mit influx. Eine ordentliche Installation landet nicht in /usr/local/bin

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

          W 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @willi-wunder

            sudo rm /usr/local/bin/influx
            

            Das ist ein Überbleibsel aus dem manuellen Hantier mit influx. Eine ordentliche Installation landet nicht in /usr/local/bin

            W Offline
            W Offline
            Willi-Wunder
            wrote on last edited by Willi-Wunder
            #86

            @thomas-braun
            Bingo Banane........ jetzt kommt etwas. Brauch ich die anderen zwei Einträge? (Iobroker (cloned at 2023-12-26 20:56:55) + Backitup in den API Token in InfluxDB? Diese dann löschen und nur den iobroker behalten?

            pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
            [
                    {
                            "id": "0c54cd2ed3814000",
                            "description": "Iobroker",
                            "token": "74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A==",
                            "status": "active",
                            "userName": "Markus",
                            "userID": "0c52172c23814000",
                            "permissions": [
                                    "read:orgs/5585922b87b26ff0/annotations",
                                    "write:orgs/5585922b87b26ff0/annotations",
                                    "read:orgs/5585922b87b26ff0/authorizations",
                                    "write:orgs/5585922b87b26ff0/authorizations",
                                    "read:orgs/5585922b87b26ff0/buckets",
                                    "write:orgs/5585922b87b26ff0/buckets",
                                    "read:orgs/5585922b87b26ff0/checks",
                                    "write:orgs/5585922b87b26ff0/checks",
                                    "read:orgs/5585922b87b26ff0/dashboards",
                                    "write:orgs/5585922b87b26ff0/dashboards",
                                    "read:orgs/5585922b87b26ff0/dbrp",
                                    "write:orgs/5585922b87b26ff0/dbrp",
                                    "read:orgs/5585922b87b26ff0/documents",
                                    "write:orgs/5585922b87b26ff0/documents",
                                    "read:orgs/5585922b87b26ff0/labels",
                                    "write:orgs/5585922b87b26ff0/labels",
                                    "read:orgs/5585922b87b26ff0/notebooks",
                                    "write:orgs/5585922b87b26ff0/notebooks",
                                    "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "read:orgs/5585922b87b26ff0/notificationRules",
                                    "write:orgs/5585922b87b26ff0/notificationRules",
                                    "read:/orgs/5585922b87b26ff0",
                                    "read:orgs/5585922b87b26ff0/remotes",
                                    "write:orgs/5585922b87b26ff0/remotes",
                                    "read:orgs/5585922b87b26ff0/replications",
                                    "write:orgs/5585922b87b26ff0/replications",
                                    "read:orgs/5585922b87b26ff0/scrapers",
                                    "write:orgs/5585922b87b26ff0/scrapers",
                                    "read:orgs/5585922b87b26ff0/secrets",
                                    "write:orgs/5585922b87b26ff0/secrets",
                                    "read:orgs/5585922b87b26ff0/sources",
                                    "write:orgs/5585922b87b26ff0/sources",
                                    "read:orgs/5585922b87b26ff0/tasks",
                                    "write:orgs/5585922b87b26ff0/tasks",
                                    "read:orgs/5585922b87b26ff0/telegrafs",
                                    "write:orgs/5585922b87b26ff0/telegrafs",
                                    "read:/users/0c52172c23814000",
                                    "write:/users/0c52172c23814000",
                                    "read:orgs/5585922b87b26ff0/variables",
                                    "write:orgs/5585922b87b26ff0/variables",
                                    "read:orgs/5585922b87b26ff0/views",
                                    "write:orgs/5585922b87b26ff0/views"
                            ]
                    },
                    {
                            "id": "0c55f9fbfc67e000",
                            "description": "Iobroker (cloned at 2023-12-26 20:56:55)",
                            "token": "2HXiLlQiU_mc3wKWMMkPSlnH66opy68vpkXBxIkWlDfzwpOFf3JjRfk8HUdEUxLegV3Vy0qHSY7dIR78jUB8bA==",
                            "status": "active",
                            "userName": "Markus",
                            "userID": "0c52172c23814000",
                            "permissions": [
                                    "read:orgs/5585922b87b26ff0/annotations",
                                    "write:orgs/5585922b87b26ff0/annotations",
                                    "read:orgs/5585922b87b26ff0/authorizations",
                                    "write:orgs/5585922b87b26ff0/authorizations",
                                    "read:orgs/5585922b87b26ff0/buckets",
                                    "write:orgs/5585922b87b26ff0/buckets",
                                    "read:orgs/5585922b87b26ff0/checks",
                                    "write:orgs/5585922b87b26ff0/checks",
                                    "read:orgs/5585922b87b26ff0/dashboards",
                                    "write:orgs/5585922b87b26ff0/dashboards",
                                    "read:orgs/5585922b87b26ff0/dbrp",
                                    "write:orgs/5585922b87b26ff0/dbrp",
                                    "read:orgs/5585922b87b26ff0/documents",
                                    "write:orgs/5585922b87b26ff0/documents",
                                    "read:orgs/5585922b87b26ff0/labels",
                                    "write:orgs/5585922b87b26ff0/labels",
                                    "read:orgs/5585922b87b26ff0/notebooks",
                                    "write:orgs/5585922b87b26ff0/notebooks",
                                    "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "read:orgs/5585922b87b26ff0/notificationRules",
                                    "write:orgs/5585922b87b26ff0/notificationRules",
                                    "read:/orgs/5585922b87b26ff0",
                                    "read:orgs/5585922b87b26ff0/remotes",
                                    "write:orgs/5585922b87b26ff0/remotes",
                                    "read:orgs/5585922b87b26ff0/replications",
                                    "write:orgs/5585922b87b26ff0/replications",
                                    "read:orgs/5585922b87b26ff0/scrapers",
                                    "write:orgs/5585922b87b26ff0/scrapers",
                                    "read:orgs/5585922b87b26ff0/secrets",
                                    "write:orgs/5585922b87b26ff0/secrets",
                                    "read:orgs/5585922b87b26ff0/sources",
                                    "write:orgs/5585922b87b26ff0/sources",
                                    "read:orgs/5585922b87b26ff0/tasks",
                                    "write:orgs/5585922b87b26ff0/tasks",
                                    "read:orgs/5585922b87b26ff0/telegrafs",
                                    "write:orgs/5585922b87b26ff0/telegrafs",
                                    "read:/users/0c52172c23814000",
                                    "write:/users/0c52172c23814000",
                                    "read:orgs/5585922b87b26ff0/variables",
                                    "write:orgs/5585922b87b26ff0/variables",
                                    "read:orgs/5585922b87b26ff0/views",
                                    "write:orgs/5585922b87b26ff0/views"
                            ]
                    },
                    {
                            "id": "0c55fb5aac495000",
                            "description": "Backitup",
                            "token": "qa1TtBLVxvesQrUawIgN98VLv4__pSLmstVX6L-uW28IlUQk8EvcKNeCbUH82BH3t3JV6RWUB-ssdFdxg4xyqg==",
                            "status": "active",
                            "userName": "Markus",
                            "userID": "0c52172c23814000",
                            "permissions": [
                                    "read:orgs/5585922b87b26ff0/authorizations",
                                    "write:orgs/5585922b87b26ff0/authorizations",
                                    "read:orgs/5585922b87b26ff0/buckets",
                                    "write:orgs/5585922b87b26ff0/buckets",
                                    "read:orgs/5585922b87b26ff0/dashboards",
                                    "write:orgs/5585922b87b26ff0/dashboards",
                                    "read:/orgs/5585922b87b26ff0",
                                    "write:/orgs/5585922b87b26ff0",
                                    "read:orgs/5585922b87b26ff0/sources",
                                    "write:orgs/5585922b87b26ff0/sources",
                                    "read:orgs/5585922b87b26ff0/tasks",
                                    "write:orgs/5585922b87b26ff0/tasks",
                                    "read:orgs/5585922b87b26ff0/telegrafs",
                                    "write:orgs/5585922b87b26ff0/telegrafs",
                                    "read:/users/0c52172c23814000",
                                    "write:/users/0c52172c23814000",
                                    "read:orgs/5585922b87b26ff0/variables",
                                    "write:orgs/5585922b87b26ff0/variables",
                                    "read:orgs/5585922b87b26ff0/scrapers",
                                    "write:orgs/5585922b87b26ff0/scrapers",
                                    "read:orgs/5585922b87b26ff0/secrets",
                                    "write:orgs/5585922b87b26ff0/secrets",
                                    "read:orgs/5585922b87b26ff0/labels",
                                    "write:orgs/5585922b87b26ff0/labels",
                                    "read:orgs/5585922b87b26ff0/views",
                                    "write:orgs/5585922b87b26ff0/views",
                                    "read:orgs/5585922b87b26ff0/documents",
                                    "write:orgs/5585922b87b26ff0/documents",
                                    "read:orgs/5585922b87b26ff0/notificationRules",
                                    "write:orgs/5585922b87b26ff0/notificationRules",
                                    "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                    "read:orgs/5585922b87b26ff0/checks",
                                    "write:orgs/5585922b87b26ff0/checks",
                                    "read:orgs/5585922b87b26ff0/dbrp",
                                    "write:orgs/5585922b87b26ff0/dbrp",
                                    "read:orgs/5585922b87b26ff0/notebooks",
                                    "write:orgs/5585922b87b26ff0/notebooks",
                                    "read:orgs/5585922b87b26ff0/annotations",
                                    "write:orgs/5585922b87b26ff0/annotations",
                                    "read:orgs/5585922b87b26ff0/remotes",
                                    "write:orgs/5585922b87b26ff0/remotes",
                                    "read:orgs/5585922b87b26ff0/replications",
                                    "write:orgs/5585922b87b26ff0/replications"
                            ]
                    }
            ]
            
            
            W simatecS 2 Replies Last reply
            0
            • W Willi-Wunder

              @thomas-braun
              Bingo Banane........ jetzt kommt etwas. Brauch ich die anderen zwei Einträge? (Iobroker (cloned at 2023-12-26 20:56:55) + Backitup in den API Token in InfluxDB? Diese dann löschen und nur den iobroker behalten?

              pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
              [
                      {
                              "id": "0c54cd2ed3814000",
                              "description": "Iobroker",
                              "token": "74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A==",
                              "status": "active",
                              "userName": "Markus",
                              "userID": "0c52172c23814000",
                              "permissions": [
                                      "read:orgs/5585922b87b26ff0/annotations",
                                      "write:orgs/5585922b87b26ff0/annotations",
                                      "read:orgs/5585922b87b26ff0/authorizations",
                                      "write:orgs/5585922b87b26ff0/authorizations",
                                      "read:orgs/5585922b87b26ff0/buckets",
                                      "write:orgs/5585922b87b26ff0/buckets",
                                      "read:orgs/5585922b87b26ff0/checks",
                                      "write:orgs/5585922b87b26ff0/checks",
                                      "read:orgs/5585922b87b26ff0/dashboards",
                                      "write:orgs/5585922b87b26ff0/dashboards",
                                      "read:orgs/5585922b87b26ff0/dbrp",
                                      "write:orgs/5585922b87b26ff0/dbrp",
                                      "read:orgs/5585922b87b26ff0/documents",
                                      "write:orgs/5585922b87b26ff0/documents",
                                      "read:orgs/5585922b87b26ff0/labels",
                                      "write:orgs/5585922b87b26ff0/labels",
                                      "read:orgs/5585922b87b26ff0/notebooks",
                                      "write:orgs/5585922b87b26ff0/notebooks",
                                      "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "read:orgs/5585922b87b26ff0/notificationRules",
                                      "write:orgs/5585922b87b26ff0/notificationRules",
                                      "read:/orgs/5585922b87b26ff0",
                                      "read:orgs/5585922b87b26ff0/remotes",
                                      "write:orgs/5585922b87b26ff0/remotes",
                                      "read:orgs/5585922b87b26ff0/replications",
                                      "write:orgs/5585922b87b26ff0/replications",
                                      "read:orgs/5585922b87b26ff0/scrapers",
                                      "write:orgs/5585922b87b26ff0/scrapers",
                                      "read:orgs/5585922b87b26ff0/secrets",
                                      "write:orgs/5585922b87b26ff0/secrets",
                                      "read:orgs/5585922b87b26ff0/sources",
                                      "write:orgs/5585922b87b26ff0/sources",
                                      "read:orgs/5585922b87b26ff0/tasks",
                                      "write:orgs/5585922b87b26ff0/tasks",
                                      "read:orgs/5585922b87b26ff0/telegrafs",
                                      "write:orgs/5585922b87b26ff0/telegrafs",
                                      "read:/users/0c52172c23814000",
                                      "write:/users/0c52172c23814000",
                                      "read:orgs/5585922b87b26ff0/variables",
                                      "write:orgs/5585922b87b26ff0/variables",
                                      "read:orgs/5585922b87b26ff0/views",
                                      "write:orgs/5585922b87b26ff0/views"
                              ]
                      },
                      {
                              "id": "0c55f9fbfc67e000",
                              "description": "Iobroker (cloned at 2023-12-26 20:56:55)",
                              "token": "2HXiLlQiU_mc3wKWMMkPSlnH66opy68vpkXBxIkWlDfzwpOFf3JjRfk8HUdEUxLegV3Vy0qHSY7dIR78jUB8bA==",
                              "status": "active",
                              "userName": "Markus",
                              "userID": "0c52172c23814000",
                              "permissions": [
                                      "read:orgs/5585922b87b26ff0/annotations",
                                      "write:orgs/5585922b87b26ff0/annotations",
                                      "read:orgs/5585922b87b26ff0/authorizations",
                                      "write:orgs/5585922b87b26ff0/authorizations",
                                      "read:orgs/5585922b87b26ff0/buckets",
                                      "write:orgs/5585922b87b26ff0/buckets",
                                      "read:orgs/5585922b87b26ff0/checks",
                                      "write:orgs/5585922b87b26ff0/checks",
                                      "read:orgs/5585922b87b26ff0/dashboards",
                                      "write:orgs/5585922b87b26ff0/dashboards",
                                      "read:orgs/5585922b87b26ff0/dbrp",
                                      "write:orgs/5585922b87b26ff0/dbrp",
                                      "read:orgs/5585922b87b26ff0/documents",
                                      "write:orgs/5585922b87b26ff0/documents",
                                      "read:orgs/5585922b87b26ff0/labels",
                                      "write:orgs/5585922b87b26ff0/labels",
                                      "read:orgs/5585922b87b26ff0/notebooks",
                                      "write:orgs/5585922b87b26ff0/notebooks",
                                      "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "read:orgs/5585922b87b26ff0/notificationRules",
                                      "write:orgs/5585922b87b26ff0/notificationRules",
                                      "read:/orgs/5585922b87b26ff0",
                                      "read:orgs/5585922b87b26ff0/remotes",
                                      "write:orgs/5585922b87b26ff0/remotes",
                                      "read:orgs/5585922b87b26ff0/replications",
                                      "write:orgs/5585922b87b26ff0/replications",
                                      "read:orgs/5585922b87b26ff0/scrapers",
                                      "write:orgs/5585922b87b26ff0/scrapers",
                                      "read:orgs/5585922b87b26ff0/secrets",
                                      "write:orgs/5585922b87b26ff0/secrets",
                                      "read:orgs/5585922b87b26ff0/sources",
                                      "write:orgs/5585922b87b26ff0/sources",
                                      "read:orgs/5585922b87b26ff0/tasks",
                                      "write:orgs/5585922b87b26ff0/tasks",
                                      "read:orgs/5585922b87b26ff0/telegrafs",
                                      "write:orgs/5585922b87b26ff0/telegrafs",
                                      "read:/users/0c52172c23814000",
                                      "write:/users/0c52172c23814000",
                                      "read:orgs/5585922b87b26ff0/variables",
                                      "write:orgs/5585922b87b26ff0/variables",
                                      "read:orgs/5585922b87b26ff0/views",
                                      "write:orgs/5585922b87b26ff0/views"
                              ]
                      },
                      {
                              "id": "0c55fb5aac495000",
                              "description": "Backitup",
                              "token": "qa1TtBLVxvesQrUawIgN98VLv4__pSLmstVX6L-uW28IlUQk8EvcKNeCbUH82BH3t3JV6RWUB-ssdFdxg4xyqg==",
                              "status": "active",
                              "userName": "Markus",
                              "userID": "0c52172c23814000",
                              "permissions": [
                                      "read:orgs/5585922b87b26ff0/authorizations",
                                      "write:orgs/5585922b87b26ff0/authorizations",
                                      "read:orgs/5585922b87b26ff0/buckets",
                                      "write:orgs/5585922b87b26ff0/buckets",
                                      "read:orgs/5585922b87b26ff0/dashboards",
                                      "write:orgs/5585922b87b26ff0/dashboards",
                                      "read:/orgs/5585922b87b26ff0",
                                      "write:/orgs/5585922b87b26ff0",
                                      "read:orgs/5585922b87b26ff0/sources",
                                      "write:orgs/5585922b87b26ff0/sources",
                                      "read:orgs/5585922b87b26ff0/tasks",
                                      "write:orgs/5585922b87b26ff0/tasks",
                                      "read:orgs/5585922b87b26ff0/telegrafs",
                                      "write:orgs/5585922b87b26ff0/telegrafs",
                                      "read:/users/0c52172c23814000",
                                      "write:/users/0c52172c23814000",
                                      "read:orgs/5585922b87b26ff0/variables",
                                      "write:orgs/5585922b87b26ff0/variables",
                                      "read:orgs/5585922b87b26ff0/scrapers",
                                      "write:orgs/5585922b87b26ff0/scrapers",
                                      "read:orgs/5585922b87b26ff0/secrets",
                                      "write:orgs/5585922b87b26ff0/secrets",
                                      "read:orgs/5585922b87b26ff0/labels",
                                      "write:orgs/5585922b87b26ff0/labels",
                                      "read:orgs/5585922b87b26ff0/views",
                                      "write:orgs/5585922b87b26ff0/views",
                                      "read:orgs/5585922b87b26ff0/documents",
                                      "write:orgs/5585922b87b26ff0/documents",
                                      "read:orgs/5585922b87b26ff0/notificationRules",
                                      "write:orgs/5585922b87b26ff0/notificationRules",
                                      "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                      "read:orgs/5585922b87b26ff0/checks",
                                      "write:orgs/5585922b87b26ff0/checks",
                                      "read:orgs/5585922b87b26ff0/dbrp",
                                      "write:orgs/5585922b87b26ff0/dbrp",
                                      "read:orgs/5585922b87b26ff0/notebooks",
                                      "write:orgs/5585922b87b26ff0/notebooks",
                                      "read:orgs/5585922b87b26ff0/annotations",
                                      "write:orgs/5585922b87b26ff0/annotations",
                                      "read:orgs/5585922b87b26ff0/remotes",
                                      "write:orgs/5585922b87b26ff0/remotes",
                                      "read:orgs/5585922b87b26ff0/replications",
                                      "write:orgs/5585922b87b26ff0/replications"
                              ]
                      }
              ]
              
              
              W Offline
              W Offline
              Willi-Wunder
              wrote on last edited by
              #87

              Backitup klappt aber trotzdem noch nicht

              [DEBUG] [influxDB] - InfluxDB-Backup started ...
              [DEBUG] [influxDB] - Start InfluxDB Backup ...
              [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
              [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_12_27-00_04_27_backupiobroker"
              [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_12_27-00_04_27_backupiobroker" successfully deleted
              [DEBUG] [influxDB] - 
              [ERROR] [influxDB] - Error: Command failed: influx backup --bucket Iobroker -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== "/opt/iobroker/backups/influxDB_2023_12_27-00_04_27_backupiobroker"
              2023/12/27 00:04:27 INFO: Downloading metadata snapshot
              Error: failed to backup metadata: failed to download metadata snapshot: 401 Unauthorized: read:authorizations is unauthorized
              
              1 Reply Last reply
              0
              • W Willi-Wunder

                @thomas-braun
                Bingo Banane........ jetzt kommt etwas. Brauch ich die anderen zwei Einträge? (Iobroker (cloned at 2023-12-26 20:56:55) + Backitup in den API Token in InfluxDB? Diese dann löschen und nur den iobroker behalten?

                pi@iobroker:~ $ sudo influx auth list -t 74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A== --json
                [
                        {
                                "id": "0c54cd2ed3814000",
                                "description": "Iobroker",
                                "token": "74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A==",
                                "status": "active",
                                "userName": "Markus",
                                "userID": "0c52172c23814000",
                                "permissions": [
                                        "read:orgs/5585922b87b26ff0/annotations",
                                        "write:orgs/5585922b87b26ff0/annotations",
                                        "read:orgs/5585922b87b26ff0/authorizations",
                                        "write:orgs/5585922b87b26ff0/authorizations",
                                        "read:orgs/5585922b87b26ff0/buckets",
                                        "write:orgs/5585922b87b26ff0/buckets",
                                        "read:orgs/5585922b87b26ff0/checks",
                                        "write:orgs/5585922b87b26ff0/checks",
                                        "read:orgs/5585922b87b26ff0/dashboards",
                                        "write:orgs/5585922b87b26ff0/dashboards",
                                        "read:orgs/5585922b87b26ff0/dbrp",
                                        "write:orgs/5585922b87b26ff0/dbrp",
                                        "read:orgs/5585922b87b26ff0/documents",
                                        "write:orgs/5585922b87b26ff0/documents",
                                        "read:orgs/5585922b87b26ff0/labels",
                                        "write:orgs/5585922b87b26ff0/labels",
                                        "read:orgs/5585922b87b26ff0/notebooks",
                                        "write:orgs/5585922b87b26ff0/notebooks",
                                        "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "read:orgs/5585922b87b26ff0/notificationRules",
                                        "write:orgs/5585922b87b26ff0/notificationRules",
                                        "read:/orgs/5585922b87b26ff0",
                                        "read:orgs/5585922b87b26ff0/remotes",
                                        "write:orgs/5585922b87b26ff0/remotes",
                                        "read:orgs/5585922b87b26ff0/replications",
                                        "write:orgs/5585922b87b26ff0/replications",
                                        "read:orgs/5585922b87b26ff0/scrapers",
                                        "write:orgs/5585922b87b26ff0/scrapers",
                                        "read:orgs/5585922b87b26ff0/secrets",
                                        "write:orgs/5585922b87b26ff0/secrets",
                                        "read:orgs/5585922b87b26ff0/sources",
                                        "write:orgs/5585922b87b26ff0/sources",
                                        "read:orgs/5585922b87b26ff0/tasks",
                                        "write:orgs/5585922b87b26ff0/tasks",
                                        "read:orgs/5585922b87b26ff0/telegrafs",
                                        "write:orgs/5585922b87b26ff0/telegrafs",
                                        "read:/users/0c52172c23814000",
                                        "write:/users/0c52172c23814000",
                                        "read:orgs/5585922b87b26ff0/variables",
                                        "write:orgs/5585922b87b26ff0/variables",
                                        "read:orgs/5585922b87b26ff0/views",
                                        "write:orgs/5585922b87b26ff0/views"
                                ]
                        },
                        {
                                "id": "0c55f9fbfc67e000",
                                "description": "Iobroker (cloned at 2023-12-26 20:56:55)",
                                "token": "2HXiLlQiU_mc3wKWMMkPSlnH66opy68vpkXBxIkWlDfzwpOFf3JjRfk8HUdEUxLegV3Vy0qHSY7dIR78jUB8bA==",
                                "status": "active",
                                "userName": "Markus",
                                "userID": "0c52172c23814000",
                                "permissions": [
                                        "read:orgs/5585922b87b26ff0/annotations",
                                        "write:orgs/5585922b87b26ff0/annotations",
                                        "read:orgs/5585922b87b26ff0/authorizations",
                                        "write:orgs/5585922b87b26ff0/authorizations",
                                        "read:orgs/5585922b87b26ff0/buckets",
                                        "write:orgs/5585922b87b26ff0/buckets",
                                        "read:orgs/5585922b87b26ff0/checks",
                                        "write:orgs/5585922b87b26ff0/checks",
                                        "read:orgs/5585922b87b26ff0/dashboards",
                                        "write:orgs/5585922b87b26ff0/dashboards",
                                        "read:orgs/5585922b87b26ff0/dbrp",
                                        "write:orgs/5585922b87b26ff0/dbrp",
                                        "read:orgs/5585922b87b26ff0/documents",
                                        "write:orgs/5585922b87b26ff0/documents",
                                        "read:orgs/5585922b87b26ff0/labels",
                                        "write:orgs/5585922b87b26ff0/labels",
                                        "read:orgs/5585922b87b26ff0/notebooks",
                                        "write:orgs/5585922b87b26ff0/notebooks",
                                        "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "read:orgs/5585922b87b26ff0/notificationRules",
                                        "write:orgs/5585922b87b26ff0/notificationRules",
                                        "read:/orgs/5585922b87b26ff0",
                                        "read:orgs/5585922b87b26ff0/remotes",
                                        "write:orgs/5585922b87b26ff0/remotes",
                                        "read:orgs/5585922b87b26ff0/replications",
                                        "write:orgs/5585922b87b26ff0/replications",
                                        "read:orgs/5585922b87b26ff0/scrapers",
                                        "write:orgs/5585922b87b26ff0/scrapers",
                                        "read:orgs/5585922b87b26ff0/secrets",
                                        "write:orgs/5585922b87b26ff0/secrets",
                                        "read:orgs/5585922b87b26ff0/sources",
                                        "write:orgs/5585922b87b26ff0/sources",
                                        "read:orgs/5585922b87b26ff0/tasks",
                                        "write:orgs/5585922b87b26ff0/tasks",
                                        "read:orgs/5585922b87b26ff0/telegrafs",
                                        "write:orgs/5585922b87b26ff0/telegrafs",
                                        "read:/users/0c52172c23814000",
                                        "write:/users/0c52172c23814000",
                                        "read:orgs/5585922b87b26ff0/variables",
                                        "write:orgs/5585922b87b26ff0/variables",
                                        "read:orgs/5585922b87b26ff0/views",
                                        "write:orgs/5585922b87b26ff0/views"
                                ]
                        },
                        {
                                "id": "0c55fb5aac495000",
                                "description": "Backitup",
                                "token": "qa1TtBLVxvesQrUawIgN98VLv4__pSLmstVX6L-uW28IlUQk8EvcKNeCbUH82BH3t3JV6RWUB-ssdFdxg4xyqg==",
                                "status": "active",
                                "userName": "Markus",
                                "userID": "0c52172c23814000",
                                "permissions": [
                                        "read:orgs/5585922b87b26ff0/authorizations",
                                        "write:orgs/5585922b87b26ff0/authorizations",
                                        "read:orgs/5585922b87b26ff0/buckets",
                                        "write:orgs/5585922b87b26ff0/buckets",
                                        "read:orgs/5585922b87b26ff0/dashboards",
                                        "write:orgs/5585922b87b26ff0/dashboards",
                                        "read:/orgs/5585922b87b26ff0",
                                        "write:/orgs/5585922b87b26ff0",
                                        "read:orgs/5585922b87b26ff0/sources",
                                        "write:orgs/5585922b87b26ff0/sources",
                                        "read:orgs/5585922b87b26ff0/tasks",
                                        "write:orgs/5585922b87b26ff0/tasks",
                                        "read:orgs/5585922b87b26ff0/telegrafs",
                                        "write:orgs/5585922b87b26ff0/telegrafs",
                                        "read:/users/0c52172c23814000",
                                        "write:/users/0c52172c23814000",
                                        "read:orgs/5585922b87b26ff0/variables",
                                        "write:orgs/5585922b87b26ff0/variables",
                                        "read:orgs/5585922b87b26ff0/scrapers",
                                        "write:orgs/5585922b87b26ff0/scrapers",
                                        "read:orgs/5585922b87b26ff0/secrets",
                                        "write:orgs/5585922b87b26ff0/secrets",
                                        "read:orgs/5585922b87b26ff0/labels",
                                        "write:orgs/5585922b87b26ff0/labels",
                                        "read:orgs/5585922b87b26ff0/views",
                                        "write:orgs/5585922b87b26ff0/views",
                                        "read:orgs/5585922b87b26ff0/documents",
                                        "write:orgs/5585922b87b26ff0/documents",
                                        "read:orgs/5585922b87b26ff0/notificationRules",
                                        "write:orgs/5585922b87b26ff0/notificationRules",
                                        "read:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "write:orgs/5585922b87b26ff0/notificationEndpoints",
                                        "read:orgs/5585922b87b26ff0/checks",
                                        "write:orgs/5585922b87b26ff0/checks",
                                        "read:orgs/5585922b87b26ff0/dbrp",
                                        "write:orgs/5585922b87b26ff0/dbrp",
                                        "read:orgs/5585922b87b26ff0/notebooks",
                                        "write:orgs/5585922b87b26ff0/notebooks",
                                        "read:orgs/5585922b87b26ff0/annotations",
                                        "write:orgs/5585922b87b26ff0/annotations",
                                        "read:orgs/5585922b87b26ff0/remotes",
                                        "write:orgs/5585922b87b26ff0/remotes",
                                        "read:orgs/5585922b87b26ff0/replications",
                                        "write:orgs/5585922b87b26ff0/replications"
                                ]
                        }
                ]
                
                
                simatecS Online
                simatecS Online
                simatec
                Developer Most Active
                wrote on last edited by
                #88

                @willi-wunder Bingo ... du hast deinen Operator-Token gelöscht
                https://github.com/simatec/ioBroker.backitup/wiki/Diverse-Anleitungen-für-ioBroker.backitup#operator-token-für-influxdb-2x-wiederherstellen

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

                  @willi-wunder Bingo ... du hast deinen Operator-Token gelöscht
                  https://github.com/simatec/ioBroker.backitup/wiki/Diverse-Anleitungen-für-ioBroker.backitup#operator-token-für-influxdb-2x-wiederherstellen

                  W Offline
                  W Offline
                  Willi-Wunder
                  wrote on last edited by Willi-Wunder
                  #89

                  @simatec

                  pi@iobroker:~ $ sudo influxd recovery auth create-operator --org my-org --userna                                                                            me Markus --bolt-path /var/lib/influxdb2/influxd.bolt
                  2023-12-26T23:12:55.164195Z     info    Resources opened        {"log_id": "0mM6                                                                            HmUW000", "system": "bolt-kvstore", "path": "/var/lib/influxdb2/influxd.bolt"}
                  Error: bucket "authorizationsv1": bucket not found
                  See 'influxd -h' for help
                  
                  
                  simatecS 2 Replies Last reply
                  0
                  • W Willi-Wunder

                    @simatec

                    pi@iobroker:~ $ sudo influxd recovery auth create-operator --org my-org --userna                                                                            me Markus --bolt-path /var/lib/influxdb2/influxd.bolt
                    2023-12-26T23:12:55.164195Z     info    Resources opened        {"log_id": "0mM6                                                                            HmUW000", "system": "bolt-kvstore", "path": "/var/lib/influxdb2/influxd.bolt"}
                    Error: bucket "authorizationsv1": bucket not found
                    See 'influxd -h' for help
                    
                    
                    simatecS Online
                    simatecS Online
                    simatec
                    Developer Most Active
                    wrote on last edited by
                    #90

                    @willi-wunder da fehlt die Hälfte

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    W 1 Reply Last reply
                    0
                    • W Willi-Wunder

                      @simatec

                      pi@iobroker:~ $ sudo influxd recovery auth create-operator --org my-org --userna                                                                            me Markus --bolt-path /var/lib/influxdb2/influxd.bolt
                      2023-12-26T23:12:55.164195Z     info    Resources opened        {"log_id": "0mM6                                                                            HmUW000", "system": "bolt-kvstore", "path": "/var/lib/influxdb2/influxd.bolt"}
                      Error: bucket "authorizationsv1": bucket not found
                      See 'influxd -h' for help
                      
                      
                      simatecS Online
                      simatecS Online
                      simatec
                      Developer Most Active
                      wrote on last edited by
                      #91

                      @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                      Error: bucket "authorizationsv1": bucket not found

                      Es steht doch im der Anleitung, was du machen musst, wenn dieser Fehler kommt ...
                      Du hast mit großer Wahrscheinlichkeit von einer influxdb 1.x migriert und deshalb passt der Pfad nicht

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

                        @willi-wunder da fehlt die Hälfte

                        W Offline
                        W Offline
                        Willi-Wunder
                        wrote on last edited by
                        #92

                        @simatec
                        sudo influxd recovery auth create-operator --org my-org --username Markus --bolt-path /var/lib/influxdb2/influxd.bolt

                        Die Zeichen "<>" werden ja weggelassen. Was habe ich noch falsch gemacht?

                        simatecS 1 Reply Last reply
                        0
                        • W Willi-Wunder

                          @simatec
                          sudo influxd recovery auth create-operator --org my-org --username Markus --bolt-path /var/lib/influxdb2/influxd.bolt

                          Die Zeichen "<>" werden ja weggelassen. Was habe ich noch falsch gemacht?

                          simatecS Online
                          simatecS Online
                          simatec
                          Developer Most Active
                          wrote on last edited by
                          #93

                          @willi-wunder

                          find / -name influxd.bolt
                          
                          • Besuche meine Github Seite
                          • Beitrag hat geholfen oder willst du mich unterstützen
                          • HowTo Restore ioBroker
                          1 Reply Last reply
                          0
                          • simatecS simatec

                            @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                            Error: bucket "authorizationsv1": bucket not found

                            Es steht doch im der Anleitung, was du machen musst, wenn dieser Fehler kommt ...
                            Du hast mit großer Wahrscheinlichkeit von einer influxdb 1.x migriert und deshalb passt der Pfad nicht

                            W Offline
                            W Offline
                            Willi-Wunder
                            wrote on last edited by
                            #94

                            Du hast mit großer Wahrscheinlichkeit von einer influxdb 1.x migriert und deshalb passt der Pfad nicht

                            Vermutlich dann eher aus dem einspielen vom Backup. Hatte auf dem neuen System alles neu installiert gehabt, aber dann wird das vermutlich so sein.

                            1 Reply Last reply
                            0
                            • W Offline
                              W Offline
                              Willi-Wunder
                              wrote on last edited by Willi-Wunder
                              #95
                              pi@iobroker:~ $ sudo find / -name influxd.bolt
                              find: '/run/user/1000/doc': Permission denied
                              find: '/run/user/1000/gvfs': Permission denied
                              /var/lib/influxdb2/influxd.bolt
                              /var/lib/influxdb/influxd.bolt
                              
                              W simatecS 2 Replies Last reply
                              0
                              • W Willi-Wunder
                                pi@iobroker:~ $ sudo find / -name influxd.bolt
                                find: '/run/user/1000/doc': Permission denied
                                find: '/run/user/1000/gvfs': Permission denied
                                /var/lib/influxdb2/influxd.bolt
                                /var/lib/influxdb/influxd.bolt
                                
                                W Offline
                                W Offline
                                Willi-Wunder
                                wrote on last edited by
                                #96
                                pi@iobroker:~ $ sudo influxd recovery auth create-operator --org my-org --username Markus --bolt-path /var/lib/influxdb/influxd.bolt
                                2023-12-26T23:27:27.171331Z     info    Resources opened        {"log_id": "0mM76~lW000", "system": "bolt-kvstore", "path": "/var/lib/influxdb/influxd.bolt"}
                                ID                      User Name       User ID                 Description                                     Token                                      Permissions
                                0c54cd2ed3814000        Markus          0c52172c23814000        Iobroker                                        74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A==    [read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views]
                                0c55f9fbfc67e000        Markus          0c52172c23814000        Iobroker (cloned at 2023-12-26 20:56:55)        2HXiLlQiU_mc3wKWMMkPSlnH66opy68vpkXBxIkWlDfzwpOFf3JjRfk8HUdEUxLegV3Vy0qHSY7dIR78jUB8bA==    [read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views]
                                0c55fb5aac495000        Markus          0c52172c23814000        Backitup                                        qa1TtBLVxvesQrUawIgN98VLv4__pSLmstVX6L-uW28IlUQk8EvcKNeCbUH82BH3t3JV6RWUB-ssdFdxg4xyqg==    [read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0 write:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications]
                                0c561c6ff19d0000        Markus          0c52172c23814000        Markus's Recovery Token                         yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw==    [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 1 Reply Last reply
                                0
                                • W Willi-Wunder
                                  pi@iobroker:~ $ sudo find / -name influxd.bolt
                                  find: '/run/user/1000/doc': Permission denied
                                  find: '/run/user/1000/gvfs': Permission denied
                                  /var/lib/influxdb2/influxd.bolt
                                  /var/lib/influxdb/influxd.bolt
                                  
                                  simatecS Online
                                  simatecS Online
                                  simatec
                                  Developer Most Active
                                  wrote on last edited by
                                  #97

                                  @willi-wunder

                                  sudo ls -lah /var/lib/influxdb2
                                  sudo ls -lah /var/lib/influxdb/influxd.bolt
                                  
                                  • Besuche meine Github Seite
                                  • Beitrag hat geholfen oder willst du mich unterstützen
                                  • HowTo Restore ioBroker
                                  1 Reply Last reply
                                  0
                                  • W Willi-Wunder
                                    pi@iobroker:~ $ sudo influxd recovery auth create-operator --org my-org --username Markus --bolt-path /var/lib/influxdb/influxd.bolt
                                    2023-12-26T23:27:27.171331Z     info    Resources opened        {"log_id": "0mM76~lW000", "system": "bolt-kvstore", "path": "/var/lib/influxdb/influxd.bolt"}
                                    ID                      User Name       User ID                 Description                                     Token                                      Permissions
                                    0c54cd2ed3814000        Markus          0c52172c23814000        Iobroker                                        74VTRbf_Qc6sAG_goAo4AMkdEdPKkPdWFyxVzrPhY5hNuxX43QdnYAiIWp9rmexTYHJbxa1I0dQ_wNkqkexV7A==    [read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views]
                                    0c55f9fbfc67e000        Markus          0c52172c23814000        Iobroker (cloned at 2023-12-26 20:56:55)        2HXiLlQiU_mc3wKWMMkPSlnH66opy68vpkXBxIkWlDfzwpOFf3JjRfk8HUdEUxLegV3Vy0qHSY7dIR78jUB8bA==    [read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views]
                                    0c55fb5aac495000        Markus          0c52172c23814000        Backitup                                        qa1TtBLVxvesQrUawIgN98VLv4__pSLmstVX6L-uW28IlUQk8EvcKNeCbUH82BH3t3JV6RWUB-ssdFdxg4xyqg==    [read:orgs/5585922b87b26ff0/authorizations write:orgs/5585922b87b26ff0/authorizations read:orgs/5585922b87b26ff0/buckets write:orgs/5585922b87b26ff0/buckets read:orgs/5585922b87b26ff0/dashboards write:orgs/5585922b87b26ff0/dashboards read:orgs/5585922b87b26ff0 write:orgs/5585922b87b26ff0 read:orgs/5585922b87b26ff0/sources write:orgs/5585922b87b26ff0/sources read:orgs/5585922b87b26ff0/tasks write:orgs/5585922b87b26ff0/tasks read:orgs/5585922b87b26ff0/telegrafs write:orgs/5585922b87b26ff0/telegrafs read:users/0c52172c23814000 write:users/0c52172c23814000 read:orgs/5585922b87b26ff0/variables write:orgs/5585922b87b26ff0/variables read:orgs/5585922b87b26ff0/scrapers write:orgs/5585922b87b26ff0/scrapers read:orgs/5585922b87b26ff0/secrets write:orgs/5585922b87b26ff0/secrets read:orgs/5585922b87b26ff0/labels write:orgs/5585922b87b26ff0/labels read:orgs/5585922b87b26ff0/views write:orgs/5585922b87b26ff0/views read:orgs/5585922b87b26ff0/documents write:orgs/5585922b87b26ff0/documents read:orgs/5585922b87b26ff0/notificationRules write:orgs/5585922b87b26ff0/notificationRules read:orgs/5585922b87b26ff0/notificationEndpoints write:orgs/5585922b87b26ff0/notificationEndpoints read:orgs/5585922b87b26ff0/checks write:orgs/5585922b87b26ff0/checks read:orgs/5585922b87b26ff0/dbrp write:orgs/5585922b87b26ff0/dbrp read:orgs/5585922b87b26ff0/notebooks write:orgs/5585922b87b26ff0/notebooks read:orgs/5585922b87b26ff0/annotations write:orgs/5585922b87b26ff0/annotations read:orgs/5585922b87b26ff0/remotes write:orgs/5585922b87b26ff0/remotes read:orgs/5585922b87b26ff0/replications write:orgs/5585922b87b26ff0/replications]
                                    0c561c6ff19d0000        Markus          0c52172c23814000        Markus's Recovery Token                         yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw==    [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 Online
                                    simatecS Online
                                    simatec
                                    Developer Most Active
                                    wrote on last edited by
                                    #98

                                    @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                                    0c561c6ff19d0000 Markus 0c52172c23814000 Markus's Recovery Token yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw==

                                    Hier ist dein neuer Operatortoken... Den fügst du in Backitup ein und bitte nie wieder löschen

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

                                      @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                                      0c561c6ff19d0000 Markus 0c52172c23814000 Markus's Recovery Token yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw==

                                      Hier ist dein neuer Operatortoken... Den fügst du in Backitup ein und bitte nie wieder löschen

                                      W Offline
                                      W Offline
                                      Willi-Wunder
                                      wrote on last edited by Willi-Wunder
                                      #99
                                      [DEBUG] [influxDB] - InfluxDB-Backup started ...
                                      [DEBUG] [influxDB] - Start InfluxDB Backup ...
                                      [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                                      [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker"
                                      [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker" successfully deleted
                                      [DEBUG] [influxDB] - 
                                      [ERROR] [influxDB] - Error: Command failed: influx backup --bucket Iobroker -t yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw== "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker"
                                      Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                                      
                                      [DEBUG] [influxDB] - InfluxDB-Backup for is finish
                                      [DEBUG] [influxDB] - done
                                      

                                      Warte, doof, influxDb war nicht gestartet, glaube jetzt läuft es......

                                      [DEBUG] [influxDB] - InfluxDB-Backup started ...
                                      [DEBUG] [influxDB] - Start InfluxDB Backup ...
                                      [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                                      [DEBUG] [influxDB] - Packed 71MB so far...
                                      [DEBUG] [influxDB] - Packed 144MB so far...
                                      [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker.tar.gz
                                      [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker"
                                      [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker" successfully deleted
                                      [DEBUG] [influxDB] - InfluxDB-Backup for is finish
                                      [DEBUG] [influxDB] - done
                                      
                                      simatecS 1 Reply Last reply
                                      0
                                      • W Willi-Wunder
                                        [DEBUG] [influxDB] - InfluxDB-Backup started ...
                                        [DEBUG] [influxDB] - Start InfluxDB Backup ...
                                        [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                                        [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker"
                                        [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker" successfully deleted
                                        [DEBUG] [influxDB] - 
                                        [ERROR] [influxDB] - Error: Command failed: influx backup --bucket Iobroker -t yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw== "/opt/iobroker/backups/influxDB_2023_12_27-00_30_36_backupiobroker"
                                        Error: API compatibility check failed: Get "http://localhost:8086/health": dial tcp [::1]:8086: connect: connection refused
                                        
                                        [DEBUG] [influxDB] - InfluxDB-Backup for is finish
                                        [DEBUG] [influxDB] - done
                                        

                                        Warte, doof, influxDb war nicht gestartet, glaube jetzt läuft es......

                                        [DEBUG] [influxDB] - InfluxDB-Backup started ...
                                        [DEBUG] [influxDB] - Start InfluxDB Backup ...
                                        [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                                        [DEBUG] [influxDB] - Packed 71MB so far...
                                        [DEBUG] [influxDB] - Packed 144MB so far...
                                        [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker.tar.gz
                                        [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory: "/opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker"
                                        [DEBUG] [influxDB] - InfluxDB tmp directory "/opt/iobroker/backups/influxDB_2023_12_27-00_34_14_backupiobroker" successfully deleted
                                        [DEBUG] [influxDB] - InfluxDB-Backup for is finish
                                        [DEBUG] [influxDB] - done
                                        
                                        simatecS Online
                                        simatecS Online
                                        simatec
                                        Developer Most Active
                                        wrote on last edited by
                                        #100

                                        @willi-wunder jup jetzt passt alles

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

                                          @willi-wunder sagte in mit backitup kein Influxdb und Grafana backup möglich:

                                          0c561c6ff19d0000 Markus 0c52172c23814000 Markus's Recovery Token yaNHdwh6KjzO0euGPkiyhVon1uZKN4tuqaDAUL4tvVKIz14-4A-_0ZIsP9ScW_XkjVYrdwpm5iUahPDBCbuhIw==

                                          Hier ist dein neuer Operatortoken... Den fügst du in Backitup ein und bitte nie wieder löschen

                                          W Offline
                                          W Offline
                                          Willi-Wunder
                                          wrote on last edited by
                                          #101

                                          @simatec
                                          @Thomas-Braun
                                          Herzlichen Dank für eure Unterstützung 👍 👍 👍
                                          Wenn Ihr mal Schreinertechnische Fragen habt, gerne an mich wenden 😀

                                          Der Token ist jetzt in KeePass gespeichert und geht nie wieder verloren.
                                          Kann man noch etwas bereinigen von der DB1.x damit das System sauber ist? Hatte diese nur zum Testen mal auf Buster installiert gehabt, verwendet habe ich da gar nix. Fange jetzt ganz neu damit an, bisher die Daten alle in History gehabt.

                                          Den anderen beiden API Token in InfluxDB brauche ich die noch? Löschen oder behalten? "Iobroker" war der erste API Token.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          526

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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