Re: Postgres database encryption - Mailing list pgsql-general

From Kai Wagner
Subject Re: Postgres database encryption
Date
Msg-id 3adaed22-5e25-4c12-964b-65e70b0c9217@percona.com
Whole thread Raw
In response to Postgres database encryption  (Johnathan Tiamoh <johnathantiamoh@gmail.com>)
List pgsql-general
Hey,

On 19/03/2024 14:22, Johnathan Tiamoh wrote:
> Hello,
>
>
> Good morning. Please I wish to find out the best way of encrypting a 
> Postgres database.
>
> This could either be encrypting a whole database ( I don’t if this is 
> possible), a specific table and a specific tablespace.

There is no default incore mechanism to do that. Depending on your treat 
vector, OS-Level could be fine or you need to go with any of the incore 
rebuilds available by some vendors.

We're currently working on another mechanism, which enables you to 
encrypt on a table level. Of course, completely open source project, 
available on GitHub https://github.com/Percona-Lab/pg_tde

Would be happy, if you can give it a shot, and share your thoughts and 
feedback.

>
>
> King regards
> Johnathan T.

-- 
Kai Wagner
Sr. Engineering Manager, Percona

e: kai.wagner@percona.com
w: www.percona.com
Databases Run Better with Percona.




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Query on Postgres SQL transaction
Next
From: Ron Johnson
Date:
Subject: Re: Postgres database encryption