Deprecated plugins in Grafana 7
Pipeline-Panel
Vonage_Status_Panel
Grafana-Singlestat-TotalCount
Grafana-Singlestat-UniqueCount
Grafana-Piechart-Panel
ToolsInsight-(traceability) use new Tracebility dashboard built inside Insights App
SinglestatNeo
SinglestatTotal
SinglestatUnique
MultivaluesPanel
InsightsCharts2.0
Inference_Panel
Step1: Database Backup
Recommended to migrate in Test instance initially
DB Restore
Drop all schema
Login to postgres DB and execute below commands
psql -U grafana
\c grafana
DROP SCHEMA public cascade;
CREATE SCHEMA public;
Restore the default grants
To restore defaults grant execute the below commands
GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO public;
Restore DB
To restore Db execute the below command
psql --username=username --password grafana < grafana_backup
Step2: Manual Backup of Dashboards
Using the “share dashboard” option from the dashboard menu, export all dashboards from each and very Org as a JSON file and save it to a physical location
Step3: Grafana default settings
Use the Grafana default settings bundled in Grafana 7.1.0 by Insights team, or make all necessary configuration changes in conf/defaults.ini as per preference.
Step4 : Start Grafana
Step5: Grafana DataSource Renaming
Rename the existing Grafana Neo4j DataSources in all Org(For example Neo4jLocal to Neo4jLocal_old) and create a new DataSources using latest DataSource plugin Neo4j3.0
Step6: Compatiable changes for Grafana 7.1.0
Convert the dashboard json that has been exported from Step2 into a compatible format for Grafana 7 using the below steps