diff --git a/docs/installation/binary-tarball.md b/docs/installation/binary-tarball.md index ae4b17dc1e0..9510d43b8b1 100644 --- a/docs/installation/binary-tarball.md +++ b/docs/installation/binary-tarball.md @@ -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 diff --git a/docs/installation/install-eol.md b/docs/installation/install-eol.md index 3eebda68a53..29032af057f 100644 --- a/docs/installation/install-eol.md +++ b/docs/installation/install-eol.md @@ -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). diff --git a/docs/installation/tarball-eol.md b/docs/installation/tarball-eol.md new file mode 100644 index 00000000000..1c13c51d8ff --- /dev/null +++ b/docs/installation/tarball-eol.md @@ -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 \ No newline at end of file diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 59049118847..f8a9503d29d 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -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 diff --git a/variables.yml b/variables.yml index 5a00b8b36db..c589c9d023e 100644 --- a/variables.yml +++ b/variables.yml @@ -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'