Re: Postgres 10 automatic failover

From: Prince Pathria <prince(dot)pathria(at)goevive(dot)com>
To: shreeyansh2014(at)gmail(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres 10 automatic failover
Date: 2018-09-28 10:13:36
Message-ID: CAON0DazKOLAmKBi47aq1ZpOAYMd=q91GRuaNf=NqkrAoi7NyVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Great, thanks for the update.
Happy to help :)
Prince Pathria Systems Architect Intern Evive +91 9478670472 goevive.com

On Fri, Sep 28, 2018 at 12:07 PM Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>
wrote:

> Hi Prince,
>
> The pgpool is on top of repmgr with one master server and 2 slave servers
> with streaming replication.
>
> We have implemented the HA using pgpool automatic failover with forward
> and backward reverse replication and its working perfectly.
>
> Pgpool is smart enough to see which machine is the master or slave and
> will send the requests to the correct place.
>
> <http://www.shreeyansh.com>
>
>
> On Fri, Sep 28, 2018 at 5:30 AM Prince Pathria <prince(dot)pathria(at)goevive(dot)com>
> wrote:
>
>> Hi,
>>
>> I have pgpool-II for load balancing and repmgr for automatic failover.
>> Pgpool-II also can also run failover I am just wondering doing automatic
>> failover using pgpool or repmgr? If pgpool can do the failover do I need to
>> use repmgr? and use shell scripts to the promotion of new master? Any
>> scenario where repmgr is better than pgpool?
>>
>> Thanks!
>>
>> Prince Pathria
>> Systems Architect Evive +91 9478670472 goevive.com
>>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mariel Cherkassky 2018-09-30 07:48:45 Owner of schema cant access foreign tables in that schema
Previous Message Shreeyansh Dba 2018-09-28 06:37:02 Re: Postgres 10 automatic failover