| From: | Wayne Conrad <wconrad(at)yagni(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_xlog not cleaned up |
| Date: | 2006-07-31 22:03:14 |
| Message-ID: | 20060731220314.GJ22642@yagni.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, Jul 31, 2006 at 10:18:31PM +0200, Christian Kastner wrote:
> After the online backup script runs, all subsequent attempts to run
> archive_command fail because the first thing it tries to archive away is
> the still-existing *.backup file. This fails because a copy already
> exists in the archive area and the script refuses to overwrite the
> existing file.
I'm seeing this too.
In case more info will help Those Who Know Things:
My archive_command is a simple copy to local storage, pretty much
right lifted out of the manual:
archive_command = 'test ! -f /var/lib/postgresql/8.1/pitr/current/wal/%f && cp
+%p /var/lib/postgresql/8.1/pitr/current/wal/%f'
Version/Platform: Postgres 8.1.3-4, i386, Debian testing.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Francisco Reyes | 2006-07-31 22:09:33 | Re: Corrupted DB? could not open file pg_clog/#### |
| Previous Message | Philippe Lang | 2006-07-31 21:36:16 | Intel commercial compiler |