Обсуждение: Facing problems with postgres 9.0.0

Поиск
Список
Период
Сортировка

Facing problems with postgres 9.0.0

От
Sekhar chakka
Дата:
Hi,

We have installed Postgres 9.0.0 on ubuntu 10.04 LTS 64 bit machine. It was
working untill you restart the server. Once the server is rebooted the
database is not starting and we are getting this error mention below,

"psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?"

Untill you reboot the system it was working fine. Could you please help us
in this request.
We are upgrading form Postgresql 8.4 to 9.0 for replication.


Thanks & Regards,
Sekhar Chakka
Linux Administrator
LIVIA India Pvt Ltd

Re: Facing problems with postgres 9.0.0

От
"Kevin Grittner"
Дата:
Sekhar chakka <sekhar.chakka@livialegal.com> wrote:

> We have installed Postgres 9.0.0 on ubuntu 10.04 LTS 64 bit
> machine. It was working untill you restart the server. Once the
> server is rebooted the database is not starting

Is there a service configured to start on reboot which runs it?

> "psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?"

Is the server running?  (Check ps output.)  Can you start it
manually?  If not, what's in the log?

-Kevin