Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
| Size (in GB) of the secondary volume on each Azure VM instance.

| Graph Database Version
| Select "5" for the latest minor version of Neo4j 5, or select "4.4" for the latest minor version of Neo4j 4.4.
| Select either 4.4, 5, or 2025.x.

| Install Graph Data Science
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
| A name for the deployment, e.g., `neo4j-enterprise-edition`. The deployment name can include letters (A-Z and a-z), numbers (0-9), and dashes (-).

| Graph Database Version
| Select either 4.4, 5, orn 2025.x.
| Select either 4.4, 5, or 2025.x.

| Node Count
| Specify the number of desired VMs to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
Expand Down
3 changes: 1 addition & 2 deletions modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
[[unix-console]]
== Install Neo4j from a tarball

. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
From version 5.14 onwards, Neo4j also supports JDK 21.
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21].
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
+
[source, shell, subs="attributes"]
Expand Down
3 changes: 1 addition & 2 deletions modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
[[osx-console]]
== Unix console application

. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 17].
From version 5.14 onwards, Neo4j also supports JDK 21.
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 21].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Select the appropriate tar.gz distribution for your platform.
Expand Down
3 changes: 1 addition & 2 deletions modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
[[windows-console]]
== Windows console application

. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17].
From version 5.14 onwards, Neo4j also supports JDK 21.
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21].
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
+
Select the appropriate ZIP distribution.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/tools/cypher-shell.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Note that Cypher queries must end with a semicolon.
== Running Cypher Shell from a different server

You can also install the Cypher Shell tool on a different server (without Neo4j) and connect to a Neo4j DBMS.
Cypher Shell requires Java 17.
Cypher Shell requires Java 21.

[NOTE]
====
Expand Down
Loading