Skip to content

Commit a3957c3

Browse files
Merge branch 'dev' into 25_missing_changes
2 parents 98c1337 + 0e14511 commit a3957c3

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[]
@@ -154,6 +175,25 @@ a| The xref:subqueries/collect.adoc[`COLLECT`], xref:subqueries/count.adoc[`COUN
154175

155176
|===
156177

178+
=== Deprecated in Cypher 25
179+
180+
[cols="2", options="header"]
181+
|===
182+
| Feature
183+
| Details
184+
185+
a|
186+
label:functionality[]
187+
label:deprecated[]
188+
[source, cypher, role="noheader"]
189+
----
190+
CREATE DATABASE db OPTIONS { existingData: ... }
191+
----
192+
| The option `existingData` is deprecated.
193+
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].
194+
195+
|===
196+
157197

158198
=== Updated in Cypher 25
159199

@@ -386,6 +426,16 @@ CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
386426
This allows a database to be seeded up to a specific date or transaction ID.
387427
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].
388428

429+
a|
430+
label:functionality[]
431+
label:new[]
432+
[source, cypher, role="noheader"]
433+
----
434+
CREATE DATABASE db OPTIONS { seedSourceDatabase: ... }
435+
----
436+
| You can specify the name of a source database if the `seedURI` points to a folder containing backups for multiple databases.
437+
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].
438+
389439
a|
390440
label:functionality[]
391441
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)