Re: PG Database Encryption

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Ravi GH <mails2ravi(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: PG Database Encryption
Date: 2023-05-25 10:22:55
Message-ID: ZG82/1xYrA8Z+8PI@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, May 25, 2023 at 01:51:53PM +0530, Ravi GH wrote:
> Seeking guidance in this regard on How to enable DataBase Encryption of
> Postgresql DB. Can anyone guide me in this regard or share a few pointers
> pages on "How to enable it" or any 3rd party tools that can do ths.

Pg doesn't have anything like this now.

What you can do, is:
1. Check https://wiki.postgresql.org/wiki/Transparent_Data_Encryption
2. Encrypt the filesystem/disk that the PG is on, using whatever tool
your operating system provides.

Best regards,

depesz

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2023-05-25 13:02:57 Re: PG Database Encryption
Previous Message Ravi GH 2023-05-25 08:21:53 PG Database Encryption