Skip to content

Commit 0e24417

Browse files
Create or replace with seed from uri (#2011)
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 858bcb6 commit 0e24417

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@ neo4j@neo4j> SHOW DATABASES;
501501

502502
To determine the cause of the problem, it is recommended to look at the `debug.log`.
503503

504+
[NOTE]
505+
====
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`].
507+
====
508+
509+
504510
[[file-seed-provider]]
505511
==== FileSeedProvider
506512

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 `existingData`, `existingDataSeedInstance`, `existingDataSeedServer`, `seedURI`, `seedConfig`, and `seedCredentials` 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)