Re: little PITR annoyance - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: little PITR annoyance
Date
Msg-id 1181254207.26886.327.camel@silverbirch.site
Whole thread Raw
In response to little PITR annoyance  (ohp@pyrenet.fr)
Responses Re: little PITR annoyance  (ohp@pyrenet.fr)
List pgsql-hackers
On Thu, 2007-06-07 at 17:01 +0200, ohp@pyrenet.fr wrote:

> I've benn biten twice by this one:
> I enabled archiving on both my pgsql servers.
> the archive command was a simple gzip on an nfs mounted dir.
> Now the nfs server crashed.
> Both wal space filled up until postgresql shuts itself down because of no
> more space for WAL.
> That perfectly normal and expected.
> 
> What I did'nt expect and don't understand is that postgresql refused to
> start up after the nfs server was up and running until I added some more
> space on the WAL fs although if it had started archiving ,
> space would have been there .
> 
> I wonder if archiving could start before postgresql at least to make a
> little room for database engine to really start.

gzip write a new file and then deletes the old, doesn't it? So it must
require space on the xlog drive.

Does it still fail if you avoid using gzip and just use scp?

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.
Next
From: "Andrew Hammond"
Date:
Subject: Best Practice for running vacuums during off hours WAS Re: Autovacuum launcher doesn't notice death of postmaster immediately