Re: Postgresql 9.1 replication failing - Mailing list pgsql-hackers

From Jim Buttafuoco
Subject Re: Postgresql 9.1 replication failing
Date
Msg-id D2FD0ED2-FACE-466A-BF43-BCD4F97CD84F@contacttelecom.com
Whole thread Raw
In response to Re: Postgresql 9.1 replication failing  (Jerry Sievers <gsievers19@comcast.net>)
Responses Re: Postgresql 9.1 replication failing  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
the WAL file on the master is long gone, how would one inspect the web segment?  Any way to have PG "move" on?


On Dec 1, 2011, at 2:02 PM, Jerry Sievers wrote:

Jim Buttafuoco <jim@contacttelecom.com> writes:

All,

I have a large PG 9.1.1 server (over 1TB of data) and replica using log shipping.  I had some hardware issues on the
replica system and now I am getting the following in my pg_log/* files.  Same 2 lines over and over since yesterday.

2011-12-01 07:46:30 EST  >LOG:  restored log file "000000010000028E000000E5" from archive
2011-12-01 07:46:30 EST  >LOG:  incorrect resource manager data checksum in record at 28E/E555E1B8

Anything I can do on the replica or do I have to start over?

INspect that WAL segment or possibly the one immediatly following it
in comparison to another copy if you still have it on the master or a
central WAL repository.

A standby crashing meanwhile copying in a WAL segment and/or synching
one to disk could result in ramdon corruption.

If you have another copy of the segment and does not compare equal to
the one your standby is trying to read, try another copy.

Finally, I know this is not the correct list, I tried general with no answer.

The admin list is the right one for such a post probably.

HTH

Thanks
Jim
___________________________________________________________

[cid]

Jim Buttafuoco
jim@contacttelecom.com
603-647-7170 ext. 2222- Office
603-490-3409 - Cell
jimbuttafuoco - Skype


--
Jerry Sievers
Postgres DBA/Development Consulting
e: postgres.consulting@comcast.net
p: 305.321.1144


___________________________________________________________







Jim Buttafuoco
jim@contacttelecom.com
603-647-7170 ext. 2222- Office
603-490-3409 - Cell
jimbuttafuoco - Skype







Attachment

pgsql-hackers by date:

Previous
From: Jerry Sievers
Date:
Subject: Re: Postgresql 9.1 replication failing
Next
From: Andres Freund
Date:
Subject: Re: Command Triggers