Re: [solved] WAL ends before end time of backup dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [solved] WAL ends before end time of backup dump
Date: 2006-11-08 22:45:52
Message-ID: 28481.1163025952@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Davis <pgsql(at)j-davis(dot)com> writes:
> Would it make sense to throw an error if there's a recovery.conf and
> files already exist in pg_xlog?

No; that's actually a feature in some scenarios (eg, your last few
segments didn't get archived yet).

There's no substitute for debugging your archiver script ;-)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill 2006-11-08 22:48:43 How much memory is required?
Previous Message Alvaro Herrera 2006-11-08 22:41:20 Re: 8.1.2 locking issues