Re: [GENERAL] "FATAL: role "postgres" does not exist" after recover

2011-07-17 Thread Craig Ringer
On 17/07/2011 5:19 PM, AI Rumman wrote: I am using database Postgresql 9.0.1. For some reasons, my database was crashed. At first I found: DETAIL: The database cluster was initialized with PG_CONTROL_VERSION 0, but the server was compiled with PG_CONTROL_VERSION 903. First, read and act on th

[GENERAL] "FATAL: role "postgres" does not exist" after recover

2011-07-17 Thread AI Rumman
I am using database Postgresql 9.0.1. For some reasons, my database was crashed. At first I found: DETAIL: The database cluster was initialized with PG_CONTROL_VERSION 0, but the server was compiled with PG_CONTROL_VERSION 903. I solved it by copying pg_control from a new cluster Then I got, FA