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. Off Topic
  4. Grafana
  5. Fehler bei Wiederherstellung von Grafana

NEWS

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

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

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

Fehler bei Wiederherstellung von Grafana

Scheduled Pinned Locked Moved Grafana
36 Posts 4 Posters 3.0k Views 3 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

    @wibear sagte in Fehler bei Wiederherstellung von Grafana:

    Das Verzeichnis ist nicht leer.

    Sollte es aber sein, wenn es als Einhängepunkt fungieren soll.

    W Offline
    W Offline
    wibear
    wrote on last edited by
    #7

    @thomas-braun
    Über welches Verzeichnis sprechen wir /opt/iobroker ?
    Was soll ich ändern?

    Thomas BraunT 1 Reply Last reply
    0
    • W wibear

      @thomas-braun
      Über welches Verzeichnis sprechen wir /opt/iobroker ?
      Was soll ich ändern?

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

      @wibear sagte in Fehler bei Wiederherstellung von Grafana:

      Über welches Verzeichnis sprechen wir /opt/iobroker ?

      Wir sprechen vom Mountpunkt /opt/iobroker/backups. Hatte das oben falsch.

      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
      1
      • Thomas BraunT Thomas Braun

        @wibear sagte in Fehler bei Wiederherstellung von Grafana:

        Über welches Verzeichnis sprechen wir /opt/iobroker ?

        Wir sprechen vom Mountpunkt /opt/iobroker/backups. Hatte das oben falsch.

        W Offline
        W Offline
        wibear
        wrote on last edited by
        #9

        @thomas-braun

        Dieses Verzeichnis ist ja leer. Was kann es noch sein?

        Thomas BraunT 1 Reply Last reply
        0
        • W wibear

          @thomas-braun

          Dieses Verzeichnis ist ja leer. Was kann es noch sein?

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

          @wibear

          Was passiert denn, wenn du das Ding manuell mountest?

          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

            @wibear

            Was passiert denn, wenn du das Ding manuell mountest?

            W Offline
            W Offline
            wibear
            wrote on last edited by
            #11

            @thomas-braun
            Bin mit Linux nicht so vertraut.
            Wie mounte ich das bitte?

            Thomas BraunT 1 Reply Last reply
            0
            • W wibear

              @thomas-braun
              Bin mit Linux nicht so vertraut.
              Wie mounte ich das bitte?

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

              @wibear

              Schauen, ob der Mountpunkt leer ist:

              ls -l /opt/iobroker/backups
              

              dann mounten:

              sudo mount -t cifs -o username=iobrokerBackup,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
              

              Dein password muss noch gesetzt werden.

              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 2 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @wibear

                Schauen, ob der Mountpunkt leer ist:

                ls -l /opt/iobroker/backups
                

                dann mounten:

                sudo mount -t cifs -o username=iobrokerBackup,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                

                Dein password muss noch gesetzt werden.

                W Offline
                W Offline
                wibear
                wrote on last edited by
                #13

                @thomas-braun sagte in Fehler bei Wiederherstellung von Grafana:

                dann mounten:

                Ich habe gemountet und danach wie empfohlen

                sudo systemctl daemon-reload
                

                ausgeführt.

                raspi@raspi:~ $ sudo mount -t cifs -o username=iobrokerBackup,password=iobrokerbackup,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                mount: (hint) your fstab has been modified, but systemd still uses
                       the old version; use 'systemctl daemon-reload' to reload.
                raspi@raspi:~ $ ^C
                raspi@raspi:~ $ sudo systemctl daemon-reload
                raspi@raspi:~ $ sudo mount -t cifs -o username=iobrokerBackup,password=iobrokerbackup,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                mount error(16): Device or resource busy
                Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                
                W 1 Reply Last reply
                0
                • W wibear

                  @thomas-braun sagte in Fehler bei Wiederherstellung von Grafana:

                  dann mounten:

                  Ich habe gemountet und danach wie empfohlen

                  sudo systemctl daemon-reload
                  

                  ausgeführt.

                  raspi@raspi:~ $ sudo mount -t cifs -o username=iobrokerBackup,password=iobrokerbackup,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                  mount: (hint) your fstab has been modified, but systemd still uses
                         the old version; use 'systemctl daemon-reload' to reload.
                  raspi@raspi:~ $ ^C
                  raspi@raspi:~ $ sudo systemctl daemon-reload
                  raspi@raspi:~ $ sudo mount -t cifs -o username=iobrokerBackup,password=iobrokerbackup,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                  mount error(16): Device or resource busy
                  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                  
                  W Offline
                  W Offline
                  wibear
                  wrote on last edited by
                  #14

                  @wibear

                  ich habe umount ausgeführt, danach wieder mount:

                  raspi@raspi:~ $ sudo umount /opt/iobroker/backups
                  raspi@raspi:~ $ sudo mount -t cifs -o username=iobrokerBackup,password=iobrokerbackp,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobrker/backups
                  raspi@raspi:~ $
                  

                  Es wurde ohne irgendeine Meldung ausgeführt.

                  1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @wibear

                    Schauen, ob der Mountpunkt leer ist:

                    ls -l /opt/iobroker/backups
                    

                    dann mounten:

                    sudo mount -t cifs -o username=iobrokerBackup,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backups
                    

                    Dein password muss noch gesetzt werden.

                    W Offline
                    W Offline
                    wibear
                    wrote on last edited by wibear
                    #15

                    @thomas-braun sagte in Fehler bei Wiederherstellung von Grafana:

                    Schauen, ob der Mountpunkt leer ist:

                    Das war vor mount

                    raspi@raspi:~ $ ls -l /opt/iobroker/backups
                    total 0
                    

                    und das ist nach mount:

                    raspi@raspi:~ $ ls -l /opt/iobroker/backups                                        total 73984
                    -rwxrwxrwx 1 iobroker iobroker     9507 Dec  1 02:41 grafana_2024_12_01-02_41_35_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker     9505 Dec  8 02:41 grafana_2024_12_08-02_41_41_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker  5458346 Dec  1 02:30 homematic_2024_12_01-02_30_22_3.79.6_backupiobroker.tar.sbk
                    -rwxrwxrwx 1 iobroker iobroker  5458346 Dec  8 02:30 homematic_2024_12_08-02_30_22_3.79.6_backupiobroker.tar.sbk
                    -rwxrwxrwx 1 iobroker iobroker      225 Dec 10 15:20 homematic_2024_12_10-15_20_10_3.79.6_backupiobroker.tar.sbk
                    -rwxrwxrwx 1 iobroker iobroker 28285363 Dec  1 02:41 influxDB_2024_12_01-02_40_29_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker 30373723 Dec  8 02:41 influxDB_2024_12_08-02_40_29_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker  2114413 Dec  1 02:40 iobroker_2024_12_01-02_40_20_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker  2132546 Dec  8 02:40 iobroker_2024_12_08-02_40_20_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker    31808 Dec  1 02:41 javascripts_2024_12_01-02_41_52_backupiobroker.tar.gz
                    -rwxrwxrwx 1 iobroker iobroker    32943 Dec  8 02:42 javascripts_2024_12_08-02_41_59_backupiobroker.tar.gz
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • W wibear

                      @thomas-braun sagte in Fehler bei Wiederherstellung von Grafana:

                      Schauen, ob der Mountpunkt leer ist:

                      Das war vor mount

                      raspi@raspi:~ $ ls -l /opt/iobroker/backups
                      total 0
                      

                      und das ist nach mount:

                      raspi@raspi:~ $ ls -l /opt/iobroker/backups                                        total 73984
                      -rwxrwxrwx 1 iobroker iobroker     9507 Dec  1 02:41 grafana_2024_12_01-02_41_35_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker     9505 Dec  8 02:41 grafana_2024_12_08-02_41_41_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker  5458346 Dec  1 02:30 homematic_2024_12_01-02_30_22_3.79.6_backupiobroker.tar.sbk
                      -rwxrwxrwx 1 iobroker iobroker  5458346 Dec  8 02:30 homematic_2024_12_08-02_30_22_3.79.6_backupiobroker.tar.sbk
                      -rwxrwxrwx 1 iobroker iobroker      225 Dec 10 15:20 homematic_2024_12_10-15_20_10_3.79.6_backupiobroker.tar.sbk
                      -rwxrwxrwx 1 iobroker iobroker 28285363 Dec  1 02:41 influxDB_2024_12_01-02_40_29_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker 30373723 Dec  8 02:41 influxDB_2024_12_08-02_40_29_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker  2114413 Dec  1 02:40 iobroker_2024_12_01-02_40_20_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker  2132546 Dec  8 02:40 iobroker_2024_12_08-02_40_20_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker    31808 Dec  1 02:41 javascripts_2024_12_01-02_41_52_backupiobroker.tar.gz
                      -rwxrwxrwx 1 iobroker iobroker    32943 Dec  8 02:42 javascripts_2024_12_08-02_41_59_backupiobroker.tar.gz
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #16

                      @wibear

                      So soll das aussehen.

                      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 2 Replies Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @wibear

                        So soll das aussehen.

                        W Offline
                        W Offline
                        wibear
                        wrote on last edited by wibear
                        #17

                        @thomas-braun
                        Wie soll ich bitte weiter vorgehen?
                        Oder kann ich es irgenwie manuell machen?

                        1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @wibear

                          So soll das aussehen.

                          W Offline
                          W Offline
                          wibear
                          wrote on last edited by wibear
                          #18

                          @thomas-braun

                          mount/unmount funktioniert manuell.
                          Warum geht das nicht über Backitup (error 16)?
                          Wie kann man es über die Konsole einspielen?
                          Kann ich den Fehler in einer Log suchen?

                          Thomas BraunT 1 Reply Last reply
                          0
                          • W wibear

                            @thomas-braun

                            mount/unmount funktioniert manuell.
                            Warum geht das nicht über Backitup (error 16)?
                            Wie kann man es über die Konsole einspielen?
                            Kann ich den Fehler in einer Log suchen?

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

                            @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                            Warum geht das nicht über Backitup (error 16)?

                            Erscheint die Meldung denn immer noch?
                            Du darfst nicht mit irgendwelchen Prozessen (z. B. deinem graphischen Dateimanager) auf den Mountpunkt zugreifen.

                            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 2 Replies Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                              Warum geht das nicht über Backitup (error 16)?

                              Erscheint die Meldung denn immer noch?
                              Du darfst nicht mit irgendwelchen Prozessen (z. B. deinem graphischen Dateimanager) auf den Mountpunkt zugreifen.

                              W Offline
                              W Offline
                              wibear
                              wrote on last edited by
                              #20

                              @thomas-braun

                              Der Fehler ist immer noch da, auch wenn ich nur die Konsole benutze.

                              1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                                Warum geht das nicht über Backitup (error 16)?

                                Erscheint die Meldung denn immer noch?
                                Du darfst nicht mit irgendwelchen Prozessen (z. B. deinem graphischen Dateimanager) auf den Mountpunkt zugreifen.

                                W Offline
                                W Offline
                                wibear
                                wrote on last edited by
                                #21

                                @thomas-braun

                                Es gibt in der IOB Log diese Meldung:

                                DATA: {"type":"nas / copy","fileName":"/opt/iobroker/backups/grafana_2024_12_08-02_41_41_backupiobroker.tar.gz","currentTheme":"none","currentProtocol":"http:","stopIOB":false}
                                

                                Ist stopIOB (false) OK?

                                Thomas BraunT 1 Reply Last reply
                                0
                                • W wibear

                                  @thomas-braun

                                  Es gibt in der IOB Log diese Meldung:

                                  DATA: {"type":"nas / copy","fileName":"/opt/iobroker/backups/grafana_2024_12_08-02_41_41_backupiobroker.tar.gz","currentTheme":"none","currentProtocol":"http:","stopIOB":false}
                                  

                                  Ist stopIOB (false) OK?

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

                                  @wibear

                                  Das scheint sich singulär auf das Grafana-Backup zu beziehen.
                                  Kann ich aber nix zu sagen, verwende ich nicht.

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

                                  1 Reply Last reply
                                  0
                                  • W wibear

                                    Hallo Forum,
                                    ich kann Grafana nicht wiederherstellen. Es ist ein Raspi4 mit Bookworm. Das Backup stammt vom Bullseye. Es gibt ein Fehler in der IOB-Log:

                                    Error: Command failed: sudo mount -t cifs -o username=iobrokerBackup,password=****,noserverino,cache=loose,rw,forceuid,uid=iobroker,forcegid,gid=iobroker,file_mode=0777,dir_mode=0777 //fritz.box/fritz.box/MemoryBoard/Share/Backup/ioBroker /opt/iobroker/backupsmount error(16): Device or resource busyRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                    

                                    und in dem Wiederherstellungsdialog:

                                    11:00:40.504INFOguistarting Restore...
                                    11:00:40.803DEBUGgrafanaStart Grafana Restore ...
                                    11:00:40.811DEBUGgrafanafilename for restore: /opt/iobroker/backups/grafana_2024_12_08-02_41_41_backupiobroker.tar.gz
                                    11:00:40.846DEBUGgrafanaGrafana tmp directory created: /opt/iobroker/backups/grafana_tmp
                                    11:00:40.853DEBUGgrafanastart decompress
                                    11:00:51.594DEBUGgrafanaGrafana request started
                                    11:00:51.942DEBUGgrafanaGrafana is available ... Status: 200
                                    11:00:52.040DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/datasource/infinity.json
                                    11:00:52.086DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/datasource/influxdb.json
                                    11:00:52.106DEBUGgrafanacannot restore datasource "infinity": "data source with the same name already exists"
                                    11:00:52.111DEBUGgrafanacannot restore datasource "influxdb": "data source with the same name already exists"
                                    11:00:55.006DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/batterie-ladeleistung.json
                                    11:00:55.065DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/batterie-soc.json
                                    11:00:55.074DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/energie.json
                                    11:00:55.089DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/funk.json
                                    11:00:55.112DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/gauges.json
                                    11:00:55.121DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/heizung.json
                                    11:00:55.127DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/temperaturen-ww-hz.json
                                    11:00:55.132DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/umwalzpumpe.json
                                    11:00:55.139DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/leistung-waschmaschiene.json
                                    11:00:55.157DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/signalstarke.json
                                    11:00:55.161DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/leistung-solar.json
                                    11:00:55.167DEBUGgrafanaTry to Restore: /opt/iobroker/backups/grafana_tmp/dashboards/verbrauch-ww-taglich.json
                                    11:00:55.172DEBUGgrafanacannot restore dashboard "energie": {"message":"Unauthorized","traceID":""}
                                    11:00:55.175DEBUGgrafanacannot restore dashboard "batterie-soc": {"message":"Unauthorized","traceID":""}
                                    11:00:55.178DEBUGgrafanacannot restore dashboard "batterie-ladeleistung": {"message":"Unauthorized","traceID":""}
                                    11:00:55.229DEBUGgrafanacannot restore dashboard "funk": {"message":"Unauthorized","traceID":""}
                                    11:00:55.237DEBUGgrafanacannot restore dashboard "verbrauch-hz-taglich": {"message":"Unauthorized","traceID":""}
                                    11:00:55.248DEBUGgrafanacannot restore dashboard "heizung": {"message":"Unauthorized","traceID":""}
                                    11:00:55.275DEBUGgrafanacannot restore dashboard "gauges": {"message":"Unauthorized","traceID":""}
                                    11:00:55.278DEBUGgrafanacannot restore dashboard "temperaturen-ww-hz": {"message":"Unauthorized","traceID":""}
                                    11:00:55.285DEBUGgrafanacannot restore dashboard "verbrauch-ww-taglich": {"message":"Unauthorized","traceID":""}
                                    11:00:55.290DEBUGgrafanacannot restore dashboard "temperatur-shelly": {"message":"Unauthorized","traceID":""}
                                    11:00:55.294DEBUGgrafanacannot restore dashboard "umwalzpumpe": {"message":"Unauthorized","traceID":""}
                                    11:00:55.298DEBUGgrafanacannot restore dashboard "leistung-solar": {"message":"Unauthorized","traceID":""}
                                    11:01:00.969DEBUGgrafanacannot restore dashboard "signalstarke": {"message":"Unauthorized","traceID":""}
                                    11:01:01.013DEBUGgrafanacannot restore dashboard "leistung-waschmaschiene": {"message":"Unauthorized","traceID":""}
                                    11:01:01.022DEBUGgrafanaGrafana request ended
                                    11:01:01.030DEBUGgrafanaTry deleting the Grafana tmp directory
                                    11:01:01.037DEBUGgrafanaGrafana tmp directory was successfully deleted
                                    11:01:02.977DEBUGgrafanaGrafana Restore completed successfully
                                    

                                    Nur die Data sources werden übernommen.

                                    Woran könnte es liegen?
                                    Danke und Grüße

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

                                    @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                                    11:00:55.290DEBUGgrafanacannot restore dashboard "temperatur-shelly": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:00:55.294DEBUGgrafanacannot restore dashboard "umwalzpumpe": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:00:55.298DEBUGgrafanacannot restore dashboard "leistung-solar": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:01:00.969DEBUGgrafanacannot restore dashboard "signalstarke": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:01:01.013DEBUGgrafanacannot restore dashboard "leistung-waschmaschiene": {"message":"Unauthorized","traceID":""}
                                    

                                    Nur die Data sources werden übernommen.

                                    Für die Wiederherstellung der Datasources ist lediglich Grafana Username und Passwort erforderlich, für die Dashboards zusätzlich der API Key. Also liegt die Vermutung nahe, dass der API Key falsch ist oder nicht die erforderlichen Rechte besitzt. Sagt auch die Fehlermeldung "message":"Unauthorized"

                                    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.

                                    W 1 Reply Last reply
                                    1
                                    • Marc BergM Marc Berg

                                      @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                                      11:00:55.290DEBUGgrafanacannot restore dashboard "temperatur-shelly": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:00:55.294DEBUGgrafanacannot restore dashboard "umwalzpumpe": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:00:55.298DEBUGgrafanacannot restore dashboard "leistung-solar": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:01:00.969DEBUGgrafanacannot restore dashboard "signalstarke": {"message":"Unauthorized","traceID":""}                                                                                                                                                                            11:01:01.013DEBUGgrafanacannot restore dashboard "leistung-waschmaschiene": {"message":"Unauthorized","traceID":""}
                                      

                                      Nur die Data sources werden übernommen.

                                      Für die Wiederherstellung der Datasources ist lediglich Grafana Username und Passwort erforderlich, für die Dashboards zusätzlich der API Key. Also liegt die Vermutung nahe, dass der API Key falsch ist oder nicht die erforderlichen Rechte besitzt. Sagt auch die Fehlermeldung "message":"Unauthorized"

                                      W Offline
                                      W Offline
                                      wibear
                                      wrote on last edited by
                                      #24

                                      @marc-berg sagte in Fehler bei Wiederherstellung von Grafana:

                                      API Key falsch

                                      Durch IOB Backup wurden auch die API keys in übertragen:

                                      Screenshot #2.jpg

                                      Wenn ich sie jetzt neu generiere, passen sie vermutlich nicht zum Backup, oder?

                                      Marc BergM 1 Reply Last reply
                                      0
                                      • W wibear

                                        @marc-berg sagte in Fehler bei Wiederherstellung von Grafana:

                                        API Key falsch

                                        Durch IOB Backup wurden auch die API keys in übertragen:

                                        Screenshot #2.jpg

                                        Wenn ich sie jetzt neu generiere, passen sie vermutlich nicht zum Backup, oder?

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

                                        @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                                        Wenn ich sie jetzt neu generiere, passen sie vermutlich nicht zum Backup, oder?

                                        Korrekt. Wenn Du Grafana neu installiert hast, müssen auch die API-Keys neu vergeben und eingetragen werden.

                                        EDIT: das Gleiche gilt auch für User und deren Passworte.

                                        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.

                                        W 3 Replies Last reply
                                        1
                                        • Marc BergM Marc Berg

                                          @wibear sagte in Fehler bei Wiederherstellung von Grafana:

                                          Wenn ich sie jetzt neu generiere, passen sie vermutlich nicht zum Backup, oder?

                                          Korrekt. Wenn Du Grafana neu installiert hast, müssen auch die API-Keys neu vergeben und eingetragen werden.

                                          EDIT: das Gleiche gilt auch für User und deren Passworte.

                                          W Offline
                                          W Offline
                                          wibear
                                          wrote on last edited by
                                          #26

                                          @marc-berg sagte in Fehler bei Wiederherstellung von Grafana:

                                          Wenn Du Grafana neu installiert hast, müssen auch die API-Keys neu vergeben und eingetragen werden.

                                          Danke für den Tipp. Nacchdem ich die keys neu generierte, konnte ich Grafana wiederherstellen.

                                          Allrdings wurde die Ordner-Struktur für Dashboards nicht wiederhergestellt: die Ordner sind auch nicht sichtbar. Wenn ich aber einen neuen Ordner mit dem Namen eines bereit vorhandenen erstelle, kommt eine Fehlermeldung: er existiert bereits. Vermutlich ist ein Bug im Backitup.

                                          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

                                          609

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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