You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/version-management/_index.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ categories:
5
5
- docs
6
6
- operate
7
7
- rc
8
-
description: Describes Redis Cloud version management policy, supported versions, and upgrade options.
8
+
description: Describes Redis Cloud supported database versions and upgrade options.
9
9
linkTitle: Version management
10
10
weight: 36
11
11
hideListLinks: true
12
12
tocEmbedHeaders: true
13
13
---
14
14
15
-
Redis Cloud provides comprehensive version management that balances automatic updates for security and performance with customer control over major changes.
15
+
Redis Cloud provides comprehensive version management that prioritizes customer control over major changes.
16
16
17
17
## Redis version structure
18
18
@@ -36,13 +36,12 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
36
36
|**Redis 7.2**| GA | December 1, 2029 | Essentials, Pro |
37
37
|**Redis 6.2**| GA | 2026 | Pro |
38
38
39
-
When a version reaches End-of-Life (EOL), Redis Cloud will automatically upgrade your database to the latest minor version during maintenance windows if you do not manually upgrade before EOL.
39
+
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.
40
40
41
41
## Version selection
42
42
43
43
When creating a database, you select the version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.
44
44
45
-
For existing databases, all upgrades must be done manually. See [Upgrade database version]({{< relref "/operate/rc/databases/version-management/upgrade-version" >}}) for more details.
0 commit comments