You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: active_active_database_readme.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -722,7 +722,7 @@ Note - Modules are currently in preview for Active-Active databases.
722
722
To use modules with Active-Active databases enable the alpha feature flag on all participating clusters:
723
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
724
725
-
Importent note:
725
+
Important note:
726
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
727
728
728
## Test your Active-Active database
@@ -754,7 +754,6 @@ From the output fetch the redis 'targetPort':
754
754
755
755
## Limitations
756
756
757
-
758
757
### No migration from the previous AA method
759
758
migrating Active-Active database with non-operator managed Active-Active database is currently not supported.
Copy file name to clipboardExpand all lines: redis_enterprise_database_api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ RedisEnterpriseDatabaseSpec defines the desired state of RedisEnterpriseDatabase
194
194
| shardCount | Number of database server-side shards | uint16 | 1 | false |
195
195
| replication | In-memory database replication. When enabled, database will have replica shard for every master - leading to higher availability. |*bool | false | false |
| databaseSecretName | The name of the secret that holds the password to the database (redis databases only). If secret does not exist, it will be created. To define the password, create an opaque secret and set the name in the spec. The password will be taken from the value of the 'password' key. Use an empty string as value within the secret to disable authentication for the database. Note - memcached databases must not be set with a value, and a secret/password will not be automatically created for them. Use the memcachedSaslSecretName field to set authentication parameters for memcached databases. | string || false |
197
+
| databaseSecretName | The name of the secret that holds the password to the database (redis databases only). If secret does not exist, it will be created. To define the password, create an opaque secret and set the name in the spec. The password will be taken from the value of the 'password' key. Use an empty string as value within the secret to disable authentication for the database. Notes - For Active-Active databases this secret will not be automatically created, and also, memcached databases must not be set with a value, and a secret/password will not be automatically created for them. Use the memcachedSaslSecretName field to set authentication parameters for memcached databases. | string || false |
198
198
| evictionPolicy | Database eviction policy. see more https://docs.redislabs.com/latest/rs/administering/database-operations/eviction-policy/| string | volatile-lru | false |
199
199
| tlsMode | Require SSL authenticated and encrypted connections to the database. enabled - all incoming connections to the Database must use SSL. disabled - no incoming connection to the Database should use SSL. replica_ssl - databases that replicate from this one need to use SSL. | string | disabled | false |
200
200
| clientAuthenticationCertificates | The Secrets containing TLS Client Certificate to use for Authentication |[]string || false |
0 commit comments