Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »


For Installation / Upgradation of Grafana in Windows

 Steps for grafana upgradation

Step 1:

Step 2:

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

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

Step 3:

  • Click here to download the iSight_ui3.js and 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 plugins zip.
  • Unzip and place it inside data folder.

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.


Back to Top

  • No labels