Skip to content

Commit 7cd1872

Browse files
committed
replacing an existing database is only for EE
1 parent 9aa67a9 commit 7cd1872

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ Alternatively, `neo4j-admin database load` can accept a dump from standard input
2222

2323
The command can be run from an online or an offline Neo4j DBMS.
2424

25+
[role=label--enterprise-edition]
26+
[NOTE]
27+
====
2528
If you are replacing an existing database, you have to shut it down before running the command.
2629
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.
30+
====
2731

2832
`neo4j-admin database load` must be invoked as the `neo4j` user to ensure the appropriate file permissions.
2933

0 commit comments

Comments
 (0)