
August 19th, 2002, 05:28 AM
|
|
Contributing User
|
|
Join Date: Aug 2002
Location: Chennai, India
Posts: 69
Time spent in forums: 7 m 55 sec
Reputation Power: 11
|
|
Hi
Thanks for your reply, I've already run initdb.
This was a development database, being used for different projects. Today, I used the postgresql in /etc/init.d to stop it. Normally, I use...
Code:
kill -INT `head -1 /var/lib/pgsql/data/postmaster.pid`
to stop and
Code:
postmaster -i -D /var/lib/pgsql/data > logfile 2>&1 &
When I wanted to restart I got the FATAL error. (logged in previous post). After this, I got the error listed in this post.
It seems that pg_control file has become corrupt...???
Well, had to create another database and restore from backup.
Still, I'm curious about what caused this problem.
Regards.
|