Re: Encryption password for Backup

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Encryption password for Backup
Date: 2020-07-08 12:26:35
Message-ID: 3d66648a-de14-e6ce-6933-0131d012cde9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sadly, that wouldn't work too well with --format=directory.

On 7/8/20 7:20 AM, Holger Jakobs wrote:
>
> Dear Mayur,
>
> The easiest way is to pipe the result of pg_dump through some encrypting
> program.
>
> pg_dump | encryptProgram > encrypted.dump
>
> Regards,
>
> Holger
>
>
> Am 08.07.20 um 05:20 schrieb Mayur Mundada:
>> Hello Team,
>>
>> I need to confirm about Encryption password for Backups. Can we use
>> Encryption password while taking pg_dump backup and restore backup
>> purpose. If it is possible please let me know the methods and guidance
>> for the same.
>>
>> Regards,
>> Mayur Mundada
>> 9860900093
> --
> Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message hubert depesz lubaczewski 2020-07-08 12:52:34 Re: SELECTing from a function where i don't want the results
Previous Message Holger Jakobs 2020-07-08 12:20:22 Re: Encryption password for Backup