RE: Postgres database encryption

2024-03-19 Thread Zahir Lalani
>On Tue, Mar 19, 2024 at 9:22 AM 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

Re: Postgres database encryption

2024-03-19 Thread Ron Johnson
On Tue, Mar 19, 2024 at 9:22 AM 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. >

Re: Postgres database encryption

2024-03-19 Thread Kai Wagner
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

Re: Postgres database encryption

2024-03-19 Thread Greg Sabino Mullane
What is your threat model? That will determine the best answer. The easiest thing is to use OS-level encryption. Cheers, Greg

Postgres database encryption

2024-03-19 Thread Johnathan Tiamoh
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. King regards Johnathan T.