Versions Compared

Key

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

...


Tip

For Installation / Upgradation of Grafana in Windows


Expand
titleSteps for grafana upgradation

Step 1:

Step 2:

  •  Unzip the package andreplace below files present in conf folder. 
    • default.ini 
    • ldap.ini


Info

Refer the link to get default.ini and ldap.ini : Custom Grafana settings

Step 3:

  • Click here to get the download master.zip.
  • Unzip and copy the iSight_ui3.js and place in Insights-master\PlatformGrafanaPlugins\ScriptedDashboard.
  • Place it inside grafana-8.4.5/public/dashboards.

Step 4:

  • Replace the below file in C:\InSights_Windows\Server2\grafana-8.4.5\public\views 

Step 5:

  • Click here to download master.zip.
  • Unzip and copy Copy the plugins in Insights-master\PlatformGrafanaPlugins\Panels.
  • Place the plugins inside grafana-8.4.5\data\plugins.
  • Copy the data sources in Insights-master\PlatformGrafanaPlugins\DataSources.
  • Place the data sources inside grafana-8.4.5\data\plugins.

Step 6:

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

Step 7:

  • Postgres Backup Steps (if you are upgrading grafana) 

    • 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 8:

  • create Grafana service using following command (change the nssm or grafana-8.4.5 if needed)C:\Insights_Deployment\Server2\nssm-2.24\win64\nssm install Grafana8.4.5 "C:\Insights_Deployment\Server2\grafana-8.4.5\bin\grafana-server.exe" 

  • Start the  Grafana8.4.5 service.



...