View file | ||
---|---|---|
|
Step 1: Download the 8.3.3 Grafana zip file from the below URL.
Download Grafana package from
https://dl.grafana.com/enterprisegrafana/releasedownload/grafana-enterprise-8.3.3.windows-amd64.zip?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 7.5.10 to new version Grafana 8.3.3 folder. Particularly server, database, auth.proxy, allow_loading_unsigned_plugins section of default.ini need to be change if required in migration.
...
C:\InSights\Insights_Deployment\Server2\nssm-2.24\win64\nssm install Grafana8.3.3 "C:\InSights\Insights_Deployment\Server2\grafana-v8.3.3\bin\grafana-server.exe"
Migration in Linux
...
Step 1: Download the 8.3.3 Grafana zip file from the below URL.
Download Grafana package for Linux Installation OS specific from
For RHEL or CentOS and Ubuntu
https://dl.grafana.com/enterprisegrafana/releasedownload/grafana-enterprise-8.3.3.linux-amd64.tar.gz?edition=oss&platform=linux
Step 2: UnTar/Unzip the package in/opt folder by giving permissions 777andreplace conf folders default.ini, ldap.toml and custome.ini settings from older version Grafana 7.5.10 to new version Grafana 8.3.3 folder. Particularly server, database, auth.proxy, allow_loading_unsigned_plugins section of default.ini need to be change if required in migration.
...