Skip to content

Commit 75b3a27

Browse files
authored
Improve dbms.databases.seed_from_uri_providers description (#1954)
Include all possible values in description.
2 parents 8cb2776 + 934b567 commit 75b3a27

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,10 +2212,16 @@ m|+++UTC+++
22122212
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
22132213
|===
22142214
|Description
2215-
a|Databases may be created from an existing _seed_ (a database backup or dump) stored at some source URI.
2216-
Different types of seed source are supported by different implementations of `com.neo4j.dbms.seeding.SeedProvider`.
2217-
There are two available values, the built-in `S3SeedProvider` and `URLConnectionSeedProvider`.
2218-
Seeds addressed with `s3:` are supported by `S3SeedProvider` and seeds stored at `file`, `ftp`,`http`, and `https` URIs are supported by `URLConnectionSeedProvider`.
2215+
a|Databases can be created from an existing _seed_ (a database backup or dump) stored at a specific source URI.
2216+
Different implementations of `com.neo4j.dbms.seeding.SeedProvider` support various types of seed sources.
2217+
2218+
The following values are available: `S3SeedProvider`, `CloudSeedProvider`, `URLConnectionSeedProvider`, and `FileSeedProvider`.
2219+
2220+
* `S3SeedProvider` supports seeds addressed with `s3`.
2221+
* `CloudSeedProvider` supports seeds addressed with `s3`, `azb`, `gs`.
2222+
* `URLConnectionSeedProvider` supports seeds addressed with `ftp`,`http`, and `https`.
2223+
* `FileSeedProvider` supports seeds addressed with `file`.
2224+
22192225
This list specifies enabled seed providers.
22202226
If a seed source (URI scheme) is supported by multiple providers in the list, the first matching provider will be used.
22212227
If the list is set to empty, the seed from URI functionality is effectively disabled.

0 commit comments

Comments
 (0)