Обсуждение: PG restore problem

Поиск
Список
Период
Сортировка

PG restore problem

От
"vidhya"
Дата:
HI,
 
I am using postgresql 7.3.3 in win2k.
 
When we restore the database, the following error occurs and the Postgres crashes immediately.

LOG:  ReadRecord: unexpected pageaddr 0/FC1E6000 in log file 1, segment 5,
offset 1990656
Pls tell me a solution to overcome this problem (urgent).
 
 
Regards,
 
Vidhya.
 
 

Re: PG restore problem

От
Tom Lane
Дата:
"vidhya" <vidhya@ellaar.com> writes:
> I am using postgresql 7.3.3 in win2k.
> When we restore the database, the following error occurs and the Postgres c=
> rashes immediately.
> LOG:  ReadRecord: unexpected pageaddr 0/FC1E6000 in log file 1, segment 5,
> offset 1990656

Update to 7.3.4 or 7.3.5.  This is the 7.3.3 startup-failure-at-page-boundary
problem.

            regards, tom lane