Skip to content

Commit 6c2a2a3

Browse files
authored
Merge pull request #445 from percona/patrickbirch-patch-1
Update upgrade-pro.md
2 parents 0d7e07d + 1892ce0 commit 6c2a2a3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/upgrade-pro.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,29 @@ Request the access to the pro repository from Percona Support. You will receive
6464

6565
=== "On RHEL and derivatives"
6666

67+
The `--allow erasing` option allows Yum to remove existing packages that conflict with the new installation. This is often necessary when upgrading or reinstalling software.
68+
6769
```{.bash .data-prompt="$"}
6870
$ sudo yum install --allowerasing percona-server-server-pro
6971
```
7072

71-
Install other required packages. [Check files in the DEB package built for Percona Server for MySQL 8.0](apt-files.md).
73+
Install other required packages. [Check files in the RPM package built for Percona Server for MySQL 8.0](yum-files.md).
7274

73-
4. Start the server
75+
5. Start the server
7476

7577
```{.bash .data-prompt="$"}
76-
$ sudo systemct start mysql
78+
$ sudo systemctl start mysql
7779
```
7880

7981
!!! note
8082

81-
On Debian 12, you may receive the following warning after running `systemct` commands:
83+
On Debian 12, you may receive the following warning after running `systemctl` commands:
8284

8385
```text
84-
Warning: The unit file, source configuration file or drop-ins of mysql.service changed on disk. Run 'systemctl daemon-reload' to reload units.
86+
Warning: The unit file, source configuration file, or drop-ins of mysql.service changed on disk. Run 'systemctl daemon-reload' to reload units.
8587
```
8688

87-
Run the following command to reload units:
89+
Run the suggested command:
8890

8991
```{.bash .data-prompt="$"}
9092
$ sudo systemctl daemon-reload

0 commit comments

Comments
 (0)