Skip to content
Merged
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
4 changes: 4 additions & 0 deletions modules/ROOT/pages/backup-restore/restore-dump.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Alternatively, `neo4j-admin database load` can accept a dump from standard input

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

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

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

Expand Down