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
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
+
2219
2225
This list specifies enabled seed providers.
2220
2226
If a seed source (URI scheme) is supported by multiple providers in the list, the first matching provider will be used.
2221
2227
If the list is set to empty, the seed from URI functionality is effectively disabled.
0 commit comments