Skip to content

Commit c316cc2

Browse files
authored
Update active_active_database_readme.md
1 parent f7883a9 commit c316cc2

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

active_active_database_readme.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This document describes how to deploy an Active-Active database with Redis Enter
2020
* [Update existing participating cluster (RERC) details](#update-existing-participating-cluster-rerc-details)
2121
* [Update existing participating cluster (RERC) secret](#update-existing-participating-cluster-rerc-secret)
2222
* [Test your Active-Active database](#test-your-active-active-database)
23+
* [Active-Active database with Redis modules](#active-active-database-with-redis-modules)
2324
* [Limitations](#limitations)
2425

2526
## Overview
@@ -714,6 +715,16 @@ The output should be as below:
714715
Note:
715716
* As the 'STATUS' and the 'SPEC STATUS' are 'Active' and 'Valid' respectively it means the configurations are correct, in case of an error please view the RERC custom resource events and/ or the Redis Enterprise operator logs.
716717

718+
## Active-Active database with Redis modules
719+
720+
Note - Modules are currently in preview for Active-Active databases.
721+
722+
To use modules with Active-Active databases enable the alpha feature flag on all participating clusters:
723+
To enable modules for Active-Active databases, set a boolean environment variable with the name "ENABLE_ALPHA_FEATURES" to True. This variable can be set via the redis-enterprise-operator pod spec, or through the operator-environment-config Config Map.
724+
725+
Important note:
726+
upgrading modules with Active-Active databases is currently not supported via the operator, to upgrade please use the RS APIs directly and after the module has successfully upgraded update the module version on the REAADB custom resource.
727+
717728
## Test your Active-Active database
718729

719730
The easiest way to test your Active-Active database is to set a key-value pair in one database and retrieve it from the other.
@@ -743,12 +754,8 @@ From the output fetch the redis 'targetPort':
743754

744755
## Limitations
745756

746-
747757
### No migration from the previous AA method
748758
migrating Active-Active database with non-operator managed Active-Active database is currently not supported.
749759

750-
### HashiCorp Vault secret storage
751-
Storing the secrets in HashiCorp Vault is currently not supported for operator managed Active-Active database .
752-
753760
### database version is currently not supported
754-
Setting database specific version is currently not supported for operator managed Active-Active database .
761+
Setting database specific version is currently not supported for operator managed Active-Active database.

0 commit comments

Comments
 (0)