Skip to content

Commit 25abe3b

Browse files
committed
Remove mentions of Neo4j v5
1 parent 36bf927 commit 25abe3b

File tree

8 files changed

+6
-30
lines changed

8 files changed

+6
-30
lines changed

modules/ROOT/pages/backup-restore/copy-database.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ CREATE DATABASE database-copy
270270
SHOW DATABASES
271271
----
272272

273-
. (For versions before Neo4j 5.20) If your original database has a schema defined, change your active database to the copied database and recreate the schema using the schema commands saved in the file _<database-name>-schema.cypher_.
274-
275273
=== Filtering data while copying a database
276274

277275
You can use `neo4j-admin database copy` to filter out any unwanted data while copying a database, for example, by removing nodes, labels, properties, and relationships.
@@ -341,8 +339,6 @@ This is the newly created version of the database.
341339
START DATABASE neo4j
342340
----
343341

344-
. (For versions before Neo4j 5.20) If your original database has a schema defined, recreate the schema using the schema commands saved in the file _<database-name>-schema.cypher_.
345-
346342
[TIP]
347343
====
348344
For a detailed example of how to reclaim unused space, see xref:performance/space-reuse.adoc#space-reuse-reclaim-space[Reclaim unused space].

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ It is best practice, but not mandatory, to perform the backup from a server on t
2020
You should install Neo4j on that machine to make the `neo4j-admin` command available.
2121
This machine is known as a backup client.
2222

23-
24-
[NOTE]
25-
====
26-
Neo4j 5 introduces a new version of the backup command which produces immutable backup artifacts (as opposed to mutable folders as in previous versions).
27-
====
28-
29-
3023
[[backup-artifact]]
3124
=== Backup artifact
3225

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ The `S3SeedProvider` supports:
616616

617617
[NOTE]
618618
====
619-
Neo4j 5 comes bundled with necessary libraries for AWS S3 connectivity.
619+
Neo4j comes bundled with necessary libraries for AWS S3 connectivity.
620620
Therefore, if you use `S3SeedProvider`,`aws cli` is not required but can be used with the `CloudSeedProvider`.
621621
====
622622

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Neo4j provides several mechanisms for cluster members to discover each other and
1414
In Neo4j 5.23, a new discovery service was introduced.
1515
You must move to the new version before you start using Neo4j 2025.01.
1616
17-
See link:https://neo4j.com/docs/operations-manual/5/clustering/setup/discovery/[the guide for the Neo4j 5.x series] for more information.
17+
See link:{neo4j-docs-base-uri}/operations-manual/5/clustering/setup/discovery/[Cluster server discovery in Operations Manual version 5] for more information.
1818
====
1919

2020
[[clustering-discovery-methods]]

modules/ROOT/pages/configuration/neo4j-conf.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ It prevents Neo4j from starting if the _neo4j.conf_ file contains _typos_, _inco
2727
If you set more than one value for xref:configuration/configuration-settings.adoc#config_server.jvm.additional[`server.jvm.additional`], each setting value adds another custom JVM argument to the `java` launcher.
2828
+
2929
To disable the strict validation, set `server.config.strict_validation.enabled=false`.
30-
* By default, the character encoding is assumed to be ISO 8859-1.
31-
From Neo4j 4.8 onwards, this can be overridden by setting the environment variable `NEO4J_CONFIG_FILE_CHARSET` to, for example, `utf8`.
30+
* By default, the character encoding is assumed to be ISO 8859-1 but can be overridden by setting the environment variable `NEO4J_CONFIG_FILE_CHARSET` to, for example, `utf8`.
3231

3332

3433
== Configuration settings
@@ -55,15 +54,7 @@ All configuration settings fall into one of the following scopes that behave dif
5554
* `server` settings apply only to the specific server and can be varied between configuration files across a cluster/DBMS.
5655
* `browser` settings apply only to Neo4j Browser.
5756
* `client` settings apply only to the client.
58-
+
59-
[NOTE]
60-
====
61-
In Neo4j 5, the `fabric` scope is no longer available.
62-
All configuration settings identified by the `fabric` namespace in the `neo4j.conf` file are moved into the `system` database.
63-
The Cypher surface is extended to support the Fabric configuration.
6457

65-
For more information, see xref:database-administration/composite-databases/concepts.adoc[Composite databases].
66-
====
6758
Component::
6859
Component namespaces are used to group settings that affect similar systems.
6960

modules/ROOT/pages/database-administration/composite-databases/concepts.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
[[composite-databases-concepts]]
55
= Concepts
66

7-
A Composite database is a special type of database introduced in Neo4j 5.
8-
It supersedes the previous Fabric implementation in Neo4j 4.x.
9-
10-
In Neo4j 5, fabric has been expanded as a concept and now refers to the architectural design of a unified system that provides a single access point to local or distributed graph data.
11-
7+
A Composite database is a special type of database.
128
Composite databases are the means to access this partitioned data or graphs with a single Cypher query.
139

1410
Composite databases *do not store data* independently.

modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can use the `neo4j-admin database migrate` command to migrate a Neo4j databa
66

77
A store format defines how the data of a database is stored on the file system.
88

9-
As of Neo4j 5, the store format of a database is versioned with the `MAJOR.MINOR` scheme, independent of Neo4j versioning.
9+
The store format of a database is versioned with the `MAJOR.MINOR` scheme, independent of Neo4j versioning.
1010
An upgrade to the latest `MINOR` format version is an automatic operation performed on database startup.
1111
A migration to a higher `MAJOR` format version or another format is a manual action performed with the `migrate` command.
1212

modules/ROOT/pages/tutorial/tutorial-composite-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bin/cypher-shell -u neo4j -p neo4j
124124
----
125125
Password change required
126126
new password: ********
127-
Connected to Neo4j 5 at neo4j://localhost:7687 as user neo4j.
127+
Connected to Neo4j 2025.01 at neo4j://localhost:7687 as user neo4j.
128128
Type :help for a list of available commands or :exit to exit the shell.
129129
Note that Cypher queries must end with a semicolon.
130130
----

0 commit comments

Comments
 (0)