Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step 1: Download the 9.5.5 Grafana zip file from the below URL.

...

https://grafana.com/grafana/download/9.5.5?edition=oss&platform=windows

Step 2: Unzip the package andcopy the custom settings from configuration files default.ini, ldap.toml and custom.ini present in conf folder from older version Grafana 9.31 to new version Grafana 9.5.5 folder. Particularly server, database, security, allow_loading_unsigned_plugins section of default.ini need to be change if required in migration.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#DEEBFF

We can check the name of the plugin in package.json in the plugin folder.

(eg. grafana-9.5.5\data\plugins\insights-charts-4-0\package.json

Step 3:

  • Click here to download master.zip.

  • Unzip and copy the iSight_ui3.js in Insights-master\PlatformGrafanaPlugins\ScriptedDashboard.

  • Place it inside grafana-9.5.5/public/dashboards.

...

Step 4:

  • Include the below script tags in the index.html file  located in C:\InSights_Windows\Server2\grafana-9.5.5\public\views 

...

</script><script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

Step 5:

  • Add all the files inside img folder (Click here to download img folder) in C:\InSights_Windows\Server2\grafana-9.5.5\public\img. 

Step 6:

  • In this latest version , dashboardReportElement.json got updated.

  • Therefore for report generation , copy the dashboardReportElement.json in Insights-master\PlatformReports\src\main\resources.

  • Replace it inside C:\InSights_Windows\Server2\INSIGHTS_HOME\dashboardReportTemplate.

Step 67:Postgres Backup Steps

  • Stop the previous version of Grafana running on the instance.

  • Follow the below steps to backup existing database

    • Navigate to <postgres_installation_path>/bin

      Backup DB by executing the command pg_dump --username=username --password grafana > grafana_backup

Step 78:Run grafana-server.exe file from the bin folder of Grafana-9.5.5 folder.

Step 89:

  • create Grafana service using following command

...