Skip to content

Commit 016ac14

Browse files
Apply suggestions from code review
1 parent 7e7d467 commit 016ac14

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ To determine the cause of the problem, it is recommended to look at the `debug.l
503503

504504
[NOTE]
505505
====
506-
Seed from URI can also be used in combination with xref:database-administration/standard-databases/create-databases.adoc[`CREATE DATABASE OR REPLACE`].
506+
Starting from Neo4j 2025.01, seed from URI can also be used in combination with xref:database-administration/standard-databases/create-databases.adoc[`CREATE OR REPLACE DATABASE`].
507507
====
508508

509509

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ If the store is seeded with `seedURI`, `existingDataSeedInstance` or `existingDa
124124

125125
[NOTE]
126126
====
127-
The `existingDataSeedInstance` and `existingDataSeedServer` options cannot be combined with the `OR REPLACE` part of this command.
127+
Starting from Neo4j 2025.01, you can use `existingData`, `seedURI`, `seedConfig`, and `seedCredentials` options together with the `CREATE OR REPLACE DATABASE` command.
128+
129+
The `existingDataSeedInstance` and `existingDataSeedServer` are still not supported with the `CREATE OR REPLACE DATABASE` command.
128130
More details about seeding options can be found in xref::clustering/databases.adoc#cluster-seed[Seed a cluster].
129131
====
130132

0 commit comments

Comments
 (0)