Skip to content

Commit f1435a2

Browse files
committed
We don't deprecate seedConfig anymore
1 parent 6cb5414 commit f1435a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ label:deprecated[]
4646
----
4747
CREATE DATABASE db OPTIONS { seedCredentials: ..., seedConfig: ... }
4848
----
49-
| The `CREATE DATABASE` options `seedCredentials` and `seedConfig` have been deprecated.
49+
| The `CREATE DATABASE` option `seedCredentials` has been deprecated.
5050
For seeding from cloud storage, it is recommended to use `CloudSeedProvider` which will read cloud credentials and configuration from standard locations.
5151
For further information see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cloud-seed-provider[CloudSeedProvider].
5252

0 commit comments

Comments
 (0)