You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cyclecloud/how-to/upgrade-and-migrate.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Upgrade the CycleCloud package with the following command:
33
33
sudo apt update
34
34
sudo apt -y upgrade cyclecloud
35
35
```
36
-
:::
36
+
::: moniker-end
37
37
38
38
::: moniker range="=cyclecloud-8"
39
39
To upgrade from one version of CycleCloud 8 to a newer version, run the following command:
@@ -42,15 +42,14 @@ sudo apt update
42
42
sudo apt -y upgrade cyclecloud8
43
43
```
44
44
45
-
> [!TIP]
46
-
> To upgrade from CycleCloud 7 to CycleCloud 8, run the following command:
45
+
To upgrade from CycleCloud 7 to CycleCloud 8, run the following command:
47
46
48
47
```bash
49
48
sudo apt update
50
49
sudo apt -y remove cyclecloud
51
50
sudo apt -y install cyclecloud8
52
51
```
53
-
:::
52
+
::: moniker-end
54
53
55
54
Removing `cyclecloud` doesn't remove the data. Installing `cyclecloud8` doesn't overwrite the data.
56
55
@@ -64,7 +63,7 @@ Upgrade the CycleCloud package by running:
64
63
```bash
65
64
sudo yum -y upgrade cyclecloud
66
65
```
67
-
:::
66
+
::: moniker-end
68
67
69
68
::: moniker range="=cyclecloud-8"
70
69
@@ -81,7 +80,7 @@ sudo yum -y install cyclecloud8
81
80
```
82
81
83
82
Removing `cyclecloud` doesn't remove the data. Installing `cyclecloud8` doesn't overwrite the data.
84
-
:::
83
+
::: moniker-end
85
84
86
85
::: moniker range="<=cyclecloud-7"
87
86
## Upgrading from the Microsoft Download Center
@@ -103,7 +102,7 @@ For RedHat variants, use:
103
102
```bash
104
103
rpm -U cyclecloud_7.9.2.rpm
105
104
```
106
-
:::
105
+
::: moniker-end
107
106
108
107
> [!IMPORTANT]
109
108
> Upgrading CycleCloud might cause issues in your environment and affect any running clusters. To reduce risk for production workloads, Microsoft recommends testing all upgrades in a development or staging environment.
0 commit comments