@@ -58,13 +58,13 @@ To upgrade a module enabled for a database:
58
58
- For clusters with Redis Enterprise Software versions 7.8.2 or later, run:
59
59
60
60
``` sh
61
- rladmin upgrade db < database_name | database_ID >
61
+ rladmin upgrade db < database-name | database-ID >
62
62
```
63
63
64
64
- For clusters with versions earlier than 7.8.2, include the ` latest_with_modules` option:
65
65
66
66
` ` ` sh
67
- rladmin upgrade db < database_name | database_ID > latest_with_modules
67
+ rladmin upgrade db < database-name | database-ID > latest_with_modules
68
68
` ` `
69
69
70
70
{{< warning> }}
@@ -96,13 +96,13 @@ The following module upgrade examples are supported for Redis Enterprise Softwar
96
96
- Keep the current Redis database version, which is 7.2 in this example, and upgrade to the latest version of the enabled modules:
97
97
98
98
` ` ` sh
99
- rladmin upgrade db shopping_cart redis_version 7.2
99
+ rladmin upgrade db shopping-cart redis_version 7.2
100
100
` ` `
101
101
102
102
- Upgrade the database to use the latest version of Redis and the latest versions of the enabled modules:
103
103
104
104
` ` ` sh
105
- rladmin upgrade db shopping_cart
105
+ rladmin upgrade db shopping-cart
106
106
` ` `
107
107
108
108
# # Deprecated examples
@@ -112,19 +112,19 @@ As of Redis Enterprise Software version 7.8.2, the following module upgrade exam
112
112
- Keep the current version of Redis and upgrade to the latest version of the enabled modules:
113
113
114
114
` ` ` sh
115
- rladmin upgrade db shopping_cart keep_redis_version latest_with_modules
115
+ rladmin upgrade db shopping-cart keep_redis_version latest_with_modules
116
116
` ` `
117
117
118
118
- Upgrade the database to the latest Redis version and upgrade RediSearch to 1.6.7 with the specified arguments:
119
119
120
120
` ` ` sh
121
- rladmin upgrade db shopping_cart and module db_name shopping_cart module_name ft version 10607 module_args " PARTITIONS AUTO"
121
+ rladmin upgrade db shopping-cart and module db_name shopping-cart module_name ft version 10607 module_args " PARTITIONS AUTO"
122
122
` ` `
123
123
124
124
- Upgrade the database to the latest Redis version and upgrade RedisBloom to version 2.2.1 without arguments:
125
125
126
126
` ` ` sh
127
- rladmin upgrade db db:3 and module db_name shopping_cart module_name bf version 20201 module_args " "
127
+ rladmin upgrade db db:3 and module db_name shopping-cart module_name bf version 20201 module_args " "
128
128
` ` `
129
129
130
130
- Upgrade RedisJSON to 1.0.4 with the existing arguments and RedisBloom to version 2.2.1 without arguments:
@@ -136,5 +136,5 @@ As of Redis Enterprise Software version 7.8.2, the following module upgrade exam
136
136
- Upgrade the database to use the latest version of Redis and use the latest version of the enabled modules:
137
137
138
138
` ` ` sh
139
- rladmin upgrade db shopping_cart latest_with_modules
139
+ rladmin upgrade db shopping-cart latest_with_modules
140
140
` ` `
0 commit comments