You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/profiles/Neo4jv5-low-memory.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023).
4
4
# The chosen settings are tested to be compatible and working.
5
5
6
-
NEO4J_VERSION=${NEO4J_VERSION:-"5.26.4"}# Version 5.9.0 is the current version of june 2023
6
+
NEO4J_VERSION=${NEO4J_VERSION:-"5.26.5"}# Version 5.9.0 is the current version of june 2023
7
7
NEO4J_HTTP_TRANSACTION_ENDPOINT=${NEO4J_HTTP_TRANSACTION_ENDPOINT:-"db/neo4j/tx/commit"}# Since Neo4j v5 it is "db/<name>/tx/commit"
8
8
NEO4J_CONFIG_TEMPLATE=${NEO4J_CONFIG_TEMPLATE:-"template-neo4j-low-memory.conf"}# Name of the template file ("configuration" folder) for the Neo4j configuration
9
9
@@ -14,7 +14,7 @@ NEO4J_HTTPS_PORT=${NEO4J_HTTPS_PORT:-"7473"} # Neo4j HTTPS port for encrypted qu
14
14
NEO4J_BOLT_PORT=${NEO4J_BOLT_PORT:-"7687"}# Neo4j's own "Bolt Protocol" port
15
15
16
16
# Awesome Procedures (APOC) Plugin for Neo4j
17
-
NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"5.26.4"}# Version number matches Neo4j version since 5.x
17
+
NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"5.26.5"}# Version number matches Neo4j version since 5.x
18
18
NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"}# Since Neo4j v5 the core edition is updated with Neo4j
19
19
NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"}# Core edition was moved to "neo4j/apoc" for Neo4j v5
0 commit comments