Re: Fwd: Postgres HA - pacemaker RA do not support auto failback

From: Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info>
To: Shital A <brightuser2019(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Fwd: Postgres HA - pacemaker RA do not support auto failback
Date: 2019-08-12 13:24:13
Message-ID: 8d345c0c-5673-0ea7-fe08-8d0d6bc8dbfb@anayrat.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/12/19 2:57 PM, Shital A wrote:
>
>
> Hello,
>
> Postgres version : 9.6
> OS:Rhel 7.6
>
> We are working on HA setup for postgres cluster of two nodes in active-passive
> mode. 
>
> Installed: 
> Pacemaker 1.1.19
> Corosync 2.4.3
>
> The pacemaker agent with this installation doesn't support automatic failback.
> What I mean by that is explained below:
> 1. Cluster is setup like A - B with A as master. 
> 2. Kill services on A, node B will come up as master.
> 3. node A is ready to join the cluster, we have to delete the lock file it
> creates on any one of the node and execute the cleanup command to get the node
> back as standby
>
> Step 3 is manual so HA is not achieved in real sense. 
>
> Please help to check:
> 1. Is there any version of the resouce agent which supports automatic failback?
> To avoid generation of lock file and deleting it.
>
> 2. If there is no such support, what checks should be added in pgsql RA to achieve 
>
> Please suggest.
> Thanks.
>

Hello,

Which RA did you use? AFAIK there is two RA :
- pgsql : https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/pgsql
- PAF : http://clusterlabs.github.io/PAF/ (Which is different from pgsql RA :
http://clusterlabs.github.io/PAF/FAQ.html#why-new-ra-for-postgresql)

If I am right, PAF should handle the case when there no need to perform pgrewind
(if the old master is not too advanced in the transaction log).

Regards,

--
Adrien NAYRAT
https://blog.anayrat.info

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message stan 2019-08-12 15:11:15 constrain with MATCH full and NULL values in referenced table
Previous Message Shital A 2019-08-12 12:57:19 Fwd: Postgres HA - pacemaker RA do not support auto failback