Skip to content

Commit a718d3e

Browse files
committed
Clarify neo4j-admin server report --database option (neo4j#1946)
1 parent e9111c5 commit a718d3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ You can generate a report covering all databases in the DBMS, a specific databas
1818
For example, if you run the command `neo4j-admin report --database=ne*`, a report will be generated for all databases that start with "ne".
1919
If not specified, the tool generates a report for all databases in the DBMS.
2020

21+
[NOTE]
22+
====
23+
The `--database` option determines from which database(s) the database-level information is collected.
24+
It does not influence the DBMS-level information, which is gathered based on the specified classifiers.
25+
====
26+
2127
.Options
2228
[options="header", cols="<1m,^1a,<4a"]
2329
|===

0 commit comments

Comments
 (0)