Search Postgresql Archives

Re: Postgresql Backup Encryption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Singh,

> On 10. Jul, 2020, at 07:29, Brajendra Pratap Singh <bpsinghjobs@xxxxxxxxx> wrote:
> 
> Hi,
> 
> Please let me know the way to encrypt/decrypt the postgresql backup uaing pg_dump and pgbackrest.
> 
> Also let me know the other good possibility if any.
> 
> Thanks,
> Singh

don't use the -f option with pg_dump and simply pipe the output through your favorite encryption tool. Or use -f option and after pg_dump finishes, encrypt the resulting dump file. These are the two options you have. There is no direct command line option to encrypt pg_dump's output.

https://www.postgresql.org/docs/current/app-pgdump.html

Cheers,
Paul





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux