Re: PITR Recovery Question - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: PITR Recovery Question
Date
Msg-id 4C0A141A0200002500032037@gw.wicourts.gov
Whole thread Raw
In response to PITR Recovery Question  ("Gnanakumar" <gnanam@zoniac.com>)
Responses Re: PITR Recovery Question  ("Gnanakumar" <gnanam@zoniac.com>)
List pgsql-admin
"Gnanakumar"  wrote:

> I couldn't able to get this particular step clearly: "One trick
> would be to temporarily change your archive_command to 'true',
> delete all files from your archive, and then change the command
> back ". Can you please clarify and explain on this?

Based on other statements you've made, this isn't a trick you want to
use; just make space in the archive directory, let archiving catch
up, and then take a fresh base backup.

That said, this trick is a way to tell PostgreSQL the archive was
successful, even though it wasn't actually copied.  This is
occassionally a useful trick to clear out a backlog of WAL files very
quickly, at the cost of creating a gap in your WAL archive.  Your OS
likely has an executable and/or a shell builtin named "true" which
does nothing except return the "success" exit code of zero.  If you
have such a command on your OS and you set your archive command to
that, PostgreSQL will blast through cleaning up old WAL files.

kevin@kevin-desktop:~$ true
kevin@kevin-desktop:~$ echo $?
0

But since you said you can copy off the contents of your archive
directory and delete to make room, that's clearly the way to go.

-Kevin

pgsql-admin by date:

Previous
From: Manohar Bhattarai
Date:
Subject: Re: Exception while accessing database
Next
From: Anj Adu
Date:
Subject: Re: Strange performance issue apparently causd by pg_stat timeout