Re: Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1 - Mailing list pgsql-general

From Michael Paquier
Subject Re: Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1
Date
Msg-id CAB7nPqROFSMSAMh3AMd4UR9A0qBUH2QSE=5fPSrf3Y0GZ0qjqA@mail.gmail.com
Whole thread Raw
In response to Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1  (Joanna Xu <Joanna.Xu@amdocs.com>)
Responses Re: Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
On Wed, Oct 26, 2016 at 11:18 PM, Joanna Xu <Joanna.Xu@amdocs.com> wrote:
> I’ve been looking for a procedure (step by step) on how to remove Standby
> (SLAVE) from Primary (MASTER) for Postgres9.1 in google and the archived
> postings, but no luck.

Standby and master servers are two separate Postgres instances. So if
you would like to remove a standby from a cluster. You just need to
basically stop it, then remove its data folder. And you are done.
There is no complicated science here.
--
Michael


pgsql-general by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: SERIALIZABLE and INSERTs with multiple VALUES
Next
From: Adrian Klaver
Date:
Subject: Re: Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1