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
16 changes: 0 additions & 16 deletions content/operate/rs/release-notes/rs-8-2-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@ Redis Software version 8.2.0 introduces the following breaking changes:

- Existing functionality for listing, deleting, and loading modules is unchanged.

### OpenSSL version on RHEL 9

On RHEL 9, Redis Software version 8.0.16 and later requires OpenSSL 3.3 or later. Other supported platforms are unaffected.

Redis Software is built against the OpenSSL 3.3 runtime included in recent RHEL 9 minor releases. Nodes on an earlier RHEL 9 minor release don't meet this requirement. For example, RHEL 9.6 ships OpenSSL 3.2.2.

The pre-upgrade checks don't detect an incompatible OpenSSL version, so an upgrade can pass validation and then fail partway through. This can leave the management services on the node in a failed state.

Before you upgrade, check the OpenSSL version on each node:

```sh
openssl version
```

If the version is earlier than 3.3.0, upgrade the `openssl` and `openssl-libs` packages before you upgrade Redis Software.

### Reserved ports

Make sure the following ports are open before upgrading Redis Software.
Expand Down
16 changes: 0 additions & 16 deletions content/operate/rs/release-notes/rs-8-2-releases/rs-8-2-0-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,22 +177,6 @@ Redis Software version 8.2.0 introduces the following breaking changes:

- Existing functionality for listing, deleting, and loading modules is unchanged.

### OpenSSL version on RHEL 9

On RHEL 9, Redis Software version 8.0.16 and later requires OpenSSL 3.3 or later. Other supported platforms are unaffected.

Redis Software is built against the OpenSSL 3.3 runtime included in recent RHEL 9 minor releases. Nodes on an earlier RHEL 9 minor release don't meet this requirement. For example, RHEL 9.6 ships OpenSSL 3.2.2.

The pre-upgrade checks don't detect an incompatible OpenSSL version, so an upgrade can pass validation and then fail partway through. This can leave the management services on the node in a failed state.

Before you upgrade, check the OpenSSL version on each node:

```sh
openssl version
```

If the version is earlier than 3.3.0, upgrade the `openssl` and `openssl-libs` packages before you upgrade Redis Software.

### Reserved ports

Make sure the following ports are open before upgrading Redis Software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ The following table shows which Redis modules are compatible with each Redis dat

## Version changes

### OpenSSL version

Redis Software version 8.0.16 and later requires OpenSSL 3.3 or later.

### Reserved ports

Make sure the following ports are open before upgrading Redis Software.
Expand Down
Loading