Skip to content

Commit 2e96790

Browse files
reorganize version management page
1 parent db48198 commit 2e96790

File tree

1 file changed

+68
-48
lines changed

1 file changed

+68
-48
lines changed

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

Lines changed: 68 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -11,82 +11,102 @@ weight: 36
1111
tocEmbedHeaders: true
1212
---
1313

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.
1515

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
1917

20-
## Supported versions
18+
Starting with Redis 8.2 (October 2025), Redis Cloud manages minor version upgrades automatically:
2119

22-
| Version | Type | Status | EOL Date | Plans |
23-
|---------|------|--------|----------|-------|
24-
| **Redis 8.2** | STS | GA | TBD | Essentials, Pro |
25-
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
26-
| **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)
2946

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:
3448

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
3652

37-
Starting October 2025:
53+
**Current STS versions**: Redis 8.0, 8.2
3854

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)
4256

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)
4461

45-
### Version selection
62+
## How version selection works
4663

47-
**New databases**: Select major version only (Redis 6, 7, or 8). You get the latest minor automatically.
64+
### For new databases
4865

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
5272

5373
### Plan differences
5474

5575
| Feature | Essentials | Pro |
5676
|---------|------------|-----|
57-
| Auto minor upgrades | Always on | Default on, can disable |
77+
| Auto minor upgrades (Redis 8+) | Always enabled | Default enabled, can disable |
5878
| Manual upgrades | No | Yes |
5979
| Maintenance window | Standard | Configurable |
6080

81+
## Supported versions
82+
6183
{{< 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.
6385
{{< /note >}}
6486

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 |
90+
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
91+
| **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 |
7194

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.
74-
{{< /note >}}
95+
*Redis 8.0 is not available for new databases.
7596

76-
### Auto-upgrade settings (Pro)
97+
## Manual upgrades
7798

78-
**Enable/disable**: **Database details** > **Configuration** > **General** > **Auto-upgrade minor versions**
99+
### Before upgrading
79100

80-
**Maintenance windows**: **Subscription details** > **Maintenance** > **Set preferred window**
101+
- 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.
81103

82-
## Compatibility
104+
Redis Cloud Pro users can upgrade their databases at any time:
83105

84-
Redis follows [Semantic Versioning](https://semver.org/): **MAJOR.MINOR.PATCH**
106+
1. Select your database: **More actions** > **Version upgrade**
107+
2. Choose target version: **Upgrade**
85108

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" >}}).
90110

91111
## FAQ
92112

@@ -100,4 +120,4 @@ Redis Cloud will force upgrade after notifications to ensure security and suppor
100120
No automatic downgrades. Restore from backup if needed.
101121

102122
**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

Comments
 (0)