-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further deprecations to options in CREATE DATABASE #1083
Further deprecations to options in CREATE DATABASE #1083
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two missed .
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
---- | ||
| The `CREATE DATABASE` options `seedCredentials` and `seedConfig` have been deprecated. | ||
For seeding from cloud storage, it is recommended to use `CloudSeedProvider` which will read cloud credentials and configuration from standard locations. | ||
For further information see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#_seed_providers[Seed providers]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link will need to be updated to #_cloud_seed_provider[CloudSeedProvider]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, shall I do this in the operations manual as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out it's #cloud-seed-provider
* Deprecate seedCredentials and seedConfig options without a (language) replacement. * Deprecate standard and high_limit store formats.
Co-authored-by: Therese Magnusson <[email protected]>
313939f
to
2c7b359
Compare
Merged here - https://github.com/neo-technology/neo4j/pull/28042 |
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
* Deprecate seedCredentials and seedConfig options without a (language) replacement. * Deprecate standard and high_limit store formats - [x] Still waiting on information from cluster as to how to do seeding from buckets now. Depends on: neo4j/docs-operations#1909 --------- Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]>
Depends on: neo4j/docs-operations#1909