Install pg_tde on Red Hat Enterprise Linux and Derivatives¶
This tutorial shows how to install pg_tde with Percona Distribution for PostgreSQL.
Tip
Check the list of supported platforms before continuing.
Install percona-release¶
You need the percona-release repository management tool that enables the desired Percona repository for you.
-
Install
percona-release:sudo yum -y install https://repo.percona.com/yum/percona-release-latest.noarch.rpm -
Enable the repository:
sudo percona-release enable-only ppg-18.1
Install pg_tde¶
Install pg_tde:
sudo yum install -y percona-pg_tde-(pg-version)
Example for PostgreSQL 17¶
sudo yum install -y percona-pg_tde-17