PostgreSQL
Endless Lifecycle Support (ELS) for PostgreSQL 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.
Supported OS and PostgreSQL versions
| OS | Package Type | OS Version | PostgreSQL version |
|---|---|---|---|
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 9.6, 11 |
| EL 9 (CentOS, CloudLinux, AlmaLinux, Oracle Linux, etc.) | RPM | 9.x | 14 |
Supported architecture: x86_64 (64-bit)
Other versions and architectures available upon request. Contact [email protected] for more information.
Installation
Prerequisites
- A valid TuxCare ELS license key - contact [email protected] to obtain one
- Root or
sudoaccess to the server
Download the installer script
wget https://repo.tuxcare.com/postgresql-els/install-postgresql-els-repo.shRun the installer script with your license key
sh install-postgresql-els-repo.sh --license-key XXXXXXXXVerify the repository is enabled
yum info els-postgresql-releaseOn EL 9, use
dnfinstead:dnf info els-postgresql-release
Removing the repository
To remove the PostgreSQL ELS repository:
sh install-postgresql-els-repo.sh --delete
