Skip to content

Commit b9b4708

Browse files
authored
Merge pull request #345 from percona/patrickbirch-patch-1
Update yum-download-rpm.md
2 parents f3540f1 + 84ab52a commit b9b4708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/yum-download-rpm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Download `RPM` packages of the desired series for your architecture from the [download page](https://www.percona.com/downloads/).
44

5-
The following example downloads *Percona XtraBackup* {{release}} release package for *CentOS* 9:
5+
The following example downloads *Percona XtraBackup* {{release}} release package for *RHEL* 9:
66

77
```{.bash data-prompt="$"}
8-
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-8.4.0-1/binary/redhat/9/x86_64/percona-xtrabackup-84-8.4.0-1.1.el9.x86_64.rpm
8+
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-{{release}}/binary/redhat/9/x86_64/percona-xtrabackup-84-{{release}}.1.el9.x86_64.rpm
99
```
1010

1111
Install Percona XtraBackup by running:
1212

1313
```{.bash data-prompt="$"}
14-
$ yum localinstall percona-xtrabackup-84-8.4.0-1.1.el9.x86_64.rpm
14+
$ yum localinstall percona-xtrabackup-84-{{release}}.1.el9.x86_64.rpm
1515
```
1616

17-
When installing packages manually like this, you’ll need to make sure to resolve all the dependencies and install missing packages yourself.
17+
When installing packages manually like this, you’ll need to resolve all the dependencies and install missing packages yourself.

0 commit comments

Comments
 (0)