You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,36 +46,51 @@ The `neo4j-admin database migrate` command is run only on a stopped database.
46
46
The `neo4j-admin database migrate` command has the following options:
47
47
48
48
.`neo4j-admin database migrate` options
49
-
[options="header", cols="5m,6a"]
49
+
[options="header", cols="5m,6a,1m"]
50
50
|===
51
51
| Option
52
52
| Description
53
+
| Default
53
54
54
55
|--additional-config=<file>footnote:[See xref:neo4j-admin-neo4j-cli.adoc#_configuration[Neo4j Admin and Neo4j CLI -> Configuration] for details.]
55
56
|Configuration file with additional configuration.
57
+
|
56
58
57
59
|--expand-commands
58
60
|Allow command expansion in config value evaluation.
61
+
|
59
62
60
63
|--force-btree-indexes-to-range
61
64
|Special option for automatically turning all BTREE indexes/constraints into RANGE. Be aware that RANGE indexes are not always the optimal replacement of BTREEs and performance may be affected while the new indexes are populated.
62
65
See the Neo4j v5 migration guide online for more information.
63
66
The newly created indexes will be populated in the background on the first database start up following the migration and users should monitor the successful completion of that process.
64
67
[NOTE]
65
68
This option is only relevant when migrating from Neo4j 4.4.
69
+
|
70
+
66
71
|-h, --help
67
72
|Show this help message and exit.
73
+
|
74
+
75
+
|--max-off-heap-memory=<size> label:new[Introduced in Neo4j 2025.04]
76
+
|Maximum memory that neo4j-admin can use for various data structures and caching to improve performance.
77
+
Values can be plain numbers, such as 10000000, or 20G for 20 gigabytes.
78
+
It can also be specified as a percentage of the available memory, for example 70%.
79
+
|90%
68
80
69
-
|--pagecache=<size>
81
+
|--pagecache=<size> label:deprecated[Deprecated in Neo4j 2025.04]
70
82
|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.
83
+
|
71
84
72
85
|--to-format=standard\|high_limit\|aligned\|block
73
86
|Name of the format to migrate the store to.
74
87
If the format is specified, the target database is migrated to the latest known combination of `MAJOR` and `MINOR` versions of the specified format.
75
88
If not specified, the tool migrates the target database to the latest known combination of `MAJOR` and `MINOR` versions of the current format.
0 commit comments