Thread: repmgr

repmgr

From
Robin Ranjit Singh Chauhan
Date:
I havent been able to find much about repmgr on postgres 9.3

Is repmgr still a significant value add given the newer replication features built in?

Thanks.
=R
--
Robin R Chauhan
CEO, Pathway Intelligence Inc
Office: 778-588-6217 Ext. 201
Cell: 604-865-0517

Re: repmgr

From
John R Pierce
Date:
On 11/10/2014 4:10 PM, Robin Ranjit Singh Chauhan wrote:
> I havent been able to find much about repmgr on postgres 9.3
>
> Is repmgr still a significant value add given the newer replication
> features built in?

repmgr is a management tool for setting up and controlling the built in
replication features.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



Re: repmgr

From
Robin Ranjit Singh Chauhan
Date:
I set up repmgr and its working.  I confirmed that using:

select * from pg_stat_replication;
select pg_is_in_recovery();

However, on both master and slave there is only one entry in repmgr_cane.repl_nodes : the master.

Is that expected?



On Mon, Nov 10, 2014 at 4:29 PM, John R Pierce <pierce@hogranch.com> wrote:
On 11/10/2014 4:10 PM, Robin Ranjit Singh Chauhan wrote:
I havent been able to find much about repmgr on postgres 9.3

Is repmgr still a significant value add given the newer replication features built in?

repmgr is a management tool for setting up and controlling the built in replication features.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
Robin R Chauhan
CEO, Pathway Intelligence Inc
Office: 778-588-6217 Ext. 201
Cell: 604-865-0517