Skip to content

Commit c296b45

Browse files
authored
TCR-701: Incorrect link to cloudlinux7to8 zip file
1 parent 99d65da commit c296b45

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/cloudlinuxos/elevate/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ After the reboot, login into the system and check:
794794

795795
Verify that the current OS successfully upgraded to the new version.
796796

797-
```bash
797+
```
798798
cat /etc/redhat-release
799799
cat /etc/os-release
800800
```
@@ -818,10 +818,10 @@ Ensure that your system is fully updated before starting the upgrade process.
818818

819819
To prepare for the upgrade, download the latest version of the cloudlinux7to8 tool from the [releases page](https://github.com/plesk/cloudlinux7to8/releases/latest):
820820

821-
```bash
821+
```
822822
823-
> wget https://github.com/plesk/cloudlinux7to8/releases/download/latest/cloudlinux7to8-1.0.0.zip
824-
> unzip cloudlinux7to8-1.0.0.zip
823+
> wget https://github.com/plesk/cloudlinux7to8/releases/download/v1.1.3/cloudlinux7to8-1.1.3.zip
824+
> unzip cloudlinux7to8-1.1.3.zip
825825
> chmod 755 cloudlinux7to8
826826
827827
```
@@ -830,20 +830,20 @@ To prepare for the upgrade, download the latest version of the cloudlinux7to8 to
830830

831831
To monitor the conversion process, it is recommended to use the `screen` utility to run the conversion process in a separate session.
832832

833-
```bash
833+
```
834834
> screen -S cloudlinux7to8
835835
> ./cloudlinux7to8
836836
```
837837

838838
If the connection is lost, you can reattach to the session with the following command:
839839

840-
```bash
840+
```
841841
> screen -r cloudlinux7to8
842842
```
843843

844844
The process can also be run in the background:
845845

846-
```bash
846+
```
847847
> nohup ./cloudlinux7to8 &
848848
```
849849

@@ -859,13 +859,13 @@ The conversion process will take some time to complete.
859859

860860
To check the status of the conversion process, use the `--status` flag.
861861

862-
```bash
862+
```
863863
> ./cloudlinux7to8 --status
864864
```
865865

866866
To monitor the progress of the conversion process in real time, use the `--monitor` flag.
867867

868-
```bash
868+
```
869869
> ./cloudlinux7to8 --monitor
870870
( stage 3 / action re-installing plesk components ) 02:26 / 06:18
871871
```
@@ -876,7 +876,7 @@ Aside from the main Leapp logs contained in `/var/log/leapp`, the cloudlinux7to8
876876

877877
If the process fails during the initial stages, you can attempt to revert the system to its original state by running the cloudlinux7to8 tool with the `--revert` flag.
878878

879-
```bash
879+
```
880880
> ./cloudlinux7to8 --revert
881881
```
882882

0 commit comments

Comments
 (0)