Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ The server ID can be found in the `serverId` column after running `SHOW SERVERS`
|
Defines an identical seed from an external source which will be used to seed all servers.

| `seedConfig` label:deprecated[Deprecated in 5.26]
| `seedConfig`
| Comma-separated list of configuration values.
|
Defines additional configuration specified by comma-separated `name=value` pairs that might be required by certain seed providers.
From 5.26, it is recommended to use the `CloudSeedProvider` seed provider, which does not require this configuration when seeding from cloud storage.
For more information see xref::clustering/databases.adoc#cloud-seed-provider[CloudSeedProvider].
For more information see xref::clustering/databases.adoc#cluster-seed-uri[Seed from URI].

| `seedCredentials` label:deprecated[Deprecated in 5.26]
| credentials
Expand Down