Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/embeds/rs-upgrade-paths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Supported upgrade paths

<span title="Check mark icon">&#x2705;</span> Supported – You can upgrade directly from the current Redis Software cluster version.

<span title="X icon">:x:</span> Not supported – You cannot upgrade directly from the current Redis Software cluster version. You must first upgrade to a supported intermediate version.

| Current Redis Software cluster version | Upgrade to Redis Software 6.2.x | Upgrade to Redis Software 6.4.x | Upgrade to Redis Software 7.2.x | Upgrade to Redis Software 7.4.x |
|:-----------------------:|:----------------:|:----------------:|:----------------:|:----------------:|
| 6.0.x | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Not supported">:x:</span> |
| 6.2.4<br />6.2.8 | – | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| 6.2.10<br />6.2.12<br />6.2.18 | – | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| 6.4.x | – | – | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| 7.2.x | – | – | – | <span title="Supported">&#x2705;</span> |
5 changes: 5 additions & 0 deletions content/operate/rs/installing-upgrading/product-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
description: The product lifecycle of Redis Enterprise Software.
linkTitle: Product lifecycle
weight: 100
tocEmbedHeaders: true
---
The Redis Enterprise Software product lifecycle fully reflects the [subscription agreement](https://redis.com/software-subscription-agreement).
However, for any discrepancy between the two policies, the subscription agreement prevails.
Expand Down Expand Up @@ -47,3 +48,7 @@ This update to the EOL policy allows a lead time of at least 24 months to upgrad
| 5.6 – April 2020 | October 31, 2021 |
| 5.4 – December 2018 | December 31, 2020 |
| 5.2 – June 2018 | December 31, 2019 |

{{<embed-md "rs-upgrade-paths.md">}}

For detailed upgrade instructions, see [Upgrade a Redis Enterprise Software cluster]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ description: Upgrade a Redis Enterprise Software cluster.
linkTitle: Upgrade cluster
toc: 'true'
weight: 30
tocEmbedHeaders: true
---

## Supported upgrade paths

The following upgrade paths are supported:

| Current<br/>cluster version | Upgrade to<br/>cluster version |
|:-----:|:-----:|
| 7.2.x | 7.4.x |
| 6.4.x | 7.4.x<br />7.2.x |
| 6.2.x | 7.4.x<br />7.2.x<br />6.4.x |
| 6.0.x | 7.2.x<br />6.4.x<br />6.2.x |
{{<embed-md "rs-upgrade-paths.md">}}

See the [Redis Enterprise Software product lifecycle]({{<relref "/operate/rs/installing-upgrading/product-lifecycle">}}) for more information about release numbers and the end-of-life schedule.

Expand Down
18 changes: 18 additions & 0 deletions content/operate/rs/references/upgrade-paths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
Title: Supported upgrade paths for Redis Software
alwaysopen: false
categories:
- docs
- operate
- rs
description: Supported paths to upgrade a Redis Software cluster.
linkTitle: Upgrade paths
weight: 30
tocEmbedHeaders: true
---

{{<embed-md "rs-upgrade-paths.md">}}

For detailed upgrade instructions, see [Upgrade a Redis Enterprise Software cluster]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster">}}).

See the [Redis Enterprise Software product lifecycle]({{<relref "/operate/rs/installing-upgrading/product-lifecycle">}}) for more information about release numbers and the end-of-life schedule.
Loading