Skip to content

Commit

Permalink
RD-5655 Add AIO inplace upgrade page + update version nums
Browse files Browse the repository at this point in the history
  • Loading branch information
glukhman committed Jul 5, 2023
1 parent f514392 commit 951b4f6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
45 changes: 45 additions & 0 deletions content/cloudify_manager/premium/aio/upgrade.md
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 Cloudify Cluster Manager by running:
```
sudo yum install -y <Cluster Manager Installation RPM>
```

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: <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 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.
4 changes: 2 additions & 2 deletions content/cloudify_manager/premium/compact/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<Cloudify Manager Installation RPM>
Expand All @@ -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 <Cloudify Manager Installation RPM>
Expand Down
4 changes: 2 additions & 2 deletions content/cloudify_manager/premium/fully_distributed/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Cloudify Manager Installation RPM>
-v, --verbose Show verbose output
Expand All @@ -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 <Cloudify Manager Installation RPM>
```
Expand Down

0 comments on commit 951b4f6

Please sign in to comment.