Skip to content

Commit 0e14511

Browse files
List removed, deprecated, new options of the CREATE db cmd (#1312)
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
1 parent 9c57b8e commit 0e14511

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ 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` is 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` is removed from the `CREATE DATABASE` `OPTIONS` map and replaced by `existingDataSeedServer`.
51+
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].
52+
53+
3354
a|
3455
label:functionality[]
3556
label:removed[]
@@ -138,6 +159,25 @@ For more information, see the link:{neo4j-docs-base-uri}/operations-manual/curre
138159

139160
|===
140161

162+
=== Deprecated in Cypher 25
163+
164+
[cols="2", options="header"]
165+
|===
166+
| Feature
167+
| Details
168+
169+
a|
170+
label:functionality[]
171+
label:deprecated[]
172+
[source, cypher, role="noheader"]
173+
----
174+
CREATE DATABASE db OPTIONS { existingData: ... }
175+
----
176+
| The option `existingData` is deprecated.
177+
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].
178+
179+
|===
180+
141181

142182
=== Updated in Cypher 25
143183

@@ -360,6 +400,16 @@ CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
360400
This allows a database to be seeded up to a specific date or transaction ID.
361401
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].
362402

403+
a|
404+
label:functionality[]
405+
label:new[]
406+
[source, cypher, role="noheader"]
407+
----
408+
CREATE DATABASE db OPTIONS { seedSourceDatabase: ... }
409+
----
410+
| You can specify the name of a source database if the `seedURI` points to a folder containing backups for multiple databases.
411+
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].
412+
363413
a|
364414
label:functionality[]
365415
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)