Skip to content

Commit 723c308

Browse files
committed
RD-5655 Add AIO inplace upgrade page
1 parent f514392 commit 723c308

3 files changed

Lines changed: 49 additions & 4 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
+++
2+
title = "Upgrade"
3+
description = "Upgrade"
4+
weight = 80
5+
alwaysopen = false
6+
+++
7+
8+
## Upgrading an All-in-One Manager
9+
10+
Upgrade your Cloudify Cluster Manager by running:
11+
```
12+
sudo yum install -y <Cluster Manager Installation RPM>
13+
```
14+
15+
On the host that has Cloudify Cluster Manager installed, run cfy_cluster_manager upgrade.
16+
Optional Arguments:
17+
```
18+
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
19+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
20+
Default: <Cloudify Manager Installation RPM>
21+
22+
-v, --verbose Show verbose output
23+
Running this command will automatically run the upgrade procedure on the cluster.
24+
```
25+
26+
If the cluster was manually deployed, please follow this procedure instead:
27+
28+
Manually updating a Fully Distributed Cluster
29+
Update steps:
30+
Install the new 7.1.0 cloudify-manager-install RPM on the manager node, by using the command:
31+
```
32+
sudo yum install -y <Cloudify Manager Installation RPM>
33+
```
34+
35+
Then run:
36+
```
37+
cfy_manager upgrade
38+
```
39+
40+
If Cloudify agents are used in your deployments, run the following command from just one of the manager nodes:
41+
```
42+
cfy agents install
43+
```
44+
45+
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.

content/cloudify_manager/premium/compact/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optional arguments:
2626

2727
```
2828
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
29-
--upgrade-rpm Path to a v6.4.0 cloudify-manager-install RPM. This can be either a local or remote path.
29+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
3030
3131
Default:<Cloudify Manager Installation RPM>
3232
@@ -39,7 +39,7 @@ If the Cluster was manually deployed, please follow this procedure instead:
3939

4040
### Manually Updating a Cloudify Compact Cluster
4141

42-
Install the new 6.4 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command:
42+
Install the new 7.1.0 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command:
4343

4444
```
4545
sudo yum install -y <Cloudify Manager Installation RPM>

content/cloudify_manager/premium/fully_distributed/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ On the host that has Cloudify Cluster Manager installed, run cfy_cluster_manager
2020
Optional Arguments:
2121
```
2222
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
23-
--upgrade-rpm Path to a v6.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
23+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
2424
Default: <Cloudify Manager Installation RPM>
2525
2626
-v, --verbose Show verbose output
@@ -31,7 +31,7 @@ If the cluster was manually deployed, please follow this procedure instead:
3131

3232
Manually updating a Fully Distributed Cluster
3333
Update steps:
34-
Install the new 6.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command:
34+
Install the new 7.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command:
3535
```
3636
sudo yum install -y <Cloudify Manager Installation RPM>
3737
```

0 commit comments

Comments
 (0)