|
| 1 | +# MySQL and Percona Server |
| 2 | + |
| 3 | +Endless Lifecycle Support (ELS) for MySQL and Percona Server from TuxCare provides security fixes for versions that have reached end-of-life. This allows you to continue running your deployments without vulnerability concerns, even after official support has ended. |
| 4 | + |
| 5 | +## Supported OS and MySQL versions |
| 6 | + |
| 7 | +| OS | Package Type | OS Version | MySQL version | |
| 8 | +| :-----------------------------------------------------: | :----------: | :--------: | :-----------: | |
| 9 | +| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 8.0 | |
| 10 | +| EL 8 (CentOS, CloudLinux, AlmaLinux, Oracle Linux, etc.) | RPM | 8.x | 8.0 | |
| 11 | +| EL 9 (CentOS, CloudLinux, AlmaLinux, Oracle Linux, etc.) | RPM | 9.x | 8.0 | |
| 12 | + |
| 13 | +## Supported OS and Percona Server versions |
| 14 | + |
| 15 | +| OS | Package Type | OS Version | Percona Server version | |
| 16 | +| :-------------------------------------: | :----------: | :--------: | :--------------------: | |
| 17 | +| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 8.0 | |
| 18 | + |
| 19 | +**Supported architecture:** x86_64 (64-bit) |
| 20 | + |
| 21 | +<ContactSales text="Other versions and architectures available upon request. Contact sales@tuxcare.com for more information." /> |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +<ELSPrerequisites> |
| 26 | + |
| 27 | +* A valid TuxCare ELS license key - contact [sales@tuxcare.com](mailto:sales@tuxcare.com) to obtain one |
| 28 | +* Root or `sudo` access to the server |
| 29 | + |
| 30 | +</ELSPrerequisites> |
| 31 | + |
| 32 | +<ELSSteps> |
| 33 | + |
| 34 | +1. Download the installer script |
| 35 | + |
| 36 | + ```text |
| 37 | + wget https://repo.tuxcare.com/mysql-els/install-mysql-els-repo.sh |
| 38 | + ``` |
| 39 | + |
| 40 | +2. Run the installer script with your license key |
| 41 | + |
| 42 | + ```text |
| 43 | + sh install-mysql-els-repo.sh --license-key XXXXXXXX |
| 44 | + ``` |
| 45 | + |
| 46 | +3. Verify the repository is enabled |
| 47 | + |
| 48 | + ```text |
| 49 | + yum info els-mysql-release |
| 50 | + ``` |
| 51 | + |
| 52 | +</ELSSteps> |
| 53 | + |
| 54 | +## Removing the repository |
| 55 | + |
| 56 | +To remove the MySQL ELS repository: |
| 57 | + |
| 58 | +```text |
| 59 | +sh install-mysql-els-repo.sh --delete |
| 60 | +``` |
0 commit comments