Skip to content

Commit c8a694a

Browse files
Add labels, fix the test failures
1 parent f139bb6 commit c8a694a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ Cannot be combined with `--copy-only-relationships-with-types`.
157157
|
158158

159159
|--from-pagecache, --max-off-heap-memory=<size>
160-
|Maximum memory that neo4j-admin can use for various data structures and caching to improve performance.
160+
|label:new[Introduced in 2025.01] Maximum memory that neo4j-admin can use for various data structures and caching to improve performance.
161161
Values can be plain numbers, such as 10000000, or 20G for 20 gigabytes.
162162
It can also be specified as a percentage of the available memory, for example 70%.
163-
|
163+
|90%
164164

165165
|--skip-labels=<label>[,<label>...]
166166
|A comma-separated list of labels to ignore.

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--upda
607607
[--input-encoding=<character-set>] [--input-type=csv|parquet]
608608
[--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
609609
[--report-file=<path>] [--schema=<path>] [--stage=all|prepare|build|merge]
610-
[--threads=<num>] --nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:
610+
[--threads=<num>] --nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:
611611
<label>]...=]<files>...]... [--relationships=[<type>=]<files>...]...
612612
[--multiline-fields=true|false|<path>[,<path>]
613613
[--multiline-fields-format=v1|v2]] <database>
@@ -880,7 +880,7 @@ performance, this value should not be greater than the number of available proce
880880
|false
881881

882882
|--update-all-matching-relationships
883-
|If one relationship data entry matches multiple existing relationships, this decides whether to update all matching, or to instead log as error --verbose Enable verbose output.
883+
|label:new[Introduced in 2025.01] If one relationship data entry matches multiple existing relationships, this decides whether to update all matching, or to instead log as error --verbose Enable verbose output.
884884
|false
885885

886886
|--verbose

0 commit comments

Comments
 (0)