Versions Compared

Key

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

Anchor
top1
top1



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 (click here to download default.ini) 
    • if needed for LDAP Configuration, add ldap.toml (click here to download ldap.ini)

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:

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