You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,12 +219,12 @@ The `IF NOT EXISTS` and `OR REPLACE` parts of these commands cannot be used toge
219
219
==== Create databases using seeding options
220
220
221
221
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.
225
225
226
226
.Seed providers supported in Neo4j
227
-
[cols="2,1,2",options="header"]
227
+
[cols="2,1,3",options="header"]
228
228
|===
229
229
| Seed provider
230
230
| URL scheme
@@ -234,7 +234,7 @@ For more details and examples of seeding from URI, refer to xref::clustering/dat
234
234
| `file:`
235
235
| `file:/tmp/backup1.backup`
236
236
237
-
| `URLConnectionSeedProvider`
237
+
| `URLConnectionSeedProvider`footnote:[From 2025.01, `URLConnectionSeedProvider` does not support `file`.]
Starting from Neo4j 2025.01, seed from URI can also be used in combination with `CREATE OR REPLACE DATABASE`.
267
267
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.
0 commit comments