Re: Database corrupted

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
> Yann ROBIN <me.show@xxxxxxxxx> wrote:
 
>> Version 9.0.4 on debian squeeze 6.0 running in KVM with virtio
>> (kernel 2.6.32)
 
I don't know anything about KVM or vertio, so hopefully others will
step up.
 
>> I think we have a hard drive issue.
 
If at all possible, I would try to sort that out before continuing
recovery.  You could keep piling up one disk error on top of
another; and each can make the others harder to sort out and fix.
 
>> kill -9 of the writer process
> 
> Are you sure you killed all the postgres backends before
> restarting the server?  If other backends are still running, with
> a dead postmaster, and you restart the server, instant corruption.
 
Yeah, I would make *absolutely* sure there isn't an orphaned
postgres process still running before trying any other recovery
steps.
 
Once you are sure that your storage system isn't nibbling away at
your data and there isn't an old postgres process running, you might
want to list the rows with the duplicate key value, and then delete
them.  The safest course, once you've rebuilt the index, is to us
pg_dump and psql (or pg_restore) to rebuild the database.
 
Be sure to keep that copy of the data directory tree for at *least*
a few weeks after everything seems to be running fine.  You may well
belatedly discover a reason to go back and fish for some data.
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux