Re: SQLSTATE 53100 could not extend file / disk full - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: SQLSTATE 53100 could not extend file / disk full
Date
Msg-id 4FA7BB8D0200002500047925@gw.wicourts.gov
Whole thread Raw
In response to SQLSTATE 53100 could not extend file / disk full  ("Jan-Peter Seifert" <Jan-Peter.Seifert@gmx.de>)
List pgsql-admin
"Jan-Peter Seifert" <Jan-Peter.Seifert@gmx.de> wrote:

> I wonder whether extra measures are necessary to recover from a
> disk full error besides freeing enough disk space?

> Is it no problem if the WAL is within the same disk space and
> can't be written as well?

> Should you free enough disk space, do a checkpoint, restart the
> server and check the server log?

At our shop, we have rarely run out of disk space on a production
machine, due to close monitoring; but in those few cases, and in the
somewhat more frequent case that it happened in a development
environment, we have simply freed space and continued.  From what I
have seen, the PostgreSQL development community tries very hard to
ensure that you can do this safely.  On the other hand, it would
obviously be very hard to thoroughly test every possible code path
under such conditions, so I always try to watch for possible
problems afterward.

-Kevin

pgsql-admin by date:

Previous
From: "Jan-Peter Seifert"
Date:
Subject: SQLSTATE 53100 could not extend file / disk full
Next
From: Thomas Markus
Date:
Subject: Re: Very long " in transaction" query