Docs: Remove (Deprecate) FileDB in docs#6101
Merged
Merged
Conversation
Okabe-Junya
commented
Aug 1, 2025
|
|
||
| #### The very first touchable FileDB | ||
|
|
||
| > **⚠️ DEPRECATED NOTICE:** FileDB has been **discontinued** as of PipeCD v0.XX.Y due to maintenance complexity and reliability concerns. PipeCD now exclusively supports **Firestore** and **MySQL** as datastore backends. For migration assistance, please refer to the [Migrate Control Plane datastore to MySQL](/blog/migrate-control-plane-datastore-to-mysql/) blog post. |
Member
Author
There was a problem hiding this comment.
Note: Will update 0.XX.Y (once we decided the target release)
Member
Author
There was a problem hiding this comment.
Is v0.53.0 OK?
c.f. #6123 (comment)
Breaking Changes
- Unsupport the FileDB as control plane datastore (#5786)
8ffb4c6 to
ed319b6
Compare
e6e3ce8 to
fbd1854
Compare
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
fbd1854 to
46a55c6
Compare
khanhtc1202
reviewed
Aug 21, 2025
| Since PipeCD release [v0.9.8](/blog/2021/03/25/release-v0.9.8) which introduces MySQL as PipeCD control-plane datastore, we plan to drop the support for MongoDB datastore in the near future. | ||
| Consider the supports of cloud providers (GCP, AWS, Azure, etc), MySQL has a higher status over MongoDB is one of the most reasons for this support-dropping conclusion. | ||
|
|
||
| > **Note for FileDB users:** FileDB has been discontinued as of PipeCD v0.53.0. If you were using FileDB, please migrate to either **Firestore** or **MySQL** instead. |
Member
There was a problem hiding this comment.
I don't think this blog have any related to FileDB so don't need to mention it here.
khanhtc1202
reviewed
Aug 21, 2025
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.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.
What this PR does:
Why we need it:
See #5652
Which issue(s) this PR fixes:
Ref. #5652
Does this PR introduce a user-facing change?:
None