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
252
252
253
253
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
254
254
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
+
255
274
# # Known limitations
256
275
257
276
# ### 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:
177
177
178
178
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
179
179
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
+
180
196
# # Known limitations
181
197
182
198
# ### 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:
113
113
114
114
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
115
115
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
+
116
132
# # Known limitations
117
133
118
134
# ### 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:
107
107
108
108
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
109
109
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
+
110
126
# # Known limitations
111
127
112
128
# ### 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:
150
150
151
151
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
152
152
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
+
153
169
# # Known limitations
154
170
155
171
# ### 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
45
45
46
46
- RS154601: Fixed an issue where new workers created after the proxy certificate was updated might use the old certificate.
47
47
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
+
48
50
## Version changes
49
51
50
52
### Supported platforms
You can’t perform that action at this time.
0 commit comments