Skip to content

Commit

Permalink
PXB-3360 Check and update links to download packages (8.4) (#316)
Browse files Browse the repository at this point in the history
* PXB-3360-8.4 Check and update links to download packages
	modified:   docs/apt-download-deb.md
	modified:   docs/yum-download-rpm.md

* PXB-3360 Check and update links to download packages
	modified:   docs/apt-download-deb.md
	modified:   docs/yum-download-rpm.md
	modified:   variables.yml
  • Loading branch information
alina-derkach-oaza authored Sep 4, 2024
1 parent 19a259c commit adb9f7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-innovative-release/Percona-XtraBackup-{{release}}/binary/debian/focal/x86_64/percona-xtrabackup-{{pkg}}_{{release}}-1.focal_amd64.deb
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-innovative-release/Percona-XtraBackup-8.4.0-1/binary/debian/focal/x86_64/percona-xtrabackup-84_8.4.0-1-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}}-1.focal_amd64.deb
$ sudo dpkg -i percona-xtrabackup-84_8.4.0-1-1.focal_amd64.deb
```

[Percona Product Downloads]: https://www.percona.com/downloads
4 changes: 2 additions & 2 deletions docs/yum-download-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Download `RPM` packages of the desired series for your architecture from the [do
The following example downloads *Percona XtraBackup* {{release}} release package for *CentOS* 9:

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

Install Percona XtraBackup by running:

```{.bash data-prompt="$"}
$ yum localinstall percona-xtrabackup-{{pkg}}-{{release}}.1.el9.x86_64.rpm
$ yum localinstall percona-xtrabackup-84-8.4.0-1.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.
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
release: '8.4.0-1'
version: '8.4'
vers: '8.4' # is used in links and to specify a product version
pkg: '84'
pkg: 'pxb-84-lts'
release-date: '2024-08-20'
title_date: '2024-08-20'

0 comments on commit adb9f7b

Please sign in to comment.