Skip to content

Commit 4f09434

Browse files
authored
Update dump/load that for CE you must stop the whole DBMS (#2168) (#2176)
Cherry-picked from #2168
1 parent a615da9 commit 4f09434

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ It dumps a database into a single-file archive, called _<database>.dump_, and st
1616
Alternatively, `neo4j-admin database dump` can stream dump to standard output, enabling the output to be piped to another program, for example to `neo4j-admin database load`.
1717

1818
If the database is hosted in a cluster, make sure that the database is stopped on the server you are connected to.
19-
The command can be run only locally from an online or an offline Neo4j DBMS.
19+
The command can be run only locally from an online or an offline Neo4j DBMS on Enterprise Edition.
20+
On Community Edition, the command can be run only on an offline Neo4j DBMS.
2021
It does not support SSL/TLS.
2122

2223
[[offline-command-syntax]]

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ They must be run directly on the databases that are associated with that Composi
115115

116116
| Run from an online Neo4j DBMS
117117
| {check-mark}
118-
| {check-mark}
118+
| {check-mark} label:enterprise-only[]
119119
| {check-mark}
120120

121121
| Run from an offline Neo4j DBMS
@@ -133,7 +133,7 @@ They must be run directly on the databases that are associated with that Composi
133133
| {check-mark}
134134
| {cross-mark}
135135

136-
| Run against a Composite databases
136+
| Run against a composite database
137137
| {cross-mark}
138138
| {cross-mark}
139139
| {cross-mark}

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Starting from Neo4j 5.20, the `neo4j-admin database load` command also supports
88
If you are replacing an existing database, you have to shut it down before running the command and use the `--overwrite-destination` option. +
99
label:enterprise-edition[] If you are not replacing an existing database, you must create the database (using `CREATE DATABASE` against the `system` database) after the load operation finishes.
1010

11-
The command can be run from either an online or offline Neo4j DBMS, and it must be executed as the `neo4j` user to ensure the appropriate file permissions.
11+
The command can be run from either an online or offline Neo4j DBMS on Enterprise edition.
12+
For Community edition, the command can be run only on an offline Neo4j DBMS.
13+
The command must be executed as the `neo4j` user to ensure the appropriate file permissions.
1214

1315
[NOTE]
1416
====

0 commit comments

Comments
 (0)