Skip to content

Commit fb3b3fb

Browse files
authored
Merge pull request #2616 from redis/DOC-6157
RC: Add clarification that versions are database versions
2 parents a081141 + 4a1b83b commit fb3b3fb

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

content/operate/rc/databases/version-management/_index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ hideListLinks: true
1212
tocEmbedHeaders: true
1313
---
1414

15-
Redis Cloud provides comprehensive version management that prioritizes customer control over major changes.
15+
Redis Cloud provides comprehensive database version management that prioritizes customer control over major changes.
16+
17+
{{< note >}}
18+
This page describes database version management for Redis Cloud. Redis Cloud manages the cluster version for you automatically.
19+
{{< /note >}}
1620

1721
## Redis version structure
1822

@@ -22,10 +26,10 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
2226
- **Minor versions**: New features and improvements within a major version (e.g., 8.2 → 8.4 → 8.6)
2327
- **Patch versions**: Bug fixes and security updates (e.g., 8.2.1 → 8.2.2)
2428

25-
## Supported versions
29+
## Supported database versions
2630

2731
{{< note >}}
28-
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
32+
**We strongly recommend using the latest available database version** to benefit from the newest features, performance improvements, and security updates.
2933
{{< /note >}}
3034

3135
| Version | Status | EOL Date | Plans |
@@ -38,11 +42,11 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
3842

3943
1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a> Redis 8.0 is not available for new databases.
4044

41-
When a version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the following minor version during maintenance windows if you do not manually upgrade before EOL.
45+
When a database version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the following minor version during maintenance windows if you do not manually upgrade before EOL.
4246

4347
## Version selection
4448

45-
When creating a database, you select the version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.
49+
When creating a database, you select the database version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.
4650

4751

4852
## Manual upgrades

content/operate/rc/databases/version-management/upgrade-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212
- /rc/databases/upgrade-version
1313
---
1414

15-
You can upgrade databases that are not on the latest available version of Redis to a later version at any time.
15+
You can upgrade databases that are not on the latest available version of Redis to a later database version at any time.
1616

1717
{{< note >}}
1818
Please keep in mind the following before upgrading your database version:
@@ -76,9 +76,9 @@ The upgrade will start in 1-3 weeks from your request, according to your subscri
7676

7777
## Manually revert upgrade
7878

79-
Automatically reverting to a previous Redis version is not supported on Redis Cloud.
79+
Automatically reverting to a previous Redis database version is not supported on Redis Cloud.
8080

81-
If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your version, you can:
81+
If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your database version, you can:
8282

8383
1. [Delete your database]({{< relref "/operate/rc/databases/delete-database" >}}) without deleting your subscription.
8484
1. [Create a new database]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}) in your subscription with the following settings:

0 commit comments

Comments
 (0)