Skip to content

Commit 3cbf423

Browse files
committed
PS-9978 [DOCS] - Update binary tarball for Post-EOL 5.7
modified: docs/installation/binary-tarball.md new file: docs/installation/tarball-eol.md modified: mkdocs-base.yml modified: variables.yml
1 parent 3ad6a08 commit 3cbf423

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

docs/installation/binary-tarball.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,7 @@
55
The following instructions install Percona Server for MySQL 5.7.
66
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).
77

8-
## Download a {{post}} binary tarball
98

10-
Version {{release}} contains fixes as part of the [MySQL 5.7 post-EOL support from Percona], available to customers.
11-
12-
Community members can [build this release from the source] from publicly available source code, which will be released on a quarterly basis.
13-
14-
You can download the binary tarball for Percona Server for MySQL release in the {{post}} program using your `CLIENTID` and `TOKEN`.
15-
16-
| Type | Name |Description |
17-
|---------|---------------------------------------------------------------------|--------------------|
18-
| 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 |
19-
| 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. |
20-
21-
Fetch and extract the correct binary tarball using your `CLIENTID` and `TOKEN`. For example, for Oracle Linux 9, use the following command:
22-
23-
```{.bash data-prompt="$"}
24-
$ 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
25-
```
269

2710
## Types and names of binary tarballs
2811

docs/installation/install-eol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install {{post}} releases
1+
# Install {{eol}} packages
22

33
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).
44

docs/installation/tarball-eol.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Download a {{eol}} binary tarball
2+
3+
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.
4+
5+
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.
6+
7+
| Type | Name |Description |
8+
|---------|---------------------------------------------------------------------|--------------------|
9+
| 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 |
10+
| 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. |
11+
12+
Fetch and extract the correct binary tarball using your `CLIENTID` and `TOKEN`. For example, for Oracle Linux 9, use the following command:
13+
14+
```{.bash data-prompt="$"}
15+
$ 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
16+
```

mkdocs-base.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ nav:
135135
- installation/download-instructions.md
136136
- installation/apt_repo.md
137137
- installation/yum_repo.md
138-
- installation/install-eol.md
138+
- Post-EOL installations:
139+
- installation/install-eol.md
140+
- installation/tarball-eol.md
139141
- installation/binary-tarball.md
140142
- installation/source-tarball.md
141143
- installation/compile.md

variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ version: '5.7'
55
release-date: May 26, 2025
66
post: 'MySQL 5.7 Post-EOL Support from Percona'
77
repo-post: 'ps-post-eol'
8-
8+
eol: 'Post-EOL'

0 commit comments

Comments
 (0)