Skip to content

Commit 6edad52

Browse files
Address comments from code reviews
1 parent edd331b commit 6edad52

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ The `IF NOT EXISTS` and `OR REPLACE` parts of these commands cannot be used toge
219219
==== Create databases using seeding options
220220

221221
Neo4j has built-in support for a seed from a mounted file system (file), FTP server, HTTP/HTTPS server, Amazon S3, Google Cloud Storage, and Azure Cloud Storage.
222-
To select a seed provider, you need to configure xref:configuration/configuration-settings.adoc#config_dbms.databases.seed_from_uri_providers[dbms.databases.seed_from_uri_providers].
223-
224-
For more details and examples of seeding from URI, refer to xref::clustering/databases.adoc#cluster-seed-uri[Manage databases in a cluster -> Seed from URI].
222+
The seed provider is determined by the xref:configuration/configuration-settings.adoc#config_dbms.databases.seed_from_uri_providers[dbms.databases.seed_from_uri_providers] setting.
223+
By default, Neo4j enables support for Amazon S3, Google Cloud Storage, and Azure Cloud Storage.
224+
To use other providers, you must configure `dbms.databases.seed_from_uri_providers` accordingly.
225225

226226
.Seed providers supported in Neo4j
227-
[cols="2,1,2",options="header"]
227+
[cols="2,1,3",options="header"]
228228
|===
229229
| Seed provider
230230
| URL scheme
@@ -234,7 +234,7 @@ For more details and examples of seeding from URI, refer to xref::clustering/dat
234234
| `file:`
235235
| `file:/tmp/backup1.backup`
236236

237-
| `URLConnectionSeedProvider`
237+
| `URLConnectionSeedProvider`footnote:[From 2025.01, `URLConnectionSeedProvider` does not support `file`.]
238238
| `ftp:` +
239239
`http:` +
240240
`https:`
@@ -265,6 +265,8 @@ CREATE DATABASE foo OPTIONS {existingData: 'use', seedURI:'s3://myBucket/myBacku
265265

266266
Starting from Neo4j 2025.01, seed from URI can also be used in combination with `CREATE OR REPLACE DATABASE`.
267267

268+
For more details and examples of seeding from URI, refer to the xref::clustering/databases.adoc#cluster-seed-uri[Manage databases in a cluster -> Seed from URI] page.
269+
268270
[[manage-databases-start]]
269271
== Start databases
270272

0 commit comments

Comments
 (0)