From 0a9b5e0febe39989e83830295119e2f2b20d2e63 Mon Sep 17 00:00:00 2001 From: Jack Waudby Date: Thu, 12 Dec 2024 19:08:56 +0000 Subject: [PATCH 1/2] Remove restriction --- .../standard-databases/create-databases.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc b/modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc index 90fdfbc99..15d7e010f 100644 --- a/modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc +++ b/modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc @@ -124,7 +124,7 @@ If the store is seeded with `seedURI`, `existingDataSeedInstance` or `existingDa [NOTE] ==== -The `existingData`, `existingDataSeedInstance`, `existingDataSeedServer`, `seedURI`, `seedConfig`, and `seedCredentials` options cannot be combined with the `OR REPLACE` part of this command. +The `existingDataSeedInstance` and `existingDataSeedServer` options cannot be combined with the `OR REPLACE` part of this command. More details about seeding options can be found in xref::clustering/databases.adoc#cluster-seed[Seed a cluster]. ==== From 7e7d467223b66cf21ea69d51b64edd57df3fa61d Mon Sep 17 00:00:00 2001 From: Jack Waudby Date: Thu, 12 Dec 2024 19:14:30 +0000 Subject: [PATCH 2/2] Add note and link --- modules/ROOT/pages/clustering/databases.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/clustering/databases.adoc b/modules/ROOT/pages/clustering/databases.adoc index 649f6b7c6..df51f4e69 100644 --- a/modules/ROOT/pages/clustering/databases.adoc +++ b/modules/ROOT/pages/clustering/databases.adoc @@ -501,6 +501,12 @@ neo4j@neo4j> SHOW DATABASES; To determine the cause of the problem, it is recommended to look at the `debug.log`. +[NOTE] +==== +Seed from URI can also be used in combination with xref:database-administration/standard-databases/create-databases.adoc[`CREATE DATABASE OR REPLACE`]. +==== + + [[file-seed-provider]] ==== FileSeedProvider