Re: Setting up HA postgresql

From: Aviel Buskila <aviel33(at)gmail(dot)com>
To: William Dunn <dunnwjr(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Setting up HA postgresql
Date: 2015-07-21 16:20:18
Message-ID: CAB3=tTHkorHbZA3N8EqQA+PdhtWULX_+GqcEDFV-VNE5eVLpDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hey will,
Is there any open-source tool instead of developing the fail-over logic by
myself?

2015-07-21 18:34 GMT+03:00 William Dunn <dunnwjr(at)gmail(dot)com>:

> Hello Aviel,
>
> On Tue, Jul 21, 2015 at 3:56 AM, Aviel Buskila <aviel33(at)gmail(dot)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:
> http://www.postgresql.org/docs/current/static/high-availability.html
>
> 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*
> *willjdunn.com <http://willjdunn.com>*
>
> On Tue, Jul 21, 2015 at 3:56 AM, Aviel Buskila <aviel33(at)gmail(dot)com> wrote:
>
>> Hey,
>> How can I set a highly available postgresql in a share-nothing
>> architecture?
>>
>>
>>
>> Best regards,
>> Aviel B.
>>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2015-07-21 17:02:48 Re: Setting up HA postgresql
Previous Message Andrew Beverley 2015-07-21 15:36:11 Re: Creating a user for pg_start_backup