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 @@ -111,6 +111,8 @@ To upgrade a database:
rladmin upgrade db <database name | database ID> redis_version <version> preserve_roles
```

- For module upgrade options, see [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}).

1. Check the Redis database compatibility version for the database to confirm the upgrade.

To do so:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ To upgrade a database:
rladmin upgrade db <database name | database ID> redis_version <version> preserve_roles
```

- For module upgrade options, see [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}).

1. Check the Redis database compatibility version for the database to confirm the upgrade.

To do so:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ To upgrade a database:
rladmin upgrade db <database name | database ID> redis_version <version> preserve_roles
```

For module upgrade options, see [Upgrade modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}).

1. Use [`rladmin status databases extra all`]({{< relref "/operate/rs/references/cli-utilities/rladmin/status#status-databases" >}}) to display a list of the databases in your cluster and their current Redis database compatibility version. Verify that the Redis version is set to the expected value.

```sh
Expand Down
Loading