diff --git a/content/cloudify_manager/cloudify_cluster_manager_cli/_index.md b/content/cloudify_manager/cloudify_cluster_manager_cli/_index.md index 9329baf6c..7d4b7c75b 100644 --- a/content/cloudify_manager/cloudify_cluster_manager_cli/_index.md +++ b/content/cloudify_manager/cloudify_cluster_manager_cli/_index.md @@ -39,7 +39,7 @@ cluster network. You can install the package either by using an RPM or by using #### Installing Using an RPM Run the following command: ```bash -sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.1/ga-release/cloudify-cluster-manager-1.1.1-ga.el7.x86_64.rpm +sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.4/ga-release/cloudify-cluster-manager-1.1.4-ga.el7.x86_64.rpm ``` #### Installing Using pip Install diff --git a/content/cloudify_manager/premium/aio/upgrade.md b/content/cloudify_manager/premium/aio/upgrade.md new file mode 100644 index 000000000..a7fa84b4b --- /dev/null +++ b/content/cloudify_manager/premium/aio/upgrade.md @@ -0,0 +1,45 @@ ++++ +title = "Upgrade" +description = "Upgrade" +weight = 80 +alwaysopen = false ++++ + +## Upgrading an All-in-One Manager + +Upgrade your Cloudify Cluster Manager by running: +``` +sudo yum install -y +``` + +On the host that has Cloudify 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: + +-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 +``` + +Then run: +``` +cfy_manager upgrade +``` + +If Cloudify agents are used in your deployments, run the following command from just one of the manager nodes: +``` +cfy agents install +``` + +When opening the Cloudify 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. \ No newline at end of file diff --git a/content/cloudify_manager/premium/compact/upgrade.md b/content/cloudify_manager/premium/compact/upgrade.md index 58b9c1b51..571d8cd71 100644 --- a/content/cloudify_manager/premium/compact/upgrade.md +++ b/content/cloudify_manager/premium/compact/upgrade.md @@ -26,7 +26,7 @@ Optional arguments: ``` --config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml ---upgrade-rpm Path to a v6.4.0 cloudify-manager-install RPM. This can be either a local or remote path. +--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path. Default: @@ -39,7 +39,7 @@ If the Cluster was manually deployed, please follow this procedure instead: ### Manually Updating a Cloudify Compact Cluster -Install the new 6.4 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command: +Install the new 7.1.0 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command: ``` sudo yum install -y diff --git a/content/cloudify_manager/premium/fully_distributed/upgrade.md b/content/cloudify_manager/premium/fully_distributed/upgrade.md index ca05ac281..f235f13b6 100644 --- a/content/cloudify_manager/premium/fully_distributed/upgrade.md +++ b/content/cloudify_manager/premium/fully_distributed/upgrade.md @@ -20,7 +20,7 @@ On the host that has Cloudify Cluster Manager installed, run cfy_cluster_manager Optional Arguments: ``` --config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml ---upgrade-rpm Path to a v6.1.0 cloudify-manager-install RPM. This can be either a local or remote path. +--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path. Default: -v, --verbose Show verbose output @@ -31,7 +31,7 @@ If the cluster was manually deployed, please follow this procedure instead: Manually updating a Fully Distributed Cluster Update steps: -Install the new 6.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command: +Install the new 7.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command: ``` sudo yum install -y ```