Stefan Fercot: Does pgBackRest work with pg_tde? (opens in new tab)
Percona Transparent Data Encryption for PostgreSQL (pg_tde) is an open-source PostgreSQL extension that provides Transparent Data Encryption (TDE) to protect data at rest. pg_tde ensures that data stored on disk is encrypted and cannot be read without the proper encryption keys, even if someone gains access to the physical storage media. A few months ago, Percona published a describing how pgBackRest can be used with encrypted data, although not all features are supported. In that example, th...
Read the original article