Versions Compared

Key

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

...

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

...