Re: Postgresql 9.0.1 Corrupted

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Postgresql 9.0.1 Corrupted
Дата
Msg-id 61B29FE3-2EF8-428C-B1A2-D5601A988B04@blighty.com
обсуждение исходный текст
Ответ на Postgresql 9.0.1 Corrupted  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
On Jul 17, 2011, at 9:36 PM, AI Rumman wrote:

> Database Version: Postgresql 9.0.1
> OS: Linux rumman.dhaka 2.6.18-92.el5xen #1 SMP Tue Jun 10 19:55:54 EDT 2008 i686 i686 i386 GNU/Linux
> Installed from: Source configure
> Problem:
> When I try to connect to postgres, I got -
> psql: FATAL:  role "postgres" does not exist
> In fact, it seems to me that no role exists.
>
> Problem Cause:
>
> For some reason, filesystem of my server was corrupted. Our system admin used CENTOS repair tools and it damaged the
databasefiles. 
> It created some of the directory as files. These are -
>  - pg_notify
>  - pg_xlog
> Some files were not readable during start. These were - pg_internal and pg_control in the global directory.
>
> At first, when I tried to start the server after CENTOS repair, I got the error message -
> DETAIL:  The database cluster was initialized with PG_CONTROL_VERSION 0, but the server was compiled with
PG_CONTROL_VERSION903. 

Your data is probably gone. Check when you last made backups.

But before you do *anything* else, create a full filesystem level copy of the entire database directory, so that when
youend up breaking things further by trying to recover it you'll have a "clean" copy of the corrupted database to start
overfrom. 

Cheers,
  Steve

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

Предыдущее
От: AI Rumman
Дата:
Сообщение: Postgresql 9.0.1 Corrupted
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Postgresql 9.0.1 Corrupted