Re: full data disk -- any chance of recovery

From: "Jeff Frost" <jeff(at)frostconsultingllc(dot)com>
To: "'Gregory S(dot) Williamson'" <gsw(at)globexplorer(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: full data disk -- any chance of recovery
Date: 2006-01-02 08:14:46
Message-ID: 006b01c60f74$9832b200$800101df@jefflap
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greg,

Does pg_ctl stop -m immediate stop the postmaster for you?

----
Jeff Frost, Owner <jeff(at)frostconsultingllc(dot)com>
Frost Consulting, LLC http://www.frostconsultingllc.com/
Phone: 650-780-7908 FAX: 650-649-1954

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Gregory S. Williamson
Sent: Sunday, January 01, 2006 11:58 PM
To: Jeff Frost; pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] full data disk -- any chance of recovery

Jeff --

Thanks for the suggestion -- I think this fills the bill except that the
postmaster won't quit because it has no space (at least that is how I
interpet it). These are all linux boxes with the same architecture (2 CPUs,
2 gigs of RAM, disks not adequate for a database: QED).

I had an urgent priority in November to upgrade these beasts, but the best
laid plans o' mice and men, etc. etc.

These servers are mostly read-only for spatial data so falling back to the
last known state (e.g. before the current transaction) would work perfectly.

But I'm still making a copy o' one of the two hot spares (one of which is
now in play), juts in case.

Have a good {day|afternoon|evening|night) !

Greg

-----Original Message-----
From: jeff(at)glacier(dot)frostconsultingllc(dot)com on behalf of Jeff Frost
Sent: Sun 1/1/2006 11:49 PM
To: Gregory S. Williamson; pgsql-admin(at)postgresql(dot)org
Cc:
Subject: RE: [ADMIN] full data disk -- any chance of recovery
Greg, I'm not sure what you're looking for in the way of suggestions. Do
you just want to be able to start this postgres server up and remove some
data? Easiest way I see to accomplish that given the information you
provided is to move pg_xlog to the sda disk and symlink it to the data dir.

In general terms, it would go like this:

Stop postmaster
cd /data/gex_runtime
mv pg_xlog /
ln -s /pg_xlog
Start postmaster

The commands may vary depending on OS.

That would also give you better performance if sda and sdb are actually
separate physical disks. However, that's only going to give you about 500MB
of free space, so I see bigger disks in your future. A vacuum full might
recover a bit of space as well if you've got any bloat.

The question I have is this: Is your database read-only? Otherwise,
bringing these machines back up probably isn't too useful as they are now
out of sync with the new primary (your old hot spare).

Good luck!

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Gregory S. Williamson
Sent: Sunday, January 01, 2006 11:28 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] full data disk -- any chance of recovery

Availables space is:
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 32850580 3137552 28044280 11% /
/dev/sdb1 35001508 33223500 16 100% /data

Any suggestions ? Falling back to the last known state is fine, but just in
case I am making a backup of the remaining database to build a replacement.

And yes, I did forsee this and did warn management repeatedly and yet
somehow the advice falls on deaf ears. Go figure. I guess maybe because it
isn't management that a hole kicked in a 3 day weekend.

!DSPAM:43b8db0031385555610062!

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gregory S. Williamson 2006-01-02 08:39:28 Re: full data disk -- any chance of recovery
Previous Message Gregory S. Williamson 2006-01-02 07:58:11 Re: full data disk -- any chance of recovery