Skip to content

Commit 7f138ff

Browse files
AUTO: Sync Kubernetes docs to ScalarDB Enterprise docs site repo (#676)
Co-authored-by: josh-wong <[email protected]>
1 parent eb0cb34 commit 7f138ff

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

versioned_docs/version-3.9/scalar-kubernetes/HowToUpgradeScalarDB.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,7 @@ This guide explains how to upgrade to a newer version of ScalarDB.
1414

1515
## Before you begin
1616

17-
Before you upgrade ScalarDB Cluster to a newer version, check the following rules to ensure compatibility between ScalarDB Cluster and the client SDKs.
18-
19-
:::note
20-
21-
Versions are expressed as `x.y.z`, where `x` represents the major version, `y` represents the minor version, and `z` represents the patch version. This format follows [Semantic Versioning](https://semver.org/).
22-
23-
:::
24-
25-
- If the **major** versions are different between ScalarDB Cluster and a client SDK, they are **not** compatible and are **not** supported.
26-
- If the **major** versions are the same and the **minor** versions are different between ScalarDB Cluster and a client SDK, the version of ScalarDB Cluster must be greater than or equal to the client SDK version. For example:
27-
- **Supported:** Combination of ScalarDB Cluster 3.13 and client SDK 3.11
28-
- **Not supported:** Combination of ScalarDB Cluster 3.11 and client SDK 3.13
29-
- If the **major** versions and the **minor** versions are the same, you can use different **patch** versions between ScalarDB Cluster and a client SDK. For example:
30-
- **Supported:** Combination of ScalarDB Cluster 3.13.2 and client SDK 3.13.0
31-
- **Supported:** Combination of ScalarDB Cluster 3.13.0 and client SDK 3.13.2
17+
Before you upgrade to a new version, please check the [ScalarDB Cluster Compatibility Matrix](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/compatibility/) to ensure compatibility between ScalarDB Cluster and the client SDKs.
3218

3319
## Upgrade versions
3420

0 commit comments

Comments
 (0)