diff --git a/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc b/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc index eed6d2a86..e67c298a7 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc @@ -21,7 +21,7 @@ neo4j-admin database migrate [-h] [--expand-commands] [--force-btree-indexes-to-range] [--verbose] [--additional-config=] [--pagecache=] - [--to-format=standard|high_limit|aligned] + [--to-format=standard|high_limit|aligned|block] ---- [NOTE] @@ -72,7 +72,7 @@ For more information, see link:https://neo4j.com/docs/upgrade-migration-guide/cu |--pagecache= |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.