--- Title: Redis Enterprise Software release notes 6.4.2-61 (April 2023) alwaysopen: false categories: - docs - operate - rs compatibleOSSVersion: Redis 6.2.10, 6.0.17 description: Amazon Linux 2 support. Fixed known limitations for custom installation on RHEL 7 and RHEL 8, running rl_rdbconvert manually, and resharding rack-aware databases with no replication. linkTitle: 6.4.2-61 (April 2023) weight: 70 --- This is a maintenance release for ​[​Redis Enterprise Software version 6.4.2](https://redis.io/downloads/#software). The following table shows the MD5 checksums for the available packages: | Package | MD5 checksum (6.4.2-61 April release) | |---------|---------------------------------------| | Ubuntu 16 | f8f616147c9daaaeb9cd8cb1ae44157f | | Ubuntu 18 | 1de5b0bafd4edec8d7817bddcecf3824 | | Ubuntu 20 | 829e91c7fac1a0ab7e36cb4a65d19906 | | RedHat Enterprise Linux (RHEL) 7
Oracle Enterprise Linux (OL) 7 | 477f1d3161ea16e8d52c41eb61d92637 | | RedHat Enterprise Linux (RHEL) 8
Oracle Enterprise Linux (OL) 8
Rocky Enterprise Linux | 1170af43f88bf5f9095890916c0fe74d | | Amazon Linux 2 (Release Candidate) | e246ae158db32e0a483a23392b2a7f47 | ## New features and enhancements - Amazon Linux 2 supported as a release candidate (RC) {{}} A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support will be added in a future maintenance release. {{}} - Add node ID indication to [`debug_info` package]({{< relref "/operate/rs/references/cli-utilities/rladmin/cluster/debug_info" >}}) (RS95360) - Add support for underscore `_` as a valid character for [rack awareness]({{< relref "/operate/rs/clusters/configure/rack-zone-awareness" >}}) (RS87458) - When updating a [BDB object]({{< relref "/operate/rs/references/rest-api/objects/bdb" >}}), the version property is immutable. Any validation will be performed according to the BDB object version that was set during upgrade or install (RS93294) #### Redis Stack v6.2.6 Redis Enterprise Software v6.4.2 includes the new features delivered in the latest [Redis Stack release (6.2.6 v6)](https://redis.com/blog/introducing-redis-stack-6-2-6-and-7-0-6/): - [RediSearch v2.6.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/search" >}}) - [RedisJSON v2.4.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/json" >}}) - [RedisBloom v2.4.5]({{< relref "/operate/oss_and_stack/stack-with-enterprise/bloom" >}}) - [RedisGraph v2.10.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph" >}}) - [RedisTimeSeries v1.8.9]({{< relref "/operate/oss_and_stack/stack-with-enterprise/timeseries" >}}) See [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) to learn how to upgrade a module for a database. ## Version changes ### Deprecations #### Ubuntu 16.04 Ubuntu 16 support is deprecated and will be removed in a future release. #### Active-Active database persistence The RDB snapshot option for [Active-Active database persistence]({{< relref "/operate/rs/databases/active-active/manage#data-persistence" >}}) is deprecated and will be removed in a future release. Please plan to reconfigure any Active-Active databases to use append-only file (AOF) persistence with the following command: ```sh crdb-cli crdb update --crdb-guid \ --default-db-config '{"data_persistence": "aof", "aof_policy":"appendfsync-every-sec"}' ``` ## Resolved issues - RS95344 - Fixed known limitation for RHEL 7 and RHEL 8 where CRDB databases fail to start when installed using custom installation paths - RS88010 - Roll back node configuration when the [remove node]({{< relref "/operate/rs/clusters/remove-node" >}}) operation fails - RS95824 - Fixed an issue with running `rl_rdbconvert` on Ubuntu - RS97971 - Fixed known limitation for the edge case where resharding fails for rack-aware databases with no replication ## Known limitations ### Operating system limitations #### Ubuntu 20.04 By default, you cannot use the SHA1 hash algorithm ([OpenSSL’s default security level is set to 2](https://manpages.ubuntu.com/manpages/focal/man3/SSL_CTX_set_security_level.3ssl.html#notes)). The operating system will reject SHA1 certificates even if the `mtls_allow_weak_hashing` option is enabled. You need to replace SHA1 certificates with newer certificates that use SHA-256. Note that the certificates provided with Redis Enterprise Software use SHA-256. #### Modules not supported for Amazon Linux 2 release candidate A database with modules cannot reside on an Amazon Linux 2 (release candidate) node. Support will be added in a future maintenance release.