Re: little PITR annoyance

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: little PITR annoyance
Дата
Msg-id 1181254207.26886.327.camel@silverbirch.site
обсуждение исходный текст
Ответ на little PITR annoyance  (ohp@pyrenet.fr)
Ответы Re: little PITR annoyance  (ohp@pyrenet.fr)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Avoid losing track of data for shared tables in pgstats.
Следующее
От: "Andrew Hammond"
Дата:
Сообщение: Best Practice for running vacuums during off hours WAS Re: Autovacuum launcher doesn't notice death of postmaster immediately