Hello,
I’m new to grafana and trying to export my dashboard with it’s data to analyze it another computer. I first got the .json file to create dashboard and successfully created dashboard again. Then, I tried to get the var/lib/grafana/grafana.db file to restore the chart but couldn’t handle the rest.
What I’m trying to do is to get the data in the device A then analyze its visuals in device B. How can I manage this?
I’m very new to grafana… Any help appreciated

Grafana doesn’t store any “data”. Those are stored in some timeseries DB, which is connected to Grafana => so replicate that “timeseries DB” to have “data” on another computer.
what version of grafana and on what OS are you working with?
I’m using Grafana v11.1.3 with prometheus 2.54 on a linux ubuntu machine.
are you trying to copy your existing grafana instance to another host?
I have 2 devices. 1 has grafana and prometheus with node-exporter, process exporters in it and lets say this is device A.
It has no internet connection I only can make scp or any other cabled connection to get inside. I want to monitor the logs created in pc A in my different pc B.
I want all logs and dashboard to be same as in pc A even when I’m checking it in device B.