Re: Restoring fscked up postgres 7.1 - Mailing list pgsql-general

From Kristaps Armanis
Subject Re: Restoring fscked up postgres 7.1
Date
Msg-id 12179534609.20050121174505@grafton.lv
Whole thread Raw
In response to Re: Restoring fscked up postgres 7.1  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Restoring fscked up postgres 7.1  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
Friday, January 21, 2005, 5:30:07 PM, Jus rakstijat:

MvO> Looks like XID wraparound, you hit the 4 billion transaction mark. This
MvO> was fixed in 7.2 IIRC. Unfortunatly I don't know of an easy way to
MvO> recover, but this should give you something to search the archives for.

Till how sorted that out already.

I hyave copy of old one..
Latest checkpoint's NextXID:          2669533222
Latest checkpoint's NextOID:          26300179
Time of latest checkpoint:            Fri Jan 21 16:00:48 2005
Database block size:                  8192
Blocks per segment of large relation: 131072

--------------
And then it's just:

Latest checkpoint's NextXID:          2747597
Latest checkpoint's NextOID:          282132
Time of latest checkpoint:            Fri Jan 21 03:32:17 2005


Is there any solution?


___________________________________
Kristaps Armanis
Grafton Entertainment :: IT director
Brivibas Str. 214m, Riga LV1039, Latvia
e-mail: krisha@grafton.lv
web: http://www.tvnet.lv
phn: +371 7819577
gsm: +371 9474932
fax: +371 7819578


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Restoring fscked up postgres 7.1
Next
From: Eric E
Date:
Subject: Re: PL/TCL functions won't run - resolved