Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dead Update triggering-rolling-upgrade link #433

Merged
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 @@ -27,7 +27,7 @@ Management Center can offer the following types of rolling upgrades:

* From any version 4.0 to 5.x, excluding 4.2, to the next minor version. For example, from version 4.1 to 4.2.
* From version 4.2 to 5.0.
* If members are already version 5.5, you can upgrade your cluster across multiple versions directly to the 5.5 https://docs.hazelcast.com/hazelcast/5.5/migrate/long-term-support-releases[long-term support version^] from any 5.x version. If any member version is earlier than 5.5, the cluster can only be upgraded to the next minor version.
* If members are already version 5.5, you can upgrade your cluster across multiple versions directly to the 5.5 https://docs.hazelcast.com/hazelcast/5.5/migrate/lts[long-term support version^] from any 5.x version. If any member version is earlier than 5.5, the cluster can only be upgraded to the next minor version.
====

When the cluster version is upgraded, you will see the following notification:
Expand Down
Loading