Skip to content
Merged
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ neo4j-admin database migrate [-h] [--expand-commands]
[--force-btree-indexes-to-range]
[--verbose]
[--additional-config=<file>] [--pagecache=<size>]
[--to-format=standard|high_limit|aligned] <database>
[--to-format=standard|high_limit|aligned|block] <database>
----

[NOTE]
Expand Down Expand Up @@ -72,7 +72,7 @@ For more information, see link:https://neo4j.com/docs/upgrade-migration-guide/cu
|--pagecache=<size>
|The size of the page cache to use for the migration process. The general rule is that values up to the size of the database proportionally increase performance.

|--to-format=standard\|high_limit\|aligned
|--to-format=standard\|high_limit\|aligned\|block
|Name of the format to migrate the store to.
If the format is specified, the target database is migrated to the latest known combination of `MAJOR` and `MINOR` versions of the specified format.
If not specified, the tool migrates the target database to the latest known combination of `MAJOR` and `MINOR` versions of the current format.
Expand Down