Re: recovery.conf location

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: recovery.conf location
Дата
Msg-id AANLkTinPgX4yfrKy_gwh9Hf6rySj47wFQ=6sZOUfQQyd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: recovery.conf location  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: recovery.conf location  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, Sep 27, 2010 at 5:02 PM, Magnus Hagander <magnus@hagander.net> wrote:
> On Mon, Sep 27, 2010 at 08:34, Fujii Masao <masao.fujii@gmail.com> wrote:
>> On Mon, Sep 27, 2010 at 9:35 AM, Jaime Casanova <jaime@2ndquadrant.com> wrote:
>>> Maybe i'm missing something but this would be a problem if we put a
>>> trigger file and the recovery.conf gets renamed to recovery.done, no?
>>> at least that would be a problem for the standbys that still need to
>>> be standbys
>>
>> That's not problem unless more than one standbys become master at the
>> same time. Since recovery.conf is read by standby only at the start unless
>> it's triggered, already-started standbys can work even if recovery.conf is
>> renamed to recovery.done. Though it's somewhat tricky..
>
> Uh, what if the slave is restarted for one reason or another? That
> seems like it would be really fragile..

Agreed ;)

So, even if we move primary_conninfo and trigger_file to postgresql.conf,
we would need to still leave standby_mode in recovery.conf.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Using streaming replication as log archiving
Следующее
От: Pavel Stehule
Дата:
Сообщение: Proposal: plpgsql - "for in array" statement