Re: full data disk -- any chance of recovery

Поиск
Список
Период
Сортировка
От Gregory S. Williamson
Тема Re: full data disk -- any chance of recovery
Дата
Msg-id 71E37EF6B7DCC1499CEA0316A2568328024BBD83@loki.wc.globexplorer.net
обсуждение исходный текст
Ответ на full data disk -- any chance of recovery  ("Gregory S. Williamson" <gsw@globexplorer.com>)
Ответы Re: full data disk -- any chance of recovery  ("Jeff Frost" <jeff@frostconsultingllc.com>)
Список pgsql-admin
Jeff --

Thanks for the suggestion -- I think this fills the bill except that the postmaster won't quit because it has no space
(atleast that is how I interpet it). These are all linux boxes with the same architecture (2 CPUs, 2 gigs of RAM, disks
notadequate 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@glacier.frostconsultingllc.com on behalf of Jeff Frost
Sent:    Sun 1/1/2006 11:49 PM
To:    Gregory S. Williamson; pgsql-admin@postgresql.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@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Gregory S. Williamson
Sent: Sunday, January 01, 2006 11:28 PM
To: pgsql-admin@postgresql.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!





В списке pgsql-admin по дате отправления:

Предыдущее
От: "Jeff Frost"
Дата:
Сообщение: Re: full data disk -- any chance of recovery
Следующее
От: "Jeff Frost"
Дата:
Сообщение: Re: full data disk -- any chance of recovery