Skip to content

RS: Added shard migration status resolved issue to the RS 7.8.6-60 release notes #1560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories:
- operate
- rs
compatibleOSSVersion: Redis 7.4.0
description: Bug fix for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI. Deprecated required_version in the bootstrap cluster API.
description: Bug fixes for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI and an issue where migrated shards can appear stuck on multiple nodes. Deprecated required_version in the bootstrap cluster API.
linkTitle: 7.8.6-60 (April 2025)
weight: 83
---
Expand All @@ -17,7 +17,7 @@ This is a maintenance release for ​[​Redis Enterprise Software version 7.8.6

This version offers:

- A bug fix for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI.
- Bug fixes for an LDAP connection issue caused by setting LDAP bind credentials that include `<` in the Cluster Manager UI and an issue where migrated shards can appear stuck on multiple nodes.

## New in this release

Expand Down Expand Up @@ -45,6 +45,8 @@ The following table shows which Redis modules are compatible with each Redis dat

- RS155783: Fixed an issue where using the special character `<` when setting LDAP bind credentials in the Cluster Manager UI caused LDAP connection failures.

- RS144215: Fixed an issue where a shard's status might not update correctly after migration, causing it to appear stuck on multiple nodes even if the migration completed successfully.

## Version changes

### Deprecations
Expand Down