Skip to content

Commit 1047826

Browse files
PS-9374 Check and update links to download packages (#387)
modified: docs/apt-download-deb.md modified: docs/yum-download-rpm.md
1 parent 61081fc commit 1047826

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/apt-download-deb.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Download the packages from [Percona Product Downloads](https://www.percona.com/d
55
The following example downloads Percona Server for MySQL {{release}} release packages for Ubuntu 22.04:
66

77
```{.bash data-prompt="$"}
8-
$ wget https://downloads.percona.com/downloads/Percona-Server-innovative-release/Percona-Server-{{release}}/binary/debian/jammy/x86_64/Percona-Server-{{release}}-r582ebeef-jammy-x86_64-bundle.tar
8+
$ wget https://downloads.percona.com/downloads/Percona-Server-8.4/Percona-Server-8.4.0-1/binary/debian/jammy/x86_64/Percona-Server-8.4.0-1-r238b3c02-jammy-x86_64-bundle.tar
99
```
1010

1111
Unpack the download to get the packages:
1212

1313
```{.bash data-prompt="$"}
14-
$ tar xvf Percona-Server-{{release}}-r71449379-buster-x86_64-bundle.tar
14+
$ tar xvf Percona-Server-8.4.0-1-r71449379-buster-x86_64-bundle.tar
1515
```
1616
??? example "Expected output"
1717

docs/yum-download-rpm.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ The following example downloads *Percona Server for MySQL* {{release}} release `
1010
1. Use `wget` to download the tar file.
1111

1212
```{.bash data-prompt="$"}
13-
$ wget https://downloads.percona.com/downloads/Percona-Server-innovative-release/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-rfcee26ff-el8-x86_64-bundle.tar
13+
$ wget https://downloads.percona.com/downloads/Percona-Server-8.4/Percona-Server-8.4.0-1/binary/redhat/8/x86_64/Percona-Server-8.4.0-1-r238b3c02-el8-x86_64-bundle.tar
1414
```
1515

16-
2. Unpack the bundle to get the packages: `tar xvf Percona-Server-{{release}}-rc59f87d2854-el8-x86_64-bundle.tar`
16+
2. Unpack the bundle to get the packages:
17+
18+
```{.bash data-prompt="$"}
19+
$ tar xvf Percona-Server-8.4.0-1-r238b3c02-el8-x86_64-bundle.tar
20+
```
1721

1822
3. To view a list of packages, run the following command:
1923

0 commit comments

Comments
 (0)