Re: [GENERAL] Backing up the currently used wal segment

2006-07-06 Thread Florian G. Pflug
Merlin Moncure wrote: On 7/6/06, Florian G. Pflug <[EMAIL PROTECTED]> wrote: Hi I've implemented replication to a warm standby using wal logshipping now. The only remaining problem is that there just how exactly does this work? are you constantly firing up the standby server? Postgres on t

Re: [GENERAL] Backing up the currently used wal segment

2006-07-06 Thread Stephen Frost
* Florian G. Pflug ([EMAIL PROTECTED]) wrote: > I'd like to implement that scheme, but am unsure how > to determine that segment reliably. I noticed that > there is an pg_xlog/archive_status directory, which > contains *.done files for some of the archived wal logs. Personally, I was just lazy and

Re: [GENERAL] Backing up the currently used wal segment

2006-07-06 Thread Merlin Moncure
On 7/6/06, Florian G. Pflug <[EMAIL PROTECTED]> wrote: Hi I've implemented replication to a warm standby using wal logshipping now. The only remaining problem is that there just how exactly does this work? are you constantly firing up the standby server? merlin ---(e