Skip to content

Commit 643d027

Browse files
Fix the url for downloading the RHEL 8 packages
Update yum-download-rpm.md
1 parent 23daf22 commit 643d027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/yum-download-rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following example downloads *Percona Server for MySQL* {{release}} release p
1717
1. Using [`Wget`](https://www.gnu.org/software/wget/), the following command downloads a specific version of Percona Server for MySQL on Red Hat Enterprise Linux 8 from the Percona website.
1818

1919
```{.bash data-prompt="$"}
20-
$ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-re5c6e9d2-el8-x86_64-bundle.tar
20+
$ wget https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-{{release}}/binary/redhat/8/x86_64/Percona-Server-{{release}}-{{revision_identifier}}-el8-x86_64-bundle.tar
2121
```
2222

2323
2. The following command extracts the contents of Percona Server for MySQL tarball. The `tar` command uses these options for the extraction:

variables.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ title_date: '2025-08-28'
77
pro_release: '8.0.43-34'
88
tag: '8.0.40'
99
arm_tag: '8.0.40-aarch64'
10+
revision_identifier: 're2841f91'
1011
year_tag: '2025'

0 commit comments

Comments
 (0)