Skip to content

Commit 0ef27f4

Browse files
committed
Change RS 7.6.0 to RS 7.8.2
1 parent 53454b0 commit 0ef27f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ To upgrade a module enabled for a database:
5555

5656
1. To upgrade a database to the latest version of Redis and its modules to the latest version without changing the module arguments:
5757

58-
- For clusters with Redis Enterprise Software versions 7.6.0 or later, run:
58+
- For clusters with Redis Enterprise Software versions 7.8.2 or later, run:
5959

6060
```sh
6161
rladmin upgrade db < database_name | database_ID >
6262
```
6363

64-
- For clusters with versions earlier than 7.6.0, include the `latest_with_modules` option:
64+
- For clusters with versions earlier than 7.8.2, include the `latest_with_modules` option:
6565

6666
```sh
6767
rladmin upgrade db < database_name | database_ID > latest_with_modules
@@ -91,7 +91,7 @@ The upgrade process does not validate the module upgrade arguments, and incorrec
9191

9292
## Examples for Redis Software v7.6 and later
9393

94-
The following module upgrade examples are supported for Redis Enterprise Software versions 7.6.0 and later:
94+
The following module upgrade examples are supported for Redis Enterprise Software versions 7.8.2 and later:
9595

9696
- Keep the current Redis database version, which is 7.2 in this example, and upgrade to the latest version of the enabled modules:
9797

0 commit comments

Comments
 (0)