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
Redis Open Source uses two version support models.
26
+
27
+
### LTS (Long-Term Support) {#lts}
28
+
29
+
LTS versions are the final minor release of each major version (along with Redis 7.2) and receive **5 years of extended support**, including security updates and major bug fixes.
30
+
31
+
These versions are ideal for:
32
+
33
+
- Production environments requiring stability
34
+
- Applications with infrequent upgrade cycles
35
+
- Enterprise deployments with strict change management
36
+
37
+
**Current LTS versions**: Redis 6.2, 7.2, 7.4
38
+
39
+
### STS (Short-Term Support) {#sts}
40
+
41
+
STS versions include all minor releases except the final one in each major version. These versions receive security updates and bug fixes for **6 months** after the next minor release.
42
+
43
+
**Current STS versions**: Redis 8.0, 8.2
44
+
45
+
### End-of-life (EOL) {#eol}
46
+
47
+
When a version reaches EOL, bug fixes and security updates will no longer be released. Users are encouraged to upgrade to the latest minor version within the same major version.
48
+
49
+
## Supported versions
50
+
51
+
{{< note >}}
52
+
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/version-management/_index.md
+17-40Lines changed: 17 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,35 +43,28 @@ Starting with Redis 8.2 (October 2025):
43
43
44
44
## Version support models
45
45
46
-
Redis Cloud uses two version support models.
46
+
Redis Cloud follows the [Redis Open Source version support models]({{< relref "/operate/oss_and_stack/install/version-policy" >}}):
47
47
48
-
### LTS (Long-Term Support)
48
+
-[**Long-Term Support (LTS)**]({{< relref "/operate/oss_and_stack/install/version-policy#lts" >}}): 5 years of extended support, including security updates and major bug fixes
49
+
-[**Short-Term Support (STS)**]({{< relref "/operate/oss_and_stack/install/version-policy#sts" >}}): 6 months of support after release of the next minor version, including security updates and bug fixes
49
50
50
-
LTS versions are the final minor release of each major version and receive **5 years of extended support**. These versions are ideal for:
51
+
When a version reaches [End-of-Life (EOL)]({{< relref "/operate/oss_and_stack/install/version-policy#eol" >}}), Redis Cloud will automatically upgrade your database to the latest minor version during maintenance windows if you do not manually upgrade before EOL.
51
52
52
-
- Production environments requiring stability
53
-
- Applications with infrequent upgrade cycles
54
-
- Enterprise deployments with strict change management
55
-
56
-
**Current LTS versions**: Redis 6.2, 7.2, 7.4
57
-
58
-
### STS (Short-Term Support)
59
-
60
-
STS versions include all minor releases except the final one in each major version. These versions:
61
-
62
-
- Receive support for **6 months** after the next minor release
63
-
- Provide access to the latest features and improvements
64
-
- Are automatically upgraded when they reach end-of-life
65
-
66
-
**Current STS versions**: Redis 8.0, 8.2
53
+
## Supported versions
67
54
68
-
### End-of-life (EOL)
55
+
{{< note >}}
56
+
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
57
+
{{< /note >}}
69
58
70
-
When a version reaches EOL:
59
+
| Version | Type | Status | EOL Date | Plans |
60
+
|---------|------|--------|----------|-------|
61
+
|**Redis 8.2**| STS | GA | TBD | Essentials, Pro |
|**Redis 7.4**| LTS | GA | December 1, 2029 | Essentials, Pro |
64
+
|**Redis 7.2**| LTS | GA | December 1, 2029 | Essentials, Pro |
65
+
|**Redis 6.2**| LTS | GA | 2026 | Pro |
71
66
72
-
- Technical support is no longer provided
73
-
- Security updates are not available
74
-
- All databases are automatically updated to the next supported version during maintenance windows
67
+
*Redis 8.0 is not available for new databases.
75
68
76
69
## Version selection
77
70
@@ -91,22 +84,6 @@ For existing databases:
91
84
| Manual upgrades | Yes | Yes |
92
85
|[Automatic upgrade time]({{< relref "/operate/rc/subscriptions/maintenance" >}}) | Standard - between 12 AM and 6 AM region time | Configurable - [Set maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}) |
93
86
94
-
## Supported versions
95
-
96
-
{{< note >}}
97
-
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
98
-
{{< /note >}}
99
-
100
-
| Version | Type | Status | EOL Date | Plans |
101
-
|---------|------|--------|----------|-------|
102
-
|**Redis 8.2**| STS | GA | TBD | Essentials, Pro |
|**Redis 7.4**| LTS | GA | December 1, 2029 | Essentials, Pro |
105
-
|**Redis 7.2**| LTS | GA | December 1, 2029 | Essentials, Pro |
106
-
|**Redis 6.2**| LTS | GA | 2026 | Pro |
107
-
108
-
*Redis 8.0 is not available for new databases.
109
-
110
87
## Manual upgrades
111
88
112
89
You can update your databases to a later version if by selecting **More actions** > **Version upgrade** from the database list or database page.
@@ -125,7 +102,7 @@ See [Upgrade database version]({{< relref "/operate/rc/databases/version-managem
125
102
Pro users can opt out of minor version auto-upgrades for Redis 8+. If disabled and a version reaches EOL, Redis Cloud will force upgrade during maintenance windows. Major upgrades always require your action.
126
103
127
104
**What if I don't upgrade before EOL?**
128
-
Redis Cloud will force upgrade after notifications to ensure security and support.
105
+
Redis Cloud will force upgrade after notifications during your next maintenance window to ensure security and support.
129
106
130
107
**Can I downgrade?**
131
108
Automatically reverting to a previous Redis version is not supported on Redis Cloud. See [Manually revert upgrade]({{< relref "/operate/rc/databases/version-management/upgrade-version#manually-revert-upgrade" >}}) for more details.
0 commit comments