Re: Barman disaster recovery solution - Mailing list pgsql-general

From David Steele
Subject Re: Barman disaster recovery solution
Date
Msg-id 945fc3cf-a9dd-c594-4fb5-33e497a10190@pgmasters.net
Whole thread Raw
In response to Re: Barman disaster recovery solution  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: Barman disaster recovery solution  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-general
On 2/27/19 2:31 PM, Achilleas Mantzios wrote:
> On 27/2/19 1:58 μ.μ., richter@simkorp.com.br wrote:
>> Just to notice, I d o use backup from standby and WAL archive from 
>> standby. It is possible. But you have to configure standby with option 
>> of wal archive "always".
> 
> I guess there are issues with it. If this was so easy then pgbarman and 
> pgbackrest would support it out of the box.

There are a few issues with it:

1) If you allow the primary and standby to archive to the same 
repository then there needs to be some conflict resolution if they write 
at the same time.  If they write to different repositories then you need 
to decided which one to use for a restore, or have some kind of conflict 
resolution between them.  It gets complicated.

2) Writing only from the standby reduces load on the primary but if the 
connection to the primary is down then you can get behind on archiving. 
If something then happens to the primary then your recovery point will 
be limited.

Regards,
-- 
-David
david@pgmasters.net


pgsql-general by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Barman disaster recovery solution
Next
From: github kran
Date:
Subject: cannot execute VACUUM during recovery