Skip to content
Open
Show file tree
Hide file tree
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 @@ -89,3 +89,4 @@ Active-Active databases have the following limitations:
- The hashing policy can't be changed after database creation.
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.22/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.
- If you enabled the default database password during the creation of an Active-Active database, you should not turn off the default database password because it could prevent the removal of participating database instances.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ To change the default user's password:
If you set up [role-based access control]({{< relref "/operate/rs/7.22/security/access-control" >}}) with [access control lists]({{< relref "/operate/rs/7.22/security/access-control/create-db-roles" >}}) (ACLs) for your database and don't require backwards compatibility with versions earlier than Redis 6, you can [deactivate the default user]({{< relref "/operate/rs/7.22/security/access-control/manage-users/default-user" >}}).

{{<warning>}}
Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.22/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.
- Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.22/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.

- If you enabled the default database password during the creation of an [Active-Active database]({{< relref "/operate/rs/7.22/databases/active-active" >}}), you should not turn off the default database password because it could prevent the removal of participating database instances.
{{</warning>}}

To deactivate the default user:
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/7.4/databases/active-active/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ Active-Active databases have the following limitations:
- The hashing policy can't be changed after database creation.
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.4/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.
- If you enabled the default database password during the creation of an Active-Active database, you should not turn off the default database password because it could prevent the removal of participating database instances.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ To change the default user's password:
If you set up [role-based access control]({{< relref "/operate/rs/7.4/security/access-control" >}}) with [access control lists]({{< relref "/operate/rs/7.4/security/access-control/create-db-roles" >}}) (ACLs) for your database and don't require backwards compatibility with versions earlier than Redis 6, you can [deactivate the default user]({{< relref "/operate/rs/7.4/security/access-control/manage-users/default-user" >}}).

{{<warning>}}
Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.4/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.
- Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.4/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.

- If you enabled the default database password during the creation of an [Active-Active database]({{< relref "/operate/rs/7.4/databases/active-active" >}}), you should not turn off the default database password because it could prevent the removal of participating database instances.
{{</warning>}}

To deactivate the default user:
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/7.8/databases/active-active/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ Active-Active databases have the following limitations:
- The hashing policy can't be changed after database creation.
- If an Active-Active database [runs on flash memory]({{<relref "/operate/rs/7.8/databases/auto-tiering">}}), you cannot add participating clusters that run on RAM only.
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.
- If you enabled the default database password during the creation of an Active-Active database, you should not turn off the default database password because it could prevent the removal of participating database instances.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ To change the default user's password:
If you set up [role-based access control]({{< relref "/operate/rs/7.8/security/access-control" >}}) with [access control lists]({{< relref "/operate/rs/7.8/security/access-control/create-db-roles" >}}) (ACLs) for your database and don't require backwards compatibility with versions earlier than Redis 6, you can [deactivate the default user]({{< relref "/operate/rs/7.8/security/access-control/manage-users/default-user" >}}).

{{<warning>}}
Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.8/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.
- Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/7.8/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.

- If you enabled the default database password during the creation of an [Active-Active database]({{< relref "/operate/rs/7.8/databases/active-active" >}}), you should not turn off the default database password because it could prevent the removal of participating database instances.
{{</warning>}}

To deactivate the default user:
Expand Down
1 change: 1 addition & 0 deletions content/operate/rs/databases/active-active/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ Active-Active databases have the following limitations:
- The hashing policy can't be changed after database creation.
- Active-Active databases cannot be configured as Redis Flex deployments.
- Active-Active databases handle replication internally and do not support the `redis.set_repl()` function in Lua scripts.
- If you enabled the default database password during the creation of an Active-Active database, you should not turn off the default database password because it could prevent the removal of participating database instances.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ To change the default user's password:
If you set up [role-based access control]({{< relref "/operate/rs/security/access-control" >}}) with [access control lists]({{< relref "/operate/rs/security/access-control/create-db-roles" >}}) (ACLs) for your database and don't require backwards compatibility with versions earlier than Redis 6, you can [deactivate the default user]({{< relref "/operate/rs/security/access-control/manage-users/default-user" >}}).

{{<warning>}}
Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.
- Before you deactivate default user access, make sure the role associated with the database is [assigned to a user]({{< relref "/operate/rs/security/access-control/create-users" >}}). Otherwise, the database will be inaccessible.

- If you enabled the default database password during the creation of an [Active-Active database]({{< relref "/operate/rs/databases/active-active" >}}), you should not turn off the default database password because it could prevent the removal of participating database instances.
{{</warning>}}

To deactivate the default user:
Expand Down