File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Download ` RPM ` packages of the desired series for your architecture from the [ download page] ( https://www.percona.com/downloads/ ) .
4
4
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:
6
6
7
7
``` {.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
9
9
```
10
10
11
11
Install Percona XtraBackup by running:
12
12
13
13
``` {.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
15
15
```
16
16
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.
You can’t perform that action at this time.
0 commit comments