Re: WAL & ready files retained after turning off log shipping

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: WAL & ready files retained after turning off log shipping
Date: 2017-09-12 14:43:51
Message-ID: 19b232e5-ef8f-022c-5d0a-ac6aa5c2430e@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/07/2017 09:32 AM, Tom Lane wrote:
> Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> writes:
>> On 09/07/2017 09:08 AM, Tom Lane wrote:
>>> Manual cleanup shouldn't be very hard, fortunately. Run pg_controldata
>>> to see where the last checkpoint is, and delete WAL files whose names
>>> indicate they are before that (but not the one including the checkpoint!).
>> All WAL files after log shipping was stopped will keep accumulating "forever"?
> Hmm ... on second thought, I think if you just remove the .ready/.done
> files, the next checkpoint should clean up the old WAL files. That'd
> certainly be safer than doing it manually.

This weekend, (early Sunday morning) WAL files on the master started
accumulating again. Now, .ready files are regenerated every time I delete
them, even though according to pg_controldate the last checkpoint was 28
minutes ago.

--
World Peace Through Nuclear Pacification

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2017-09-12 15:36:55 Re: pgxn manager down
Previous Message Pavel Stehule 2017-09-12 14:05:35 Re: Joining 16 tables seems slow