Skip to content

Commit 760dea1

Browse files
List removed, deprecated, new options of the CREATE db cmd
1 parent 9aefb60 commit 760dea1

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,28 @@ Features removed in Cypher 25 are still available on Neo4j 2025.06+ databases ei
3030
| Feature
3131
| Details
3232

33+
a|
34+
label:functionality[]
35+
label:removed[]
36+
[source, cypher, role="noheader"]
37+
----
38+
CREATE DATABASE db OPTIONS { seedCredentials: ... }
39+
----
40+
| The option `seedCredentials` was removed from the `CREATE DATABASE` `OPTIONS` map.
41+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
42+
43+
a|
44+
label:functionality[]
45+
label:removed[]
46+
[source, cypher, role="noheader"]
47+
----
48+
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
49+
----
50+
| The option `existingDataSeedInstance` was removed from the `CREATE DATABASE` `OPTIONS` map.
51+
Use `existingDataSeedServer` instead.
52+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
53+
54+
3355
a|
3456
label:functionality[]
3557
label:removed[]
@@ -138,6 +160,25 @@ For more information, see the link:{neo4j-docs-base-uri}/operations-manual/curre
138160

139161
|===
140162

163+
=== Deprecated in Cypher 25
164+
165+
[cols="2", options="header"]
166+
|===
167+
| Feature
168+
| Details
169+
170+
a|
171+
label:functionality[]
172+
label:deprecated[]
173+
[source, cypher, role="noheader"]
174+
----
175+
CREATE DATABASE db OPTIONS { existingData: ... }
176+
----
177+
| The option `existingData` is deprecated.
178+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
179+
180+
|===
181+
141182

142183
=== Updated in Cypher 25
143184

@@ -360,6 +401,16 @@ CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
360401
This allows a database to be seeded up to a specific date or transaction ID.
361402
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/seed-from-uri/[Operations Manual -> Database administration -> Create a database from a URI].
362403

404+
a|
405+
label:functionality[]
406+
label:new[]
407+
[source, cypher, role="noheader"]
408+
----
409+
CREATE DATABASE db OPTIONS { seedSourceDatabase: ... }
410+
----
411+
| Now you can specify the name of a source database if the `seedURI` points to a folder containing backups for multiple databases.
412+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[Operations Manual -> Database administration -> Create databases].
413+
363414
a|
364415
label:functionality[]
365416
label:new[]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)