Skip to content

Commit a1f7f7d

Browse files
PS-10376 [DOCs] Update the upgrade doc examples (8.4) (#629)
1 parent f240466 commit a1f7f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrade-procedures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,16 +243,16 @@ Use this method when you cannot use repositories or need to install from manuall
243243
rpm -qa | grep '^mysql-' | xargs rpm -e --nodeps
244244
```
245245
246-
3. Download the packages of the desired series for your architecture from the [download page](https://www.percona.com/downloads). The easiest way is to download the bundle which contains all the packages. The following example downloads Percona Server for MySQL {{release}} packages for CentOS 9:
246+
3. Download the packages of the desired series for your architecture from the [download page](https://www.percona.com/downloads). The easiest way is to download the bundle which contains all the packages. The following example downloads Percona Server for MySQL {{release}} packages for RHEL 9:
247247
248248
```{.bash}
249-
wget https://downloads.percona.com/downloads/Percona-Server-innovative-release/Percona-Server-{{release}}/binary/redhat/9/x86_64/Percona-Server-{{release}}-r582ebeef-el9-x86_64-bundle.tar
249+
wget https://downloads.percona.com/downloads/Percona-Server-{{vers}}/Percona-Server-{{release}}/binary/redhat/9/x86_64/Percona-Server-{{release}}-r9927a2fb-el9-x86_64-bundle.tar
250250
```
251251
252252
4. Unpack the bundle to get the packages:
253253
254254
```{.bash}
255-
tar xvf Percona-Server-{{release}}-r582ebeef-el9-x86_64-bundle.tar
255+
tar xvf Percona-Server-{{release}}-r9927a2fb-el9-x86_64-bundle.tar
256256
```
257257
258258
After you unpack the bundle, you should see the following packages:

0 commit comments

Comments
 (0)