Re: pg_archivecleanup - Increase time files are deleted

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Patrick B <patrickbakerbr(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_archivecleanup - Increase time files are deleted
Date: 2016-06-26 21:42:33
Message-ID: CANu8FizUqjJ6HurbRDFXjLLXL4y_WGV02v=xezK3naC=kT29cQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Jun 26, 2016 at 5:33 PM, Patrick B <patrickbakerbr(at)gmail(dot)com> wrote:

>
>>
>> >...I'd like to have the wal_files stored for 24h, and then the
>> pg_archivecleanup could do its job and delete the files..
>>
>>
>> *You cannot do that, but you can change the wal_keep_segments
>> <https://www.postgresql.org/docs/9.4/static/runtime-config-replication.html#GUC-WAL-KEEP-SEGMENTS>
>> on the master and reload the postgresql.conf.*
>> *https://www.postgresql.org/docs/9.4/static/runtime-config-replication.html#GUC-WAL-KEEP-SEGMENTS
>> <https://www.postgresql.org/docs/9.4/static/runtime-config-replication.html#GUC-WAL-KEEP-SEGMENTS>*
>>
>
> ok.. my current wal_keep_segments is:
>
> wal_keep_segments = 256
> That means there will be at least 256 files before postgres delete them?
>
>
>
>>
>>
>> Please, in the future, remember to state your *PostgreSQL version and
>> O/S* as options can change.
>>
>>
> Ok.. my mistake.. I'm running PostgreSQL 9.2 in a Centos 6.7 64 bits.
>

>That means there will be at least 256 files before postgres delete them?

*Yes!*
--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick B 2016-06-26 23:38:36 Re: pg_archivecleanup - Increase time files are deleted
Previous Message Patrick B 2016-06-26 21:33:20 Re: pg_archivecleanup - Increase time files are deleted