Re: pg_xlog/archive_status clean up

From: Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>
To: Ramiro Barreca <rbarreca(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_xlog/archive_status clean up
Date: 2018-01-09 11:48:50
Message-ID: CAGDYbUPbFTsMurb7yZPdintYORnQZsiSSfhXxjwcLGzydixjVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jan 9, 2018 at 4:58 PM, Ramiro Barreca <rbarreca(at)gmail(dot)com> wrote:

> At this moment I can see there are over 1.3 million "*.done" files
> at pg_xlog/archive_status folder.
> The first ones are there since 2013.
> As you may suppose this server has been rebooted several times since then.
> And daily backups are generated.
> Is it safe to remove the old ones manually without exposing data lost?
> What about to hold only last month ones?
> I think so but it would be better to have your approval.
>

​It looks like there is an issue with your archive destination where these
archives file accumlated under archive_status are not getting copied, hence
they are not cleaned up automatically by PostgreSQL behavour & we dont'
recommend to remove them manully as these get cleaned up when u resolve
your archive destination.

*Note:* We highly recommend to review your environment from the PostgreSQL
side​

> Ramiro Barreca
> rbarreca(at)gmail(dot)com
>

--
[image: http://www.shreeyansh.com] <http://www.shreeyansh.com>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Damir Colak 2018-01-09 16:57:13 pgAdmin Import/export does not show a progress dialog on mac
Previous Message Ramiro Barreca 2018-01-09 11:28:14 pg_xlog/archive_status clean up