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
* S3SeedProvider is deprecated as of 5.26
* FileSeedProvider added in 5.26
* file: is deprecated for URLConnectionProvider as of 5.26
* Reorder providers putting S3SeedProvider last
---------
Co-authored-by: NataliaIvakina <[email protected]>
`S3SeedProvider` also requires passing in credentials.
500
-
These are specified with the `seedCredentials` option.
501
-
Seed credentials are securely passed from the Cypher command to each server hosting the database.
502
-
For this to work, Neo4j on each server in the cluster must be configured with identical keystores.
503
-
This is identical to the configuration required by remote aliases, see xref:database-administration/aliases/remote-database-alias-configuration.adoc#remote-alias-config-DBMS_admin-A[Configuration of DBMS with remote database alias].
504
-
If this configuration is not performed, the `seedCredentials` option fails.
`S3SeedProvider` also requires passing in credentials.
564
+
These are specified with the `seedCredentials` option.
565
+
Seed credentials are securely passed from the Cypher command to each server hosting the database.
566
+
For this to work, Neo4j on each server in the cluster must be configured with identical keystores.
567
+
This is identical to the configuration required by remote aliases, see xref:database-administration/aliases/remote-database-alias-configuration.adoc#remote-alias-config-DBMS_admin-A[Configuration of DBMS with remote database alias].
568
+
If this configuration is not performed, the `seedCredentials` option fails.
0 commit comments