Re: WAL replication question

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: WAL replication question
Дата
Msg-id 20130121210754.120610@gmx.com
обсуждение исходный текст
Ответ на WAL replication question  (Keith Ouellette <Keith.Ouellette@Airgas.com>)
Ответы Re: WAL replication question  (Keith Ouellette <Keith.Ouellette@Airgas.com>)
Список pgsql-novice
Keith Ouellette wrote:

> I am using the trigger file capability to "promote" the Slave in
> the event that the Master fails.

> when the former Master comes back on line, is there a way to make
> it a slave (adding the recovery.conf file) without restarting the
> PostgreSQL process? I currently do this with a restart, which
> works well, but we are using Pacemaker and the PostgreSQL
> resource goes away and takes the node down until it comes up. We
> would rather the node not go down if possible.

That's confusing -- if the master node fails, how can it still be
up?

Once you fail over, you should take care that the old master node
is good and truly down until it can be started as a slave.  You
will need to copy from the new master to the node which is to be
the new slave before you do that. And yes, add the recovery.conf.

-Kevin


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

Предыдущее
От: Jack Kaufman
Дата:
Сообщение: Re: Determine the name of the calling function
Следующее
От: Keith Ouellette
Дата:
Сообщение: Re: WAL replication question