Dashboard and its data copying

Hello,

I want to copy a dashboard and its historical data from one Grafana to another working Grafana. If it is possible, can somebody share the steps?

Regards

What do you mean by “historical data”?

Grafana does not store data - it fetches it from the back-end data store and
displays it according to your panels & query definitions.

Grafana dashboards can be exported / imported as JSON, and either your second
Grafana server can point at the same data store as your first one, or you need
to copy the data from the old data store to a new one using whatever tools are
appropriate for that data store (InfluxDB, MySQL, Postgres, whatever).

Hope that helps,

Antony.