Skip to content

Commit 8dbf241

Browse files
mnd999renetapopova
andauthored
Deprecate seedConfig, and seedCredentials (#1925)
Also add a note about deprecated store formats We may need to add some more details about the deprecations once clustering get to look at it. Depends on: #1909 --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent f07e88b commit 8dbf241

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,19 @@ 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`
96+
| `seedConfig` label:deprecated[Deprecated in 5.26]
9797
| Comma-separated list of configuration values.
9898
|
9999
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].
100102

101-
| `seedCredentials`
103+
| `seedCredentials` label:deprecated[Deprecated in 5.26]
102104
| credentials
103105
|
104106
Defines credentials that need to be passed into certain seed providers.
107+
From 5.26, it is recommended to use the `CloudSeedProvider` seed provider, which does not require this configuration when seeding from cloud storage.
108+
For more information see xref::clustering/databases.adoc#cloud-seed-provider[CloudSeedProvider].
105109

106110
| `txLogEnrichment`
107111
| `FULL` \| `DIFF` \| `OFF`
@@ -114,6 +118,9 @@ For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/current/ge
114118
| `aligned` \| `standard` \| `high_limit` \| `block`
115119
|
116120
Defines the store format if the database created is new.
121+
`high_limit` and `standard` formats are deprecated from 5.23.
122+
For more information on store formats, see xref::database-internals/store-formats.adoc[Store formats].
123+
117124
If the store is seeded with `seedURI`, `existingDataSeedInstance` or `existingDataSeedServer`, or if the command is used to mount pre-existing store files already present on the disk, they will retain their current store format without any modifications.
118125
|===
119126

0 commit comments

Comments
 (0)