Skip to content

Commit 16af458

Browse files
authored
Clarify neo4j-admin server report --database option (#1946) (#1950)
Cherry-picked from #1946
1 parent 2864a34 commit 16af458

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
@@ -32,6 +32,12 @@ You can generate a report covering all databases in the DBMS, a specific databas
3232
For example, if you run the command `neo4j-admin server report --database=ne*`, a report will be generated for all databases that start with "ne".
3333
If not specified, the tool generates a report for all databases in the DBMS.
3434

35+
[NOTE]
36+
====
37+
The `--database` option determines from which database(s) the database-level information is collected.
38+
It does not influence the DBMS-level information, which is gathered based on the specified classifiers.
39+
====
40+
3541
This tool does not send any information automatically.
3642
To share this information with the Neo4j Support organization, you have to send it manually.
3743

0 commit comments

Comments
 (0)