Re: Problems with fatal errors on startup of postmaster.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with fatal errors on startup of postmaster.
Дата
Msg-id 19419.962384051@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with fatal errors on startup of postmaster.  ("Eric Naujock " <naujocke@abacusii.com>)
Список pgsql-novice
"Eric Naujock " <naujocke@abacusii.com> writes:
> How do I fix this.

> [postgres@aries bin]$ ./postmaster -i
> DEBUG:  Data Base System is starting up at Fri Jun 30 11:06:24 2000
> FATAL 2:  Control file context is broken
> FATAL 2:  Control file context is broken
> Startup failed - abort
> [postgres@aries bin]$

Hmm.  Your pg_control file is messed up, apparently.  Not sure how it
could have gotten that way; this is the first report of such a failure
that I can recall hearing about.

Probably your best bet for fixing this is to initdb a fresh database
directory and then use pg_upgrade to move your existing user data into
the new database.  Read the pg_upgrade directions *carefully* --- it's
a little bit tricky to use correctly.

            regards, tom lane

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

Предыдущее
От: "Eric Naujock "
Дата:
Сообщение: Problems with fatal errors on startup of postmaster.
Следующее
От: bill@wadley.org
Дата:
Сообщение: joining separate databases