Re: Setting up HA postgresql - Mailing list pgsql-general

From William Dunn
Subject Re: Setting up HA postgresql
Date
Msg-id CAEva=V=CaYn8OpTBYwttC+a0Tugjbo=ACvYfwq+zLq2g_+yg=A@mail.gmail.com
Whole thread Raw
In response to Setting up HA postgresql  (Aviel Buskila <aviel33@gmail.com>)
Responses Re: Setting up HA postgresql  (Aviel Buskila <aviel33@gmail.com>)
Re: Setting up HA postgresql  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
Hello Aviel,

On Tue, Jul 21, 2015 at 3:56 AM, Aviel Buskila <aviel33@gmail.com> wrote:
How can I set a highly available postgresql in a share-nothing architecture?
 
I suggest you review the official documentation on high-availability configurations linked below:

The most common configuration is to use PostgreSQL's built in master/standby streaming replication. However you will need to develop any fail-over logic you need yourself or use a third party tool such as EnterpriseDB's Failover Manager.

Will J. Dunn

On Tue, Jul 21, 2015 at 3:56 AM, Aviel Buskila <aviel33@gmail.com> wrote:
Hey,
How can I set a highly available postgresql in a share-nothing architecture?



Best regards,
Aviel B.

pgsql-general by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: INSERT ... ON CONFLICT DO UPDATE
Next
From: Andrew Beverley
Date:
Subject: Re: Creating a user for pg_start_backup