Skip to content

Commit fb588e5

Browse files
committed
Deprecate seedConfig, and seedCredentials
Also add a note about deprecated store formats
1 parent 446dd2e commit fb588e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ 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.25]
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.
100100

101-
| `seedCredentials`
101+
| `seedCredentials` label:deprecated[Deprecated in 5.25]
102102
| credentials
103103
|
104104
Defines credentials that need to be passed into certain seed providers.
@@ -113,7 +113,8 @@ For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/current/ge
113113
| `storeFormat`
114114
| `aligned` \| `standard` \| `high_limit` \| `block`
115115
|
116-
Defines the store format if the database created is new.
116+
Defines the store format if the database created is new. `high_limit` and `standard` formats are deprecated from 5.23. For more information on store formats see xref::database-internals/store-formats.adoc[Store formats].
117+
117118
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.
118119
|===
119120

0 commit comments

Comments
 (0)