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
19 changes: 19 additions & 0 deletions content/operate/rs/release-notes/rs-7-8-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,25 @@ The following table provides a snapshot of supported platforms as of this Redis

- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.

- RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: `Failed to import rdb file: general-error`.

As a workaround:

1. On each cluster node, run:

```sh
sudo dnf install boost-program-options
```

1. Verify that `libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:

```sh
ldd /opt/redislabs/bin/rl_rdbloader
```

This issue was fixed in [Redis Enterprise Software version 7.8.6-36]({{<relref "/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36">}}).


## Known limitations

#### Upload modules before OS upgrade
Expand Down
16 changes: 16 additions & 0 deletions content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@ The following table shows the SHA256 checksums for the available packages:

- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.

- RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: `Failed to import rdb file: general-error`.

As a workaround:

1. On each cluster node, run:

```sh
sudo dnf install boost-program-options
```

1. Verify that `libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:

```sh
ldd /opt/redislabs/bin/rl_rdbloader
```

## Known limitations

#### New Cluster Manager UI limitations
Expand Down
16 changes: 16 additions & 0 deletions content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,22 @@ The following table shows the SHA256 checksums for the available packages:

- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.

- RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: `Failed to import rdb file: general-error`.

As a workaround:

1. On each cluster node, run:

```sh
sudo dnf install boost-program-options
```

1. Verify that `libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:

```sh
ldd /opt/redislabs/bin/rl_rdbloader
```

## Known limitations

#### Upload modules before OS upgrade
Expand Down
16 changes: 16 additions & 0 deletions content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@ The following table shows the SHA256 checksums for the available packages:

- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.

- RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: `Failed to import rdb file: general-error`.

As a workaround:

1. On each cluster node, run:

```sh
sudo dnf install boost-program-options
```

1. Verify that `libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:

```sh
ldd /opt/redislabs/bin/rl_rdbloader
```

## Known limitations

#### Upload modules before OS upgrade
Expand Down
16 changes: 16 additions & 0 deletions content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,22 @@ The following table shows the SHA256 checksums for the available packages:

- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.

- RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: `Failed to import rdb file: general-error`.

As a workaround:

1. On each cluster node, run:

```sh
sudo dnf install boost-program-options
```

1. Verify that `libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:

```sh
ldd /opt/redislabs/bin/rl_rdbloader
```

## Known limitations

#### Upload modules before OS upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ The following table shows which Redis modules are compatible with each Redis dat

- RS154601: Fixed an issue where new workers created after the proxy certificate was updated might use the old certificate.

- RS151990: Fixed an issue where importing an RDB file in RHEL 8 and RHEL 9 clusters can fail with the exception: `Failed to import rdb file: general-error`.

## Version changes

### Supported platforms
Expand Down