Skip to content

Commit

Permalink
deprecation of featureset and protocol version 0
Browse files Browse the repository at this point in the history
part of 6.0.20.
Was mentioned on RN of 6.0.12 and will also be part of 6.0.20 RN
  • Loading branch information
AlonMagrafta authored Mar 9, 2021
1 parent 5117e3b commit 4e77fdf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/rs/installing-upgrading/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,21 @@ When you upgrade an Active-Active (CRDB) database, you can also upgrade:

- Upgrade all instances of a specific CRDB within a reasonable time frame to avoid temporary inconsistencies between the instances.
- Make sure that you upgrade all instances of a specific CRDB before you do global operations on the CRDB, such as removing instances and adding new instances.

- Protocol version 0 is deprecated on RS 6.0.20 or later.
- Before upgrading to RS 6.0.20 or later, make sure all your Active-Active databases are set with their lastest protocol version. Otherwise upgrades will fail.

This comment has been minimized.

Copy link
@kaitlynmichael

kaitlynmichael Mar 9, 2021

Contributor

To avoid a failed upgrade, make sure all your Active-Active databases are configured with the latest protocol version before upgrading to Redis Enterprise Software 6.0.20 or later.

{{< /note >}}

After you upgrade an instance to use the new protocol version,
it automatically receives any missing write-operations.

- **Feature set version** - RS 5.6.0 and higher include a new feature set version to support new Active-Active features.
When you update the feature set version for an Active-Active database, the feature set version is updated for all of the database instances.

{{< note >}}

- Feature set version 0 is deprecated on RS 6.0.20 or later.
- Before upgrading to RS 6.0.20 or later, make sure all your Active-Active databases are set with their lastest feature set version. Otherwise upgrades will fail.
{{< /note >}}

To upgrade a CRDB instance:

Expand Down

0 comments on commit 4e77fdf

Please sign in to comment.