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/Neo4j-latest-continue-on-scan-errors.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
# Sets all settings variables for an analysis with the latest version of Neo4j.
4
4
# The chosen settings are tested to be compatible and working.
5
5
6
-
NEO4J_VERSION=${NEO4J_VERSION:-"2025.11.2"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
6
+
NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
Copy file name to clipboardExpand all lines: scripts/profiles/Neo4j-latest-low-memory.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
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:-"2025.11.2"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
6
+
NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
Copy file name to clipboardExpand all lines: scripts/profiles/Neo4j-latest.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
# Sets all settings variables for an analysis with the latest version of Neo4j.
4
4
# The chosen settings are tested to be compatible and working.
5
5
6
-
NEO4J_VERSION=${NEO4J_VERSION:-"2025.11.2"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
6
+
NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"}# Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025.
Copy file name to clipboardExpand all lines: scripts/setupNeo4j.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
set -o errexit -o pipefail
11
11
12
12
NEO4J_EDITION=${NEO4J_EDITION:-"community"}# Choose "community" or "enterprise"
13
-
NEO4J_VERSION=${NEO4J_VERSION:-"2025.11.2"}
13
+
NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"}
14
14
15
-
NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2025.11.2"}# Awesome Procedures On Cypher (APOC) Plugin version number. Version needs to be compatible to Neo4j and usually matches its version number.
15
+
NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"}# Awesome Procedures On Cypher (APOC) Plugin version number. Version needs to be compatible to Neo4j and usually matches its version number.
16
16
NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"}# Awesome Procedures On Cypher (APOC) for Neo4j Plugin Edition (Neo4j v4.4.x "all", Neo4j >= v5 "core")
17
17
NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"}# Awesome Procedures On Cypher (APOC) for Neo4j Plugin GitHub User/Repository (Neo4j v4.4.x "neo4j-contrib/neo4j-apoc-procedures", Neo4j >= v5 "neo4j/apoc")
18
18
19
19
NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.24.0"}# Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x
20
-
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.24.0"}# Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x
20
+
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"}# Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x
21
21
NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"}# Graph Data Science (GDS) Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license
22
22
23
23
DATA_DIRECTORY=${DATA_DIRECTORY:-"$(pwd -P )/data"}# Path where Neo4j writes its data to (outside tools dir)
0 commit comments