Skip to content

Commit ca6ebb3

Browse files
Merge branch 'dev' into runtime_update
2 parents 6aab915 + b083943 commit ca6ebb3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/introduction/cypher-neo4j.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Cypher works almost identically between the two editions, but there are key area
1818

1919
| link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/[Multi-database]
2020
a|
21-
Any number of user databases.
21+
A `system` database and any number of user databases.
2222
a|
2323
Only `system` and one user database.
2424

@@ -49,6 +49,13 @@ Only xref::planning-and-tuning/runtimes/concepts.adoc#runtimes-slotted-runtime[s
4949

5050
|===
5151

52+
[NOTE]
53+
The `system` database cannot be deleted.
54+
The default user database, `neo4j`, can be deleted.
55+
If you want to delete it, first set another database as the default using the procedure link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_dbms_setDefaultDatabase[`dbms.setDefaultDatabase]` (this must be done from the `system` database).
56+
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/clustering/databases/#cluster-default-database[Operations Manual -> Change the default database].
57+
58+
5259
[[neo4j-terminology]]
5360
== Key Neo4j terminology
5461

0 commit comments

Comments
 (0)