Skip to content

Commit a01eb2d

Browse files
Remove --from-pagecache from the options list
1 parent 566ca58 commit a01eb2d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, see <<copy-estimating-iops, Estimating the processing time
2828
[source,role=noheader]
2929
----
3030
neo4j-admin database copy [-h] [--copy-schema] [--expand-commands] [--force] [--verbose] [--compact-node-store[=true|false]]
31-
[--additional-config=<file>] [--from-pagecache=<size>] [--from-pagecache, --max-off-heap-memory=<size>]
31+
[--additional-config=<file>] [--from-pagecache, --max-off-heap-memory=<size>]
3232
[--temp-path=<path>] [--to-format=<format>]
3333
[--to-path-schema=<path>] [--copy-only-node-properties=<label.property>[,<label.property>...]]...
3434
[--copy-only-nodes-with-labels=<label>[,<label>...]]... [--copy-only-relationship-properties=<relationship.
@@ -124,13 +124,6 @@ The indexes will be built the first time the database is started.
124124
|Force the command to run even if the integrity of the database cannot be verified.
125125
|
126126

127-
|--from-pagecache=<size>
128-
|The size of the page cache to use for reading.
129-
[TIP]
130-
You can use the `--from-pagecache` option to speed up the copy operation by specifying how much cache to allocate when reading the source.
131-
The `--from-pagecache` should be assigned whatever memory you can spare since Neo4j does random reads from the source.
132-
|8m
133-
134127
|--from-path-data=<path>
135128
|Path to the databases directory, containing the database directory to source from.
136129
It can be used to target databases outside of the installation.

0 commit comments

Comments
 (0)