Skip to content

Commit

Permalink
Update binary-tarball.md (#332)
Browse files Browse the repository at this point in the history
* Update binary-tarball.md

* Update binary-tarball.md

* Update binary-tarball.md
  • Loading branch information
patrickbirch authored Oct 9, 2024
1 parent 0768db0 commit 154fd8e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/binary-tarball.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
# Install from a binary tarball

Binary tarballs contain precompiled executable files, libraries, and other dependencies and are
compressed `tar` archives. Extract the binary tarballs to any path.
Binary tarballs are compressed' tar' archives that contain precompiled executable files, libraries, and other dependencies. You can extract the binary tarballs to any path.

Download the binary tarballs from the `Linux - Generic` section on [Percona Product Downloads].

The following example downloads the a tarball:
The following example downloads the tarball:

```{.bash data-prompt="$"}
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-{{vers}}/Percona-XtraBackup-{{release}}/binary/tarball/percona-xtrabackup-{{release}}-Linux-x86_64.glibc2.28.tar.gz
$ wget https://downloads.percona.com/downloads/Percona-XtraBackup-8.4/Percona-XtraBackup-8.4.0-1/binary/tarball/percona-xtrabackup-8.4.0-1-Linux-x86_64.glibc2.28.tar.gz
```

The output displays the following information:

??? example "Expected output"

```{.text .no-copy}
--2023-10-20 05:56:30-- https://downloads.percona.com/downloads/Percona-XtraBackup-{{vers}}/Percona-XtraBackup-{{release}}/binary/tarball/percona-xtrabackup-{{release}}-Linux-x86_64.glibc2.17.tar.gz
Resolving downloads.percona.com (downloads.percona.com)... 2604:2dc0:200:69f::2, 147.135.54.159
Connecting to downloads.percona.com (downloads.percona.com)|2604:2dc0:200:69f::2|:443... connected.
--2024-10-09 04:44:36-- https://downloads.percona.com/downloads/Percona-XtraBackup-8.4/Percona-XtraBackup-8.4.0- 1/binary/tarball/percona-xtrabackup-8.4.0-1-Linux-x86_64.glibc2.28.tar.gz
Resolving downloads.percona.com (downloads.percona.com)... 147.135.54.159, 2604:2dc0:200:69f::2
Connecting to downloads.percona.com (downloads.percona.com)|147.135.54.159|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 470358258 (449M) [application/gzip]
Saving to: ‘percona-xtrabackup-{{release}}-Linux-x86_64.glibc2.17.tar.gz’
Length: 439358509 (419M) [application/gzip]
Saving to: ‘percona-xtrabackup-8.4.0-1-Linux-x86_64.glibc2.28.tar.gz’

percona-xtrabackup 0%[ ] 3.17M 1.54MB/s
percona-xtrabackup-8.4.0-1-Linux-x86_6 100%
[============================================================================>] 419.00M 6.67MB/s in 94s

2024-10-09 04:46:10 (4.48 MB/s) - ‘percona-xtrabackup-8.4.0-1-Linux-x86_64.glibc2.28.tar.gz’ saved
[439358509/439358509]
```

[Percona Product Downloads]: https://www.percona.com/downloads/

0 comments on commit 154fd8e

Please sign in to comment.