Skip to content

Commit 53454b0

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/operate/oss_and_stack/stack-with-enterprise/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linkTitle: Install and upgrade modules
1111
weight: 4
1212
---
1313

14-
Several modules, which provide Redis Stack features, come packaged with [Redis Enterprise]({{< relref "/operate/rs" >}}). As of version 7.6.0, Redis Enterprise includes three feature sets, compatible with different Redis database versions. However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
14+
Several modules, which provide Redis Stack features, come packaged with [Redis Enterprise Software]({{< relref "/operate/rs" >}}). As of version 7.8.2, Redis Enterprise Software includes three feature sets, compatible with different Redis database versions. However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
1515

1616
1. [Install a module package]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) on the cluster.
1717
1. [Enable a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-database" >}}) for a new database or [upgrade a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) in an existing database.

content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ linkTitle: Install on a cluster
1010
weight: 10
1111
---
1212

13-
[Redis Enterprise Software]({{< relref "/operate/rs" >}}) comes packaged with several modules. As of version 7.6.0, Redis Enterprise Software includes three feature sets, compatible with different Redis database versions. You can view the installed modules, their versions, and their minimum compatible Redis database versions from **Cluster > Modules** in the Cluster Manager UI.
13+
[Redis Enterprise Software]({{< relref "/operate/rs" >}}) comes packaged with several modules. As of version 7.8.2, Redis Enterprise Software includes three feature sets, compatible with different Redis database versions. You can view the installed modules, their versions, and their minimum compatible Redis database versions from **Cluster > Modules** in the Cluster Manager UI.
1414

1515
To use other modules or upgrade an existing module to a more recent version, you need to install the new module package on your cluster.
1616

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The upgrade process does not validate the module upgrade arguments, and incorrec
7373

7474
- Use `keep_redis_version` to upgrade the modules without upgrading the database to the latest Redis version.
7575

76-
`keep_redis_version` is deprecated as of Redis Enterprise Software version 7.6.0. To upgrade modules without upgrading the Redis database version, set `redis_version` to the current Redis database version instead.
76+
`keep_redis_version` is deprecated as of Redis Enterprise Software version 7.8.2. To upgrade modules without upgrading the Redis database version, set `redis_version` to the current Redis database version instead.
7777

7878
- To specify the modules to upgrade, add the following for each module:
7979

@@ -107,7 +107,7 @@ The following module upgrade examples are supported for Redis Enterprise Softwar
107107

108108
## Deprecated examples
109109

110-
As of Redis Enterprise Software version 7.6.0, the following module upgrade examples are deprecated but still supported.
110+
As of Redis Enterprise Software version 7.8.2, the following module upgrade examples are deprecated but still supported.
111111

112112
- Keep the current version of Redis and upgrade to the latest version of the enabled modules:
113113

content/operate/rs/references/cli-utilities/rladmin/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rladmin upgrade db { db:<id> | <name> }
3535
3636
As of v6.2.4, the default behavior for `upgrade db` has changed. It is now controlled by a new parameter that sets the default upgrade policy used to create new databases and to upgrade ones already in the cluster. To learn more, see [`tune cluster default_redis_version`]({{< relref "/operate/rs/references/cli-utilities/rladmin/tune#tune-cluster" >}}).
3737
38-
As of Redis Enterprise Software version 7.6.0, `upgrade db` will always upgrade modules.
38+
As of Redis Enterprise Software version 7.8.2, `upgrade db` will always upgrade modules.
3939
4040
### Parameters
4141
@@ -48,7 +48,7 @@ As of Redis Enterprise Software version 7.6.0, `upgrade db` will always upgrade
4848
| force_discard | | Forces `discard_data` if replication or persistence is enabled |
4949
| keep_crdt_protocol_version | | Keeps the current CRDT protocol version |
5050
| keep_redis_version | | Upgrades to a new patch release, not to the latest major.minor version. Deprecated as of Redis Enterprise Software v7.6. To upgrade modules without upgrading the Redis database version, set `redis_version` to the current Redis database version instead. |
51-
| latest_with_modules | | Upgrades the Redis Enterprise Software version and all modules in the database. As of Redis Enterprise Software version 7.6.0, `upgrade db` will always upgrade modules. |
51+
| latest_with_modules | | Upgrades the Redis Enterprise Software version and all modules in the database. As of Redis Enterprise Software version 7.8.2, `upgrade db` will always upgrade modules. |
5252
| parallel_shards_upgrade | integer <br />'all' | Maximum number of shards to upgrade all at once |
5353
| preserve_roles | | Performs an additional failover to guarantee the shards' roles are preserved |
5454
| redis_version | Redis version | Upgrades the database to the specified version instead of the latest version |

0 commit comments

Comments
 (0)