DBPW - Add readme to dbplugin package#10230
Merged
Merged
Conversation
calvn
reviewed
Oct 26, 2020
| 4. It had a function that was no longer being used as it had been deprecated in a previous version | ||
| but never removed. | ||
|
|
||
| We highly recommend that you upgrade any version 4 database plugins to version 5 as version 4 is |
Contributor
There was a problem hiding this comment.
Prior to this, we didn't expose the concept of version (unless they dug into the sdk code) so they might not know that they are on v4, or that they are very likely to not be on v1-v3.
calvn
approved these changes
Oct 26, 2020
Contributor
calvn
left a comment
There was a problem hiding this comment.
One last comment, otherwise LGTM!
pull Bot
pushed a commit
to Zezo-Ai/vault
that referenced
this pull request
Oct 22, 2025
…#10230) * add redirect for legacy secrets path * adding changelog Co-authored-by: Dan Rivera <dan.rivera@hashicorp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a README to the dbplugin package so devs have a better idea why and how to upgrade to DBv5. This is largely copy-pasted from the web docs.