Skip to content

Commit 084125c

Browse files
committed
Add footnote that --schema is not supported in 5.24
1 parent dcd7e3c commit 084125c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ If you need to debug the import, it might be useful to collect the stack trace.
295295
This is done by using the `--verbose` option.
296296
|import.report
297297

298-
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition]
298+
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition] footnote:new[The optional `--schema` option is currently available but not yet supported in this version. It will be available in a future release.]
299299
|Path to the file containing the Cypher commands for creating indexes and constraints during data import.
300300
|
301301

@@ -337,6 +337,7 @@ performance, this value should not be greater than the number of available proce
337337
|
338338
|===
339339

340+
340341
[NOTE]
341342
.Heap size for the import
342343
====
@@ -459,7 +460,7 @@ For example:
459460

460461
[source, shell, role=noplay]
461462
----
462-
bin/neo4j-admin database import full neo4j --nodes=import/movies.csv --nodes=import/actors.csv --relationships=import/roles.csv --schema=import/schema.cypher
463+
bin/neo4j-admin database import full neo4j --nodes=import/movies.csv --nodes=import/actors.csv --relationships=import/roles.csv --schema=import/schema.cypher
463464
----
464465

465466

0 commit comments

Comments
 (0)