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.md
+68-48Lines changed: 68 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,82 +11,102 @@ weight: 36
11
11
tocEmbedHeaders: true
12
12
---
13
13
14
-
Redis Cloud balances customer control with automated maintenance to ensure your databases run secure, stable, and performant Redis versions.
14
+
Redis Cloud gives you control over major version upgrades, while minor version upgrades are managed automatically to simplify operations and reduce the risk of compatibility issues.
15
15
16
-
{{< note >}}
17
-
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
18
-
{{< /note >}}
16
+
## Version policy
19
17
20
-
## Supported versions
18
+
Starting with Redis 8.2 (October 2025), Redis Cloud manages minor version upgrades automatically:
21
19
22
-
| Version | Type | Status | EOL Date | Plans |
23
-
|---------|------|--------|----------|-------|
24
-
|**Redis 8.2**| STS | GA | TBD | Essentials, Pro |
|**Redis 7.4**| LTS | GA | Apr 30, 2028 | Essentials, Pro |
27
-
|**Redis 7.2**| LTS |*GA | Oct 30, 2027 | Essentials, Pro |
28
-
|**Redis 6.2**| LTS | GA | 2026 | Pro |
20
+
-**You choose the major version** (7.8) when creating a database
21
+
-**We automatically upgrade minor versions** within that major version (7.8.2 → 7.8.4 → 7.8.6)
22
+
-**You control major upgrades** (7.8 → 8.2) - these always require your explicit action
23
+
-**You can opt out** of automatic minor upgrades (Pro plans only)
24
+
25
+
### Version types
26
+
27
+
In the Redis versioning scheme:
28
+
- **major versions** are represented by the first two numbers (e.g., 7.4)
29
+
- **minor versions** are represented by the third number (e.g., 7.4.2)
30
+
31
+
## Version support models
32
+
33
+
Redis Cloud uses two version support models:
34
+
35
+
### LTS (Long-Term Support)
36
+
37
+
LTS versions are the final minor release of each major version and receive **5 years of extended support**. These versions are ideal for:
38
+
39
+
- Production environments requiring stability
40
+
- Applications with infrequent upgrade cycles
41
+
- Enterprise deployments with strict change management
42
+
43
+
**Current LTS versions**: Redis 6.2, 7.2, 7.4
44
+
45
+
### STS (Short-Term Support)
29
46
30
-
**EOL (End of life)**: Databases on EOL versions are not supported. If auto-upgrades are enabled, Redis Cloud will automatically upgrade your database to the following version.
31
-
**LTS (Long-Term Support)**: Final minor release of a major version with 5-year extended support.
32
-
**STS (Short-Term Support)**: All other minor releases, supported for 6 months after the next minor release.
33
-
*Redis 8.0 is not available for new databases.
47
+
STS versions include all minor releases except the final one in each major version. These versions:
34
48
35
-
## New version policy (Redis 8.2+)
49
+
- Receive support for **6 months** after the next minor release
50
+
- Provide access to the latest features and improvements
51
+
- Are automatically upgraded when they reach end-of-life
36
52
37
-
Starting October 2025:
53
+
**Current STS versions**: Redis 8.0, 8.2
38
54
39
-
-**You select**: Major version only (e.g., Redis 8)
40
-
-**We manage**: Minor versions automatically within your selected major version
41
-
-**You control**: Opt out of auto-upgrades if preferred; major upgrades always require your action
55
+
### End-of-life (EOL)
42
56
43
-
## How it works
57
+
When a version reaches EOL:
58
+
- Technical support is no longer provided
59
+
- Security updates are not available
60
+
- Databases are automatically upgraded to the next supported version (if auto-upgrades are enabled)
44
61
45
-
### Version selection
62
+
##How version selection works
46
63
47
-
**New databases**: Select major version only (Redis 6, 7, or 8). You get the latest minor automatically.
64
+
### For new databases
48
65
49
-
**Minor upgrades**:
50
-
-**Redis 8+**: Auto-upgrade enabled by default (can opt out for Pro)
51
-
-**Redis 7 and earlier**: Manual upgrades only
66
+
When creating a database, you select the **major version only**. Redis Cloud automatically provides the latest minor version within that major version.
67
+
68
+
### For existing databases
69
+
70
+
-**Redis 8+**: Minor versions are managed automatically (with opt-out available for Pro)
71
+
-**Redis 7 and earlier**: You control all version upgrades manually
52
72
53
73
### Plan differences
54
74
55
75
| Feature | Essentials | Pro |
56
76
|---------|------------|-----|
57
-
| Auto minor upgrades | Always on| Default on, can disable |
77
+
| Auto minor upgrades (Redis 8+) | Always enabled| Default enabled, can disable |
58
78
| Manual upgrades | No | Yes |
59
79
| Maintenance window | Standard | Configurable |
60
80
81
+
## Supported versions
82
+
61
83
{{< note >}}
62
-
If you opt out of auto-upgrades and reach EOL, Redis Cloud will force upgrade after notifications.
84
+
**We strongly recommend using the latest available version** to benefit from the newest features, performance improvements, and security updates.
63
85
{{< /note >}}
64
86
65
-
## Upgrading databases
66
-
67
-
### Manual upgrades (Pro)
68
-
69
-
1. Select your database: **More actions** > **Version upgrade**
70
-
2. Choose target version: **Upgrade**
87
+
| Version | Type | Status | EOL Date | Plans |
88
+
|---------|------|--------|----------|-------|
89
+
|**Redis 8.2**| STS | GA | TBD | Essentials, Pro |
|**Redis 7.4**| LTS | GA | Apr 30, 2028 | Essentials, Pro |
92
+
|**Redis 7.2**| LTS |*GA | Oct 30, 2027 | Essentials, Pro |
93
+
|**Redis 6.2**| LTS | GA | 2026 | Pro |
71
94
72
-
{{< note >}}
73
-
Before upgrading: [Back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}), review [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}), and plan for off-peak hours.
- Review the [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}) for your target version to ensure compatibility with your applications.
102
+
-[Back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}), review [breaking changes]({{< relref "/operate/rc/changelog/version-release-notes" >}}), and plan for off-peak hours.
81
103
82
-
## Compatibility
104
+
Redis Cloud Pro users can upgrade their databases at any time:
1. Select your database: **More actions** > **Version upgrade**
107
+
2. Choose target version: **Upgrade**
85
108
86
-
Redis Cloud guarantees:
87
-
- No breaking changes in minor releases
88
-
- No performance regressions in minor releases
89
-
- Backwards compatibility within major versions
109
+
For information about automatic minor version upgrades and configuration options, see [Database configuration]({{< relref "/operate/rc/databases/view-edit-database" >}}).
90
110
91
111
## FAQ
92
112
@@ -100,4 +120,4 @@ Redis Cloud will force upgrade after notifications to ensure security and suppor
100
120
No automatic downgrades. Restore from backup if needed.
101
121
102
122
**How do I identify LTS vs STS?**
103
-
Check the [supported versions table](#supported-versions) or database creation interface.
123
+
Check the [supported versions table](#supported-versions).
0 commit comments