Re: pg_archivecleanup not deleting anything?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_archivecleanup not deleting anything?
Date: 2015-11-02 16:33:09
Message-ID: 56379045.4090106@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/02/2015 08:17 AM, Paul Jungwirth wrote:
>> Is there anything else beside *.backup files in the directory?
>
> There were a few *.history files, and a few files with no extension,
> like this: 00000006000000BE00000040.

So, as Albe posted pg_archivecleanup is only cleaning up the WAL files,
not the auxiliary files. The WAL files would be the ones with no
extension and a size of 16 MB(unless someone changed the compile settings).

>
> Paul
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Jungwirth 2015-11-02 16:41:31 Re: pg_archivecleanup not deleting anything?
Previous Message Paul Jungwirth 2015-11-02 16:17:43 Re: pg_archivecleanup not deleting anything?