Percona Transparent Data Encryption for PostgreSQL documentation¶
Percona Transparent Data Encryption for PostgreSQL (pg_tde
) is an open source, community driven and futureproof PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest. pg_tde
ensures that the data stored on disk is encrypted, and that no one can read it without the proper encryption keys, even if they gain access to the physical storage media.
No upgrade path from RC to GA
There is no safe upgrade path from the previous versions, such as Release Candidate 2, to the General Availability (GA) version of pg_tde
.
We recommend starting with a clean installation for GA deployments. Avoid using RC environments in production.
Overview Get Started What’s new in pg_tde 1.0
Installation guides¶
Get started quickly with the step-by-step installation instructions.
:material-stars: Features¶
Explore what features Percona’s pg_tde
extension brings to PostgreSQL.
Architecture¶
Understand how pg_tde
integrates into PostgreSQL with Percona’s architecture. Learn how keys are managed, how encryption is applied, and how our design ensures performance and security.