Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion modules/ROOT/pages/neo4j-admin-neo4j-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ The server ID can be used to specify a server in Cypher commands.

| `license`
| Accept the license agreement. Possible options are `--accept-commercial` for the link:https://neo4j.com/terms/licensing/[commercial] or `--accept-evaluation` for the link:https://neo4j.com/terms/enterprise_us/[evaluation license].
This command is required to be run before starting the Neo4j Enterprise Edition.
This command must be run before starting the Neo4j Enterprise Edition.
Starting from Neo4j 2025.04, when using an evaluation license, the command prints information about the days remaining in the trial period.
If the evaluation license has expired, the command prints a warning with the number of days since the license expired.
`neo4j-admin server license` also logs information about license status in the _neo4j.log_ file on startup.

| `memory-recommendation`
| Prints recommendations for Neo4j heap and page cache memory usage.
Expand Down