Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
Michael Garriss #1
Need help recovering
We had a significant production outage with a box running 8.0 Beta 4,
140GB data, 190GB index. We think it was a bad RAID controller card.
Our transaction logs are gone but we have raw data.
How can we recover this data? Can the transaction logs be reset? Can
we safely set this zero_damaged_pages parameter?
Ahh!!
--
Michael Garriss
Senior Software Engineer
Absolute Performance, Inc.
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Michael Garriss Guest
-
recovering deleted pages
Is it possible to recover pages that had not been published in Contribute3 that were deleted? -
Recovering from an interupted stream
I have a robustness issue to deal with. Say I am streaming a live event and the computer that is doing the streaming goes down, thus losing the... -
Recovering from a time out
Is it possible to *gracefully* recover from php timing out? For example, uploading a large file, and php times out, so display "Oops Timed out"... -
ARG: Help recovering from hotbackup
We are trying to restore from a hotbackup, we have all datafiles, the trace control file, and all archive logs. However, we did not back up the... -
Recovering a master-site
Hello, I'm running on 8.1.7.2. I have a 12-way master-master replication environment (not originally implemented by me). I want to convert... -
Alvaro Herrera #2
Re: Need help recovering
On Wed, Jan 19, 2005 at 07:39:29AM -0700, Michael Garriss wrote:
What transaction logs? Do you mean pg_clog, or pg_xlog? If the former,> We had a significant production outage with a box running 8.0 Beta 4,
> 140GB data, 190GB index. We think it was a bad RAID controller card.
> Our transaction logs are gone but we have raw data.
>
> How can we recover this data? Can the transaction logs be reset? Can
> we safely set this zero_damaged_pages parameter?
use your latest backup (i.e. forget it, unless you rarely rolled back
any transaction). If the latter, try pg_resetxlog (you will likely lose
some things after the last checkpoint, and some indexes may not be in
correct shape).
What are the exact error messages you are getting?
--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"The ability to monopolize a planet is insignificant
next to the power of the source"
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [email]majordomo@postgresql.org[/email])
Alvaro Herrera Guest



Reply With Quote

