Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Generic Start
** xref:managing-instances/regions.adoc[Regions]
** xref:managing-instances/backup-restore-export.adoc[Backup, export, and restore]
** xref:managing-instances/vector-optimization.adoc[Vector optimization]
** xref:managing-instances/cypher-version.adoc[Cypher version]


* Import data
Expand Down
16 changes: 16 additions & 0 deletions modules/ROOT/pages/managing-instances/cypher-version.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Cypher version
:description: This page describes how to set the default Cypher version for a database.

Neo4j supports two Cypher versions, *Cypher 5* and *Cypher 25*.

Cypher 5 receives only bug fixes and security updates.
This is the current default query language.

All new features are added to Cypher 25, which will eventually become the default language for new instances.

To make use of new features and functionality, you need to change the default language.
This is managed per Aura instance and requires a `project admin` role.
It is done using the `ALTER DATABASE` command and thus affects all queries executed against your database.
However, you can also override the default language for individual queries.

For more information about Cypher versions and commands, see link:{neo4j-docs-base-uri}/cypher-manual/25/queries/select-version/[Cypher Manual -> Select Cypher version].