Skip to content

Commit

Permalink
PXB-3360-8.4 Check and update links to download packages (#315)
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 4, 2024
1 parent edd5f6f commit 19a259c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 `DEB` packages of the desired series for your architecture from [Percon
The following example downloads Percona XtraBackup {{release}} release package for Ubuntu 20.04:

```{.bash data-prompt="$"}
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-{{release}}/binary/debian/focal/x86_64/percona-xtrabackup-{{pkg}}_{{release}}.focal_amd64.deb
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-{{release}}/binary/debian/focal/x86_64/percona-xtrabackup-{{pkg}}_{{release}}-1.focal_amd64.deb
```

Install Percona XtraBackup by using `dpkg`. Run this command as root or use the sudo command:

```{.bash data-prompt="$"}
$ sudo dpkg -i percona-xtrabackup-{{pkg}}_{{release}}.focal_amd64.deb
$ sudo dpkg -i percona-xtrabackup-{{pkg}}_{{release}}-1.focal_amd64.deb
```

[Percona Product Downloads]: https://www.percona.com/downloads
8 changes: 4 additions & 4 deletions docs/yum-download-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

The following example downloads *Percona XtraBackup* {{release}} release package for *CentOS* 7:
The following example downloads *Percona XtraBackup* {{release}} release package for *CentOS* 9:

```{.bash data-prompt="$"}
$ wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-{{release}}/binary/redhat/7/x86_64/percona-xtrabackup-{{pkg}}-{{release}}.el7.x86_64.rpm
$ wget https://www.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-{{release}}/binary/redhat/9/x86_64/percona-xtrabackup-{{pkg}}-{{release}}.1.el9.x86_64.rpm
```

Install Percona XtraBackup by running:

```{.bash data-prompt="$"}
$ yum localinstall percona-xtrabackup-{{pkg}}-{{release}}.el7.x86_64.rpm
$ yum localinstall percona-xtrabackup-{{pkg}}-{{release}}.1.el9.x86_64.rpm
```

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

0 comments on commit 19a259c

Please sign in to comment.