Skip to content

Commit bc81987

Browse files
committed
Merge upstream PR redis#3356 into feature/docker-support
DOC-6656: bundled DB versions table extracted to embed for reuse.
2 parents 7cd0441 + 6023dd4 commit bc81987

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
| Redis Software<br />cluster version | Bundled Redis<br />DB versions | Default DB version<br />(upgraded/new databases) |
2+
|-------|----------|-----|
3+
| 8.0.20 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4, 8.6 | 8.6 |
4+
| 8.0.18 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4, 8.6 | 8.6 |
5+
| 8.0.16 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4 | 8.4 |
6+
| 8.0.10 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4 | 8.4 |
7+
| 8.0.6 | 6.2, 7.2, 7.4, 8.0, 8.2 | 8.2 |
8+
| 8.0.2 | 6.2, 7.2, 7.4, 8.0, 8.2 | 8.2 |
9+
| 7.22.x | 6.2, 7.2, 7.4 | 7.4 |
10+
| 7.8.x | 6.2, 7.2, 7.4 | 7.4 |
11+
| 7.4.x | 6.0, 6.2, 7.2 | 7.2 |
12+
| 7.2.4 | 6.0, 6.2, 7.2 | 7.2 |
13+
| 6.4.2 | 6.0, 6.2 | 6.2 |
14+
| 6.2.x | 6.0, 6.2 | 6.0 |

content/operate/rs/installing-upgrading/product-lifecycle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@ For detailed upgrade instructions, see [Upgrade a Redis Software cluster]({{<rel
8181
{{<note>}}
8282
Redis Enterprise for Kubernetes has its own support lifecycle, which accounts for the Kubernetes distribution lifecycle. For details, see [Supported Kubernetes distributions]({{<relref "/operate/kubernetes/reference/supported_k8s_distributions">}}).
8383
{{</note>}}
84+
85+
## Bundled Redis database versions
86+
87+
Each cluster version of Redis Software includes a set of Redis database versions as follows:
88+
89+
{{<embed-md "rs-bundled-db-versions.md">}}

content/operate/rs/installing-upgrading/upgrading/upgrade-database.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,7 @@ To view available Redis database versions:
2323
The default Redis database version differs between Redis Software releases as follows:
2424

2525
<a name="db-versions-table"></a>
26-
| Redis<br />Software | Bundled Redis<br />DB versions | Default DB version<br />(upgraded/new databases) |
27-
|-------|----------|-----|
28-
| 8.0.20 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4, 8.6 | 8.6 |
29-
| 8.0.18 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4, 8.6 | 8.6 |
30-
| 8.0.16 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4 | 8.4 |
31-
| 8.0.10 | 6.2, 7.2, 7.4, 8.0, 8.2, 8.4 | 8.4 |
32-
| 8.0.6 | 6.2, 7.2, 7.4, 8.0, 8.2 | 8.2 |
33-
| 8.0.2 | 6.2, 7.2, 7.4, 8.0, 8.2 | 8.2 |
34-
| 7.22.x | 6.2, 7.2, 7.4 | 7.4 |
35-
| 7.8.x | 6.2, 7.2, 7.4 | 7.4 |
36-
| 7.4.x | 6.0, 6.2, 7.2 | 7.2 |
37-
| 7.2.4 | 6.0, 6.2, 7.2 | 7.2 |
38-
| 6.4.2 | 6.0, 6.2 | 6.2 |
39-
| 6.2.x | 6.0, 6.2 | 6.0 |
26+
{{<embed-md "rs-bundled-db-versions.md">}}
4027

4128
## Upgrade prerequisites
4229

0 commit comments

Comments
 (0)