Skip to content

PS-9978 [DOCS] - Update binary tarball for Post-EOL 5.7 #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions docs/installation/binary-tarball.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,7 @@
The following instructions install Percona Server for MySQL 5.7.
The instructions to install [Percona Server for MySQL 8.0 are available at this location](https://docs.percona.com/percona-server/latest/installation.html#installing-percona-server-from-a-binary-tarball).

## Download a {{post}} binary tarball

Version {{release}} contains fixes as part of the [MySQL 5.7 post-EOL support from Percona], available to customers.

Community members can [build this release from the source] from publicly available source code, which will be released on a quarterly basis.

You can download the binary tarball for Percona Server for MySQL release in the {{post}} program using your `CLIENTID` and `TOKEN`.

| Type | Name |Description |
|---------|---------------------------------------------------------------------|--------------------|
| Full | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>/binary/tarball/Percona-Server-<release>-Linux.x86_64.glibc2.17.tar.gz | Contains binaries, libraries, test files, and debug symbols |
| Minimal | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>-Linux.x86_64.glibc2.12-minimal.tar.gz | Contains binaries, and libraries but does not include test files, or debug symbols. |

Fetch and extract the correct binary tarball using your `CLIENTID` and `TOKEN`. For example, for Oracle Linux 9, use the following command:

```{.bash data-prompt="$"}
$ wget https://repo.percona.com/private/[CLIENTID-[TOKEN]/Percona-Server-5.7/Percona-Server-{{release}}/binary/tarball/Percona-Server-{{release}}-Linux.x86_64.glibc2.17.tar.gz
```

## Types and names of binary tarballs

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/install-eol.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install {{post}} releases
# Install {{eol}} packages

This document provides guidelines on installing Percona Server packages for MySQL from Percona repositories. For more information, see [{{post}}](https://www.percona.com/navigating-mysql-5-7-end-of-life).

Expand Down
18 changes: 18 additions & 0 deletions docs/installation/tarball-eol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Download a {{eol}} binary tarball

Percona Server for MySQL {{release}} contains fixes as part of the [MySQL 5.7 post-EOL support from Percona program], available to customers. Community members can [compile and install from source code](git-source-tree.md) from publicly available source code, which is released quarterly.

As a Percona customer, request access to the Percona 5.7 Post-EOL repository from [Percona Support](https://www.percona.com/services/support/mysql-support) and receive your `CLIENTID` and `TOKEN`. Use these credentials to download the appropriate binary tarball.

| Type | Name |Description |
|---------|---------------------------------------------------------------------|--------------------|
| Full | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>/binary/tarball/Percona-Server-<release>-Linux.x86_64.glibc2.17.tar.gz | Contains binaries, libraries, test files, and debug symbols |
| Minimal | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>-Linux.x86_64.glibc2.12-minimal.tar.gz | Contains binaries, and libraries but does not include test files, or debug symbols. |

Fetch and extract the correct binary tarball using your `CLIENTID` and `TOKEN`. For example, for Oracle Linux 9, use the following command:

```{.bash data-prompt="$"}
$ wget https://repo.percona.com/private/[CLIENTID-[TOKEN]/Percona-Server-5.7/Percona-Server-{{release}}/binary/tarball/Percona-Server-{{release}}-Linux.x86_64.glibc2.17.tar.gz
```

[MySQL 5.7 post-EOL support from Percona program]: https://www.percona.com/post-mysql-5-7-eol-support
4 changes: 3 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ nav:
- installation/download-instructions.md
- installation/apt_repo.md
- installation/yum_repo.md
- installation/install-eol.md
- Post-EOL installations:
- installation/install-eol.md
- installation/tarball-eol.md
- installation/binary-tarball.md
- installation/source-tarball.md
- installation/compile.md
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version: '5.7'
release-date: May 26, 2025
post: 'MySQL 5.7 Post-EOL Support from Percona'
repo-post: 'ps-post-eol'

eol: 'Post-EOL'