-
Notifications
You must be signed in to change notification settings - Fork 226
draft initial rdbms support policy #7434
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f8b6a2a
draft initial rdbms support policy
christinaausley ba76d79
Update rdbms-support-policy.md
christinaausley 1aa5d6b
add to sidebar
christinaausley 799bdf3
Update sidebars.js
christinaausley af2e3fa
docs(self-managed): TW edits
mesellings b0e0c29
docs(self-managed): add note
mesellings 0d41937
move in sidebar
christinaausley cd7cfcc
fix id
christinaausley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| id: rdbms-support-policy | ||
| title: RDBMS version support policy | ||
| description: Defines Camunda’s official RDBMS version support policy, including supported databases, version adoption rules, and JDBC driver guidance. | ||
| --- | ||
|
|
||
| Camunda offers a support policy for relational databases (RDBMS) in Self-Managed Camunda 8 and Camunda 8 Run, including supported versions, adoption and deprecation rules, and JDBC driver guidance. | ||
|
|
||
| :::caution work in progress | ||
| The RDBMS support policy is a work in progress, content can change until completion in a future alpha release. | ||
| ::: | ||
|
|
||
| ## Supported RDBMS | ||
|
|
||
| The following RDBMS databases are supported: | ||
|
|
||
| | Database | Supported versions | | ||
| | :------------------- | :----------------- | | ||
| | PostgreSQL | 14, 15 | | ||
christinaausley marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| | MariaDB | 10.6, 10.11 | | ||
| | MySQL | 8.0 | | ||
| | Microsoft SQL Server | 2019, 2022 | | ||
| | Oracle | 19c (LTS), 21c | | ||
| | H2 | 2.x | | ||
|
|
||
| :::info | ||
| Changes to supported versions are announced in [release notes](/reference/announcements-release-notes/890/890-release-notes.md). | ||
| ::: | ||
|
|
||
| ## New version support | ||
|
|
||
| New versions are added based on: | ||
|
|
||
| - **Vendor release timeline:** Must be officially released by the vendor. | ||
| - **Availability window:** Must be available at least three months before the next minor Camunda release. | ||
| - **Testing requirements:** Must be fully tested and validated across Camunda components. | ||
|
|
||
| :::note | ||
| Exceptions may be approved by engineering for strategic reasons or customer demand. | ||
| ::: | ||
|
|
||
| ## Version support deprecation/removal | ||
|
|
||
| Versions are deprecated and removed based on: | ||
|
|
||
| - **Vendor end-of-support (EoS):** Removed when EoS occurs or will occur within six months. | ||
| - **Migration notice:** Adequate notice provided to customers via release notes. | ||
| - **Exceptions:** Engineering may extend support in special cases. | ||
|
|
||
| ## JDBC driver policy | ||
|
|
||
| - Camunda supports the latest vendor-compatible JDBC driver for each supported RDBMS. Customers should use the latest compatible driver. | ||
| - Driver version details are not strictly fixed unless required for compatibility. | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.