-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RD-5655 Add AIO inplace upgrade page + update version nums
- Loading branch information
glukhman
committed
Jul 5, 2023
1 parent
f514392
commit b7b9610
Showing
4 changed files
with
64 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
+++ | ||
title = "Upgrade" | ||
description = "Upgrade" | ||
weight = 80 | ||
alwaysopen = false | ||
+++ | ||
|
||
## Upgrading an All-in-One Manager | ||
Upgrade your {{< param product_name >}} Cluster Manager by running: | ||
``` | ||
sudo yum install -y <Cluster Manager Installation RPM> | ||
``` | ||
|
||
On the host that has {{< param product_name >}} Cluster Manager installed, run cfy_cluster_manager upgrade. | ||
Optional Arguments: | ||
``` | ||
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml | ||
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path. | ||
Default: <Cloudify Manager Installation RPM> | ||
-v, --verbose Show verbose output | ||
Running this command will automatically run the upgrade procedure on the cluster. | ||
``` | ||
|
||
If the cluster was manually deployed, please follow this procedure instead: | ||
|
||
Manually updating a Fully Distributed Cluster | ||
Update steps: | ||
Install the new 7.1.0 cloudify-manager-install RPM on the manager node, by using the command: | ||
``` | ||
sudo yum install -y <Cloudify Manager Installation RPM> | ||
``` | ||
|
||
Then run: | ||
``` | ||
cfy_manager upgrade | ||
``` | ||
|
||
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes: | ||
``` | ||
cfy agents install | ||
``` | ||
|
||
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters