Versions Compared

Key

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

View file
nameInSights_Windows.zip

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.

...

allow_loading_unsigned_plugins = neo4j-datasource,Inference,cde-inference-plugin,cde-fusion-panel

Please check for below properties in default.ini file.

[database]

# You can configure the database connection by specifying type, host, name, user and password

# as separate properties or as on string using the url property.

 

# Either "mysql", "postgres" or "sqlite3", it's your choice

type =

host =

name =

user =

# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""

password =

 

[live]

# max_connections to Grafana Live WebSocket endpoint per Grafana server instance. See Grafana Live docs

# if you are planning to make it higher than default 100 since this can require some OS and infrastructure

# tuning. 0 disables Live, -1 means unlimited connections.

max_connections = 0

 

[plugins]

enable_alpha = false

app_tls_skip_verify_insecure = false

# Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.

allow_loading_unsigned_plugins = neo4j-datasource,Inference

Step 3: Postgres Backup Steps

...

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.

...