File tree Expand file tree Collapse file tree 6 files changed +85
-0
lines changed
content/operate/rs/release-notes/rs-7-8-releases Expand file tree Collapse file tree 6 files changed +85
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,25 @@ The following table provides a snapshot of supported platforms as of this Redis
252252
253253- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
254254
255+ - RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: ` Failed to import rdb file: general-error ` .
256+
257+ As a workaround:
258+
259+ 1 . On each cluster node, run:
260+
261+ ``` sh
262+ sudo dnf install boost-program-options
263+ ```
264+
265+ 1. Verify that ` libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:
266+
267+ ` ` ` sh
268+ ldd /opt/redislabs/bin/rl_rdbloader
269+ ` ` `
270+
271+ 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" > }}).
272+
273+
255274# # Known limitations
256275
257276# ### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -177,6 +177,22 @@ The following table shows the SHA256 checksums for the available packages:
177177
178178- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
179179
180+ - RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: ` Failed to import rdb file: general-error` .
181+
182+ As a workaround:
183+
184+ 1. On each cluster node, run:
185+
186+ ` ` ` sh
187+ sudo dnf install boost-program-options
188+ ` ` `
189+
190+ 1. Verify that ` libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:
191+
192+ ` ` ` sh
193+ ldd /opt/redislabs/bin/rl_rdbloader
194+ ` ` `
195+
180196# # Known limitations
181197
182198# ### New Cluster Manager UI limitations
Original file line number Diff line number Diff line change @@ -113,6 +113,22 @@ The following table shows the SHA256 checksums for the available packages:
113113
114114- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
115115
116+ - RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: ` Failed to import rdb file: general-error ` .
117+
118+ As a workaround:
119+
120+ 1 . On each cluster node, run:
121+
122+ ``` sh
123+ sudo dnf install boost-program-options
124+ ```
125+
126+ 1. Verify that ` libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:
127+
128+ ` ` ` sh
129+ ldd /opt/redislabs/bin/rl_rdbloader
130+ ` ` `
131+
116132# # Known limitations
117133
118134# ### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -107,6 +107,22 @@ The following table shows the SHA256 checksums for the available packages:
107107
108108- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
109109
110+ - RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: ` Failed to import rdb file: general-error ` .
111+
112+ As a workaround:
113+
114+ 1 . On each cluster node, run:
115+
116+ ``` sh
117+ sudo dnf install boost-program-options
118+ ```
119+
120+ 1. Verify that ` libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:
121+
122+ ` ` ` sh
123+ ldd /opt/redislabs/bin/rl_rdbloader
124+ ` ` `
125+
110126# # Known limitations
111127
112128# ### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -150,6 +150,22 @@ The following table shows the SHA256 checksums for the available packages:
150150
151151- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
152152
153+ - RS151990: For RHEL 8 and RHEL 9 clusters, importing an RDB file can fail with the exception: ` Failed to import rdb file: general-error` .
154+
155+ As a workaround:
156+
157+ 1. On each cluster node, run:
158+
159+ ` ` ` sh
160+ sudo dnf install boost-program-options
161+ ` ` `
162+
163+ 1. Verify that ` libboost_program_options.so.1.75.0` points to a path to confirm the installation succeeded:
164+
165+ ` ` ` sh
166+ ldd /opt/redislabs/bin/rl_rdbloader
167+ ` ` `
168+
153169# # Known limitations
154170
155171# ### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ The following table shows which Redis modules are compatible with each Redis dat
4545
4646- RS154601: Fixed an issue where new workers created after the proxy certificate was updated might use the old certificate.
4747
48+ - 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 ` .
49+
4850## Version changes
4951
5052### Supported platforms
You can’t perform that action at this time.
0 commit comments