Re: full data disk -- any chance of recovery - Mailing list pgsql-admin

From Tom Lane
Subject Re: full data disk -- any chance of recovery
Date
Msg-id 7230.1136223929@sss.pgh.pa.us
Whole thread Raw
In response to Re: full data disk -- any chance of recovery  ("Gregory S. Williamson" <gsw@globexplorer.com>)
Responses Re: full data disk -- any chance of recovery  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-admin
"Gregory S. Williamson" <gsw@globexplorer.com> writes:
> 2006-01-02 00:30:01 LOG:  could not close temporary statistics file
"/data/postgres/gex_runtime/global/pgstat.tmp.1453":No space left on device 
> 2006-01-02 00:33:54 ERROR:  could not access status of transaction 0
> DETAIL:  could not write to file "/data/postgres/gex_runtime/pg_clog/0AFA" at offset 196608: No space left on device

Just kill -9 all the postgres processes; everything you need should be
safely down in the WAL files.

You might not have to move pg_xlog --- the first thing to do is see
if there are any large temp files hanging about in the pgsql_tmp
subdirectories.  Anything you see in there can be shot on sight once
the postmaster is stopped (actually, recent versions of the postmaster
will do it for you on restart, but don't remember about 7.4).

Which PG release is this exactly (7.4.what)?  This misbehavior reminds
me of a bug that we fixed in 7.4.2.

            regards, tom lane

pgsql-admin by date:

Previous
From: Jeff Frost
Date:
Subject: Re: full data disk -- any chance of recovery
Next
From: warren little
Date:
Subject: Emergency - Need assistance