Re: Online base backup from the hot-standby

Поиск
Список
Период
Сортировка
От Jun Ishiduka
Тема Re: Online base backup from the hot-standby
Дата
Msg-id 201106280552.p5S5qsSi025889@ccmds32.silk.ntts.co.jp
обсуждение исходный текст
Ответ на Re: Online base backup from the hot-standby  (Steve Singer <ssinger_pg@sympatico.ca>)
Ответы Re: Online base backup from the hot-standby  (Steve Singer <ssinger_pg@sympatico.ca>)
Re: Online base backup from the hot-standby  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
> Considering everything that has been discussed on this thread so far.
> 
> Do you still think your patch is the best way to accomplish base backups
> from standby servers?
> If not what changes do you think should be made?

I reconsider the way to not use pg_stop_backup().

Process of online base backup on standby server:1. pg_start_backup('x');2. copy the data directory3. copy *pg_control*

Behavior while restore:* read "Minimum recovery ending location" of the copied pg_control.* use the value with the same
purposesas the end-of-backup location.  -> When the value is equal to 0/0, this behavior do not do.     This situation
isto acquire backup from master server.
 


--------------------------------------------
Jun Ishizuka
NTT Software Corporation
TEL:045-317-7018
E-Mail: ishizuka.jun@po.ntts.co.jp
--------------------------------------------




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

Предыдущее
От: "_石头"
Дата:
Сообщение: how to call the function--pqCatenateResultError()
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SSI modularity questions