On Sat, Jul 25, 2020 at 10:24:26AM -0500, Ron <ronljohnsonjr@xxxxxxxxx> wrote: > On 7/24/20 11:38 AM, Vasu Madhineni wrote: > > Hi All, > > > > How to implement TDE in postgres which is running docker containers. > > Postgres does not have TDE. You need to encrypt at the filesystem level. ecryptfs works really well with postgres (i.e. no performance penalty that I could measure) and should probably be usable with docker (but I haven't done that so I don't know the details). cheers, raf