Database Backup
Dashboard Migration
Please note “singlestat” plugin is deprecated in Grafana 7
Export Dashboards as json file from the previous Grafana version
change the following fields inside targets array of export json file
“target” to “queryText”
“rawQuery” to “table”
“hide”: true to “hide”: false
"targets": [ { "checkQuery": false, "hide": false, "table": true, "refId": "A", "queryText": "<query>" } ],