Skip to content

Commit

Permalink
PS-9374 Check and update links to download packages (#387)
Browse files Browse the repository at this point in the history
modified:   docs/apt-download-deb.md
	modified:   docs/yum-download-rpm.md
  • Loading branch information
alina-derkach-oaza authored Sep 6, 2024
1 parent 61081fc commit 1047826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/apt-download-deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Download the packages from [Percona Product Downloads](https://www.percona.com/d
The following example downloads Percona Server for MySQL {{release}} release packages for Ubuntu 22.04:

```{.bash data-prompt="$"}
$ 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
$ 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
```

Unpack the download to get the packages:

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

Expand Down
8 changes: 6 additions & 2 deletions docs/yum-download-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ The following example downloads *Percona Server for MySQL* {{release}} release `
1. Use `wget` to download the tar file.

```{.bash data-prompt="$"}
$ 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
$ 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
```

2. Unpack the bundle to get the packages: `tar xvf Percona-Server-{{release}}-rc59f87d2854-el8-x86_64-bundle.tar`
2. Unpack the bundle to get the packages:

```{.bash data-prompt="$"}
$ tar xvf Percona-Server-8.4.0-1-r238b3c02-el8-x86_64-bundle.tar
```

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

Expand Down

0 comments on commit 1047826

Please sign in to comment.