Re: PostgreSQl HA solution

Поиск
Список
Период
Сортировка
От Jehan-Guillaume de Rorthais
Тема Re: PostgreSQl HA solution
Дата
Msg-id 20161130164331.1405d6e4@firost
обсуждение исходный текст
Ответ на PostgreSQl HA solution  (Marcin Giedz <marcin.giedz@arise.pl>)
Список pgsql-general
On Wed, 30 Nov 2016 15:00:16 +0100 (CET)
Marcin Giedz <marcin.giedz@arise.pl> wrote:

> Hello,
>
> Does anyone know any reliable open source HA solution with stream replication
> and IP live migration in case of master node failure? Recently I've been
> attending Fujitsu PostgreSQL webinar and they presented so called "mirroring
> controler" + sync stream replication . I'm wondering if this combines of
> regular stream replication + some kind of keepalive mechanism ?

You should look at PostgreSQL Automatic Failover project:

  http://dalibo.github.io/PAF/

It relies on the Pacemaker project, the industry reference for HA under Linux.

Make sure to consult the documentation, especially the quick starts:

  http://dalibo.github.io/PAF/documentation.html

Installation: http://dalibo.github.io/PAF/install.html

Here is some conference slides including video of demos:

  http://www.dalibo.org/_media/2016-pgconfeu-paf.html.gz

PAF only requiers streaming replication between nodes. Whether you want it sync
or async is your choice.

2.0 is perfect for production. 2.1 with minor improvements should be out before
2017 hopefully (see github commit history if curious).

It appears PAF 2.0 (or 2.1 if released before 2017) might be included in
Debian 9. There is a pending discussion with a Debian packager.

Regards,
--
Jehan-Guillaume (ioguix) de Rorthais
Dalibo


В списке pgsql-general по дате отправления:

Предыдущее
От: Tobia Conforto
Дата:
Сообщение: Re: About the MONEY type
Следующее
От: George
Дата:
Сообщение: Index is not used for "IN (non-correlated subquery)"