Skip to content

Rate this page
Thanks for your feedback
Thank you! The feedback has been submitted.

Get free database assistance or contact our experts for personalized support.

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.

  1. Install percona-release:

    sudo yum -y install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
    
  2. 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

Next steps

Configure pg_tde