Database Backup
Grafana Migration
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>" } ],