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/upgrade-version.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@ Database version upgrade options depend on your plan type.
14
14
15
15
## Redis Cloud Essentials
16
16
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.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/version-management.md
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,34 @@ weight: 36
11
11
tocEmbedHeaders: true
12
12
---
13
13
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.
15
15
16
-
## Version policy
16
+
## Redis versioning and upgrade policy
17
17
18
-
Starting with Redis 8.2 (October 2025), Redis Cloud manages minor version upgrades automatically:
18
+
### Version structure
19
19
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:
24
21
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)
-**No automatic upgrades**: Redis Cloud never automatically upgrades major versions
41
+
-**Customer timing**: You choose when to upgrade to a new major version
30
42
31
43
## Version support models
32
44
@@ -55,26 +67,28 @@ STS versions include all minor releases except the final one in each major versi
55
67
### End-of-life (EOL)
56
68
57
69
When a version reaches EOL:
70
+
58
71
- Technical support is no longer provided
59
72
- 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
61
74
62
75
## How version selection works
63
76
64
77
### For new databases
65
78
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.
67
80
68
81
### For existing databases
69
82
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
72
85
73
86
### Plan differences
74
87
75
88
| Feature | Essentials | Pro |
76
89
|---------|------------|-----|
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 |
78
92
| Manual upgrades | No | Yes |
79
93
| Maintenance window | Standard | Configurable |
80
94
@@ -89,7 +103,7 @@ When creating a database, you select the **major version only**. Redis Cloud aut
89
103
|**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 |
106
+
|**Redis 7.2**|STS|*GA | Oct 30, 2027 | Essentials, Pro |
93
107
|**Redis 6.2**| LTS | GA | 2026 | Pro |
94
108
95
109
*Redis 8.0 is not available for new databases.
@@ -110,8 +124,8 @@ For information about minor version auto-upgrades and configuration options, see
110
124
111
125
## FAQ
112
126
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.
115
129
116
130
**What if I don't upgrade before EOL?**
117
131
Redis Cloud will force upgrade after notifications to ensure security and support.
0 commit comments