Skip to content

Commit 3a38ec5

Browse files
committed
fix moniker
1 parent 0206fe6 commit 3a38ec5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/cyclecloud/how-to/upgrade-and-migrate.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Upgrade the CycleCloud package with the following command:
3333
sudo apt update
3434
sudo apt -y upgrade cyclecloud
3535
```
36-
:::
36+
::: moniker-end
3737

3838
::: moniker range="=cyclecloud-8"
3939
To upgrade from one version of CycleCloud 8 to a newer version, run the following command:
@@ -42,15 +42,14 @@ sudo apt update
4242
sudo apt -y upgrade cyclecloud8
4343
```
4444

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:
4746

4847
```bash
4948
sudo apt update
5049
sudo apt -y remove cyclecloud
5150
sudo apt -y install cyclecloud8
5251
```
53-
:::
52+
::: moniker-end
5453

5554
Removing `cyclecloud` doesn't remove the data. Installing `cyclecloud8` doesn't overwrite the data.
5655

@@ -64,7 +63,7 @@ Upgrade the CycleCloud package by running:
6463
```bash
6564
sudo yum -y upgrade cyclecloud
6665
```
67-
:::
66+
::: moniker-end
6867

6968
::: moniker range="=cyclecloud-8"
7069

@@ -81,7 +80,7 @@ sudo yum -y install cyclecloud8
8180
```
8281

8382
Removing `cyclecloud` doesn't remove the data. Installing `cyclecloud8` doesn't overwrite the data.
84-
:::
83+
::: moniker-end
8584

8685
::: moniker range="<=cyclecloud-7"
8786
## Upgrading from the Microsoft Download Center
@@ -103,7 +102,7 @@ For RedHat variants, use:
103102
```bash
104103
rpm -U cyclecloud_7.9.2.rpm
105104
```
106-
:::
105+
::: moniker-end
107106

108107
> [!IMPORTANT]
109108
> 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

Comments
 (0)