Skip to content

Commit 0b82763

Browse files
committed
Remove deprecation for seedConfig
We are no longer deprecating seedConfig in LTS
1 parent 9aa67a9 commit 0b82763

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ The server ID can be found in the `serverId` column after running `SHOW SERVERS`
9393
|
9494
Defines an identical seed from an external source which will be used to seed all servers.
9595

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

103101
| `seedCredentials` label:deprecated[Deprecated in 5.26]
104102
| credentials

0 commit comments

Comments
 (0)