From d3bbece2a9181d96cd45ad063580e30d3c28060c Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 27 Nov 2023 16:42:55 +0000 Subject: [PATCH] add block format --- modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.