On Fri, Sep 3, 2010 at 13:25, Thom Brown <thom(at)linux(dot)com> wrote:
> On 3 September 2010 12:19, Heikki Linnakangas
> <heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>> TODO:
>>
>> * We need a smarter way to do pg_start/stop_backup() with this. At the
>> moment, you can only have one backup running at a time, but we shouldn't
>> have that limitation with this built-in mechanism.
>
> Would it be possible to not require pg_start/stop_backup() for this
> new feature? (yes, I'm probably missing something obvious here)
You don't need to run it *manually*, but the process needs to run it
automatically in the background for you. Which it does already in the
suggested patch.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
In response to
Responses
pgsql-hackers by date
| Next: | From: Fujii Masao | Date: 2010-09-03 11:30:04 |
| Subject: Re: Synchronization levels in SR |
| Previous: | From: Magnus Hagander | Date: 2010-09-03 11:28:51 |
| Subject: Re: Streaming a base backup from master |