Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/pages/backup-restore/offline-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The target directory must exist before running the command and the database must
bin/neo4j-admin database dump neo4j --to-path=/full/path/to/dumps
----

[role=enterprise-edition]
[[offline-backup-cloud-storage]]
=== Dump a database to a folder located in a cloud storage

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/backup-restore/restore-dump.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ The following example shows how to designate a specific archive for the `load` c
cat foo.dump | neo4j-admin database load --from-stdin mydatabase
----

[role=enterprise-edition]
[[load-dump-cloud-storage]]
=== Load a dump from a cloud storage

Expand Down