Re: Detecting master/slave

From: Nitesh Gupta <nitesh(dot)gupta(at)ashnik(dot)com>
To: Steve Pribyl <Steve(dot)Pribyl(at)akunacapital(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Detecting master/slave
Date: 2014-11-21 14:18:09
Message-ID: CACcqJxRfm4k1kczQdnLer0QyEd+4up_apZ0EgJafMvUpKZkbtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey steve ,

You can by using grep command
Ps -ewf | grep PostgreSQL

If you find sender process is running that will be master if you will see
receiver process then that will be slave
In addition to this you can also use Edb fail over manager for more status

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2014-11-21 14:19:59 Re: Detecting master/slave
Previous Message Steve Pribyl 2014-11-21 14:13:50 Detecting master/slave