Skip to content

Commit 04fd609

Browse files
initial rough draft
1 parent ad39595 commit 04fd609

File tree

2 files changed

+121
-2
lines changed

2 files changed

+121
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Available options depend on your database plan and **Type**.
1717

1818
## Redis Cloud Essentials {#essentials}
1919

20-
All Redis Cloud Essentials databases with versions prior to Redis 8.0 support [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}), which enables the most frequently used capabilities.
20+
All Redis Cloud Essentials databases with versions prior to Redis 8.0 support [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}), which enables the most frequently used capabilities.
2121

2222
{{<image filename="images/rc/new-database-general-type-free-stack.png" alt="For Essentials, the Type setting in the General section includes an option for Redis." width="300px">}}
2323

@@ -27,12 +27,28 @@ When the database **Type** is set to _Redis_, the Advanced capabilities section
2727

2828
Starting with Redis 8.0, all advanced capabilities provided by Redis Stack are included in Redis by default.
2929

30-
Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}).
30+
### Version management for Essentials
31+
32+
- **Auto-upgrades**: Minor version auto-upgrades are enabled by default and cannot be disabled
33+
- **Latest versions**: All new databases automatically use the latest available Redis version
34+
- **Notifications**: You receive notifications when new database versions become available
35+
36+
For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
37+
38+
Redis Cloud is updated on a regular basis, which includes the advanced capabilities supported by the service. Versions displayed by the Redis Cloud console may vary from those shown above. For the latest details of any capability, see [Redis Stack and Redis Enterprise]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}).
3139

3240
## Redis Cloud Pro {#pro}
3341

3442
By default, Redis Cloud Pro databases load all supported advanced capabilities. You can choose to load specific capabilities when you create your database. To choose which capabilities to load for your Pro database, [create it with custom settings]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **More options** when adding your database in the **Sizing tab** to view advanced capability settings.
3543

44+
### Version management for Pro
45+
46+
- **Auto-upgrades**: Minor version auto-upgrades are enabled by default but can be disabled
47+
- **Manual control**: You can upgrade to any available version at any time
48+
- **Maintenance windows**: Automatic upgrades occur during your defined maintenance window
49+
50+
For more information about Redis Cloud version management, see [Redis version management]({{< relref "/operate/rc/databases/version-management" >}}).
51+
3652
{{<image filename="images/rc/database-details-redis-module-select-flexible.png" alt="For Pro databases, you can select the capabilities included in your database." width="75%">}}
3753

3854
You can select more than one advanced capability for a database, though there are limits:
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
Title: Redis version management
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Describes Redis Cloud version management policy, supported versions, and upgrade options.
9+
linkTitle: Version management
10+
weight: 36
11+
tocEmbedHeaders: true
12+
---
13+
14+
Redis Cloud balances customer control with automated maintenance to ensure your databases run secure, stable, and performant Redis versions.
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 >}}
19+
20+
## Supported versions
21+
22+
| Version | Type | Status | EOL Date |
23+
|---------|------|--------|----------|
24+
| **Redis 8.2** | STS | GA (October 2025) | TBD |
25+
| **Redis 8.0** | STS | Preview | May 1, 2026 |
26+
| **Redis 7.4** | LTS | GA | TBD |
27+
| **Redis 7.2** | LTS | GA | TBD |
28+
| **Redis 6.2** | LTS | GA | Nov 2025* |
29+
30+
*Redis 6.2 EOL announced one month after Redis 8.2 GA, with EOL 18 months later.
31+
32+
**LTS (Long-Term Support)**: Final minor release of a major version with extended support.
33+
**STS (Short-Term Support)**: All other minor releases, supported for 6 months after the next minor release.
34+
35+
## New version policy (Redis 8.2+)
36+
37+
Starting October 2025:
38+
39+
- **You select**: Major version only (e.g., Redis 8)
40+
- **We manage**: Minor versions automatically within your selected major
41+
- **You control**: Opt out of auto-upgrades if preferred; major upgrades always require your action
42+
43+
## How it works
44+
45+
### Version selection
46+
47+
**New databases**: Select major version only (Redis 6, 7, or 8). You get the latest minor automatically.
48+
49+
**Minor upgrades**:
50+
- **Redis 8+**: Auto-upgrade enabled by default (can opt out for Pro)
51+
- **Redis 7 and earlier**: Manual upgrades only
52+
53+
### Plan differences
54+
55+
| Feature | Essentials | Pro |
56+
|---------|------------|-----|
57+
| Auto minor upgrades | Always on | Default on, can disable |
58+
| Manual upgrades | No | Yes |
59+
| Maintenance window | Standard | Configurable |
60+
61+
{{< note >}}
62+
If you opt out of auto-upgrades and reach EOL, Redis Cloud will force upgrade after notifications.
63+
{{< /note >}}
64+
65+
## Upgrading databases
66+
67+
### Manual upgrades (Pro)
68+
69+
1. Select your database > **More actions > Version upgrade**
70+
2. Choose target version > **Upgrade**
71+
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 >}}
75+
76+
### Auto-upgrade settings (Pro)
77+
78+
**Enable/disable**: Database details > **Configuration** > **General** > **Auto-upgrade minor versions**
79+
80+
**Maintenance windows**: Subscription details > **Maintenance** > Set preferred window
81+
82+
## Compatibility
83+
84+
Redis follows [Semantic Versioning](https://semver.org/): **MAJOR.MINOR.PATCH**
85+
86+
Redis Cloud guarantees:
87+
- No breaking changes in minor releases
88+
- No performance regressions in minor releases
89+
- Backwards compatibility within major versions
90+
91+
## FAQ
92+
93+
**Can I prevent auto-upgrades?**
94+
Pro users can opt out of minor auto-upgrades for Redis 8+. Major upgrades always require your action.
95+
96+
**What if I don't upgrade before EOL?**
97+
Redis Cloud will force upgrade after notifications to ensure security and support.
98+
99+
**Can I downgrade?**
100+
No automatic downgrades. Restore from backup if needed.
101+
102+
**How do I identify LTS vs STS?**
103+
Check the [supported versions table](#supported-versions) or database creation interface.

0 commit comments

Comments
 (0)