Skip to content

Commit 6e79765

Browse files
feedback revisions
1 parent 1f2ea58 commit 6e79765

File tree

3 files changed

+43
-23
lines changed

3 files changed

+43
-23
lines changed

content/operate/rc/databases/configuration/advanced-capabilities.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are i
2929

3030
### Version management for Essentials
3131

32-
- **Minor version auto-upgrades**: Enabled by default for Redis 8+ and cannot be disabled
32+
- **Minor version auto-upgrades**: Always enabled for Redis 8+, upgrades to latest minor version during maintenance windows
33+
- **Major version upgrades**: Customer controlled, never automatic
3334
- **Latest versions**: All new databases automatically use the latest available Redis version
3435
- **Notifications**: You receive notifications when new database versions become available
3536

@@ -43,9 +44,10 @@ By default, Redis Cloud Pro databases load all supported advanced capabilities.
4344

4445
### Version management for Pro
4546

46-
- **Minor version auto-upgrades**: Enabled by default for Redis 8+ but can be disabled
47+
- **Minor version auto-upgrades**: Enabled by default for Redis 8+ but can be disabled, occur during maintenance windows
48+
- **Major version upgrades**: Customer controlled, never automatic
4749
- **Manual control**: You can upgrade to any available version at any time
48-
- **Maintenance windows**: Automatic upgrades occur during your defined maintenance window
50+
- **Forced upgrades**: If auto-upgrades disabled and version reaches EOL, automatic upgrade during maintenance windows
4951

5052
For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
5153

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Database version upgrade options depend on your plan type.
1414

1515
## Redis Cloud Essentials
1616

17-
All new Redis Cloud Essentials databases are on the latest available version of Redis. Redis will notify Redis Cloud Essentials users when a new database version is available.
17+
All new Redis Cloud Essentials databases are on the latest available version of Redis.
18+
19+
For Redis 8+, minor version auto-upgrades are always enabled and occur automatically during maintenance windows when new versions become available. Major version upgrades require customer action.
20+
21+
For Redis 7 and earlier versions, Redis will notify users when new database versions are available, but upgrades must be done manually.
1822

1923
## Redis Cloud Pro
2024

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

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,34 @@ weight: 36
1111
tocEmbedHeaders: true
1212
---
1313

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.
14+
Redis Cloud provides comprehensive version management that balances automatic updates for security and performance with customer control over major changes.
1515

16-
## Version policy
16+
## Redis versioning and upgrade policy
1717

18-
Starting with Redis 8.2 (October 2025), Redis Cloud manages minor version upgrades automatically:
18+
### Version structure
1919

20-
- **You choose the major version** (e.g., 8.2) when creating a database
21-
- **We automatically upgrade minor versions** within that major version (e.g., 8.2.1 → 8.2.2 → 8.2.3)
22-
- **You control major upgrades** (e.g., 8.2 → 8.4) - these always require your explicit action
23-
- **You can opt out** of automatic minor upgrades (Pro plans only)
20+
Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
2421

25-
### Version types
22+
- **Major versions**: Significant changes that may include breaking changes (e.g., Redis 7 → Redis 8)
23+
- **Minor versions**: New features and improvements within a major version (e.g., 8.2 → 8.4 → 8.6)
24+
- **Patch versions**: Bug fixes and security updates (e.g., 8.2.1 → 8.2.2)
2625

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)
26+
### Upgrade policies
27+
28+
#### Minor version upgrades (8.2 → 8.4 → 8.6) {#minor-upgrades}
29+
30+
Starting with Redis 8.2 (October 2025):
31+
32+
- **Automatic upgrades**: Redis Cloud automatically upgrades to new minor versions when available
33+
- **Maintenance windows**: All upgrades occur during your subscription's configured maintenance windows
34+
- **Customer control**: Pro users can opt out of automatic minor upgrades
35+
- **Forced upgrades**: If auto-upgrade is disabled and a version reaches EOL, Redis Cloud will force upgrade during maintenance windows
36+
37+
#### Major version upgrades (7.4 → 8.2) {#major-upgrades}
38+
39+
- **Customer control**: Always require explicit customer action
40+
- **No automatic upgrades**: Redis Cloud never automatically upgrades major versions
41+
- **Customer timing**: You choose when to upgrade to a new major version
3042

3143
## Version support models
3244

@@ -55,26 +67,28 @@ STS versions include all minor releases except the final one in each major versi
5567
### End-of-life (EOL)
5668

5769
When a version reaches EOL:
70+
5871
- Technical support is no longer provided
5972
- Security updates are not available
60-
- Databases are automatically upgraded to the next supported version (if auto-upgrades are enabled)
73+
- Databases with auto-upgrades disabled are automatically upgraded to the next supported version during maintenance windows
6174

6275
## How version selection works
6376

6477
### For new databases
6578

66-
When creating a database, you select the **major version only**. Redis Cloud automatically provides the latest minor version within that major version.
79+
When creating a database, you select the version (e.g., Redis 8.2). Redis Cloud automatically provides the latest patch version within that version.
6780

6881
### For existing databases
6982

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
83+
- **Redis 8+**: Minor version auto-upgrades are available (with opt-out for Pro users)
84+
- **Redis 7 and earlier**: Auto-upgrade for minor versions is not supported; all upgrades must be done manually
7285

7386
### Plan differences
7487

7588
| Feature | Essentials | Pro |
7689
|---------|------------|-----|
77-
| Minor version auto-upgrades (Redis 8+) | Always enabled | Default enabled, can disable |
90+
| Minor version auto-upgrades (Redis 8+) | Always enabled, upgrades to latest minor version | Default enabled, can disable |
91+
| Major version upgrades | Customer controlled | Customer controlled |
7892
| Manual upgrades | No | Yes |
7993
| Maintenance window | Standard | Configurable |
8094

@@ -89,7 +103,7 @@ When creating a database, you select the **major version only**. Redis Cloud aut
89103
| **Redis 8.2** | STS | GA | TBD | Essentials, Pro |
90104
| **Redis 8.0** | STS | *Preview | May 1, 2026 | Essentials |
91105
| **Redis 7.4** | LTS | GA | Apr 30, 2028 | Essentials, Pro |
92-
| **Redis 7.2** | LTS | *GA | Oct 30, 2027 | Essentials, Pro |
106+
| **Redis 7.2** | STS | *GA | Oct 30, 2027 | Essentials, Pro |
93107
| **Redis 6.2** | LTS | GA | 2026 | Pro |
94108

95109
*Redis 8.0 is not available for new databases.
@@ -110,8 +124,8 @@ For information about minor version auto-upgrades and configuration options, see
110124

111125
## FAQ
112126

113-
**Can I prevent auto-upgrades?**
114-
Pro users can opt out of minor version auto-upgrades for Redis 8+. Major upgrades always require your action.
127+
**Can I prevent minor version auto-upgrades?**
128+
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.
115129

116130
**What if I don't upgrade before EOL?**
117131
Redis Cloud will force upgrade after notifications to ensure security and support.

0 commit comments

Comments
 (0)