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