Skip to content

Commit d008615

Browse files
authored
Document how many days ago the license expired (#2264) (#2278)
Cherry-picked from #2264
1 parent 2f4fb1b commit d008615

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/neo4j-admin-neo4j-cli.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ The server ID can be used to specify a server in Cypher commands.
7070

7171
| `license`
7272
| 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].
73-
This command is required to be run before starting the Neo4j Enterprise Edition.
73+
This command must be run before starting the Neo4j Enterprise Edition.
74+
Starting from Neo4j 2025.04, when using an evaluation license, the command prints information about the days remaining in the trial period.
75+
If the evaluation license has expired, the command prints a warning with the number of days since the license expired.
76+
`neo4j-admin server license` also logs information about license status in the _neo4j.log_ file on startup.
7477

7578
| `memory-recommendation`
7679
| Prints recommendations for Neo4j heap and page cache memory usage.

0 commit comments

Comments
 (0)