archived WALL files question

From: Renato Oliveira <renato(dot)oliveira(at)grant(dot)co(dot)uk>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: archived WALL files question
Date: 2010-04-15 15:31:59
Message-ID: 7965A9DCF12CC14984420BCC37B1608F25AC0B99AD@Elzar.grant.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dear all,

I was reading again the documentation... "The archive command should generally de designed to refuse to overwrite any pre-existing archive file."
This means it will keep writing logs to the folder specified forever, and without an intervention, the media will run out of space.

What do you guys do with regards to this situation, for example:
How to you clean up the old archived logs?

For example:
you archive your log files from your main Postgres server to a folder /mnt/pitr for example
You set your standby to pick the logs from /mnt/pitr, then it archives each log as it comes.
/mnt/pitr will fill up very quickly and run out of space if we don't have a process to DELETE/ARCHIEVE older logs.

I guess the process which picks up the logs for the standby server, needs to take care of the logs, by deleting the older ones or by archiving them permanently?

How do you guys deal with this problem?

Thank you very much in advance

Best regards

Renato

Renato Oliveira
Systems Administrator
e-mail: renato(dot)oliveira(at)grant(dot)co(dot)uk

Tel: +44 (0)1763 260811
Fax: +44 (0)1763 262410
www.grant.co.uk<http://www.grant.co.uk/>

Grant Instruments (Cambridge) Ltd

Company registered in England, registration number 658133

Registered office address:
29 Station Road,
Shepreth,
CAMBS SG8 6GB
UK

P Please consider the environment before printing this email
CONFIDENTIALITY: The information in this e-mail and any attachments is confidential. It is intended only for the named recipients(s). If you are not the named recipient please notify the sender immediately and do not disclose the contents to another person or take copies.

VIRUSES: The contents of this e-mail or attachment(s) may contain viruses which could damage your own computer system. Whilst Grant Instruments (Cambridge) Ltd has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage which you sustain as a result of software viruses. You should therefore carry out your own virus checks before opening the attachment(s).

OpenXML: For information about the OpenXML file format in use within Grant Instruments please visit our website<http://www.grant.co.uk/Support/openxml.html>

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Mead 2010-04-15 15:56:44 Re: archived WALL files question
Previous Message Greg Sabino Mullane 2010-04-15 14:53:11 Re: Migrating from 8.3 to 8.4 on the same server