Re: pg recovery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg recovery
Дата
Msg-id 6006.1199115273@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg recovery  (Bernhard D Rohrer <graylion@sm-wg.net>)
Ответы Re: pg recovery
Список pgsql-admin
Bernhard D Rohrer <graylion@sm-wg.net> writes:
> I have a broken database and not much clue about postgres, sorry for the
> n00b questions :(

I think you've got a cross-version problem, as in the database is really
PG 8.0 or earlier but you're trying to run 8.1 against it.  What is in
the PG_VERSION file?  Have you done "pg_resetxlog -f", and if so do you
have the original pg_control file to put back?

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Bernhard D Rohrer
Дата:
Сообщение: pg recovery
Следующее
От: Lew
Дата:
Сообщение: Re: high-availability on MS Windows cluster -- need insights