diff --git a/content/operate/rs/release-notes/rs-7-8-releases/_index.md b/content/operate/rs/release-notes/rs-7-8-releases/_index.md index 447785def2..e74a34dd85 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/_index.md @@ -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]({{}}). + + ## Known limitations #### Upload modules before OS upgrade diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md index 19bfb22490..d781fd66d0 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-18.md @@ -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 diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md index da41bc800c..363aa9ad5b 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-66.md @@ -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 diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md index cab8a0f325..bf5e4ddfa8 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-95.md @@ -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 diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md index 613a902255..5c0798a84d 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md @@ -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 diff --git a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md index 273169b759..631fb99a1f 100644 --- a/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md +++ b/content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-36.md @@ -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