Re: Server Shutting Down

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Server Shutting Down
Date: 2009-03-11 15:43:11
Message-ID: 49B7DC0F.5040100@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Pawley wrote:
> Hi
>
> I've had the server shut itself down when attempting to connect, even
> with PG Admin.
>
> Is there anything I can do to ensure that the pg server continues to
> run during a connection?
>
> Bob
>
We're going to need a bit more to go on.

Is it the whole server or just your backend? Did it used to work? What
changed? If you revert changes does it work again? Is the server
otherwise healthy? Are you exceeding something (number of connections,
open file limits or anything else you can think of) so that PG or the OS
is killing the backend? Is the server on the same machine that you are
connecting from? What OS? What do the PostgreSQL server logs say
(increase logging verbosity if necessary)?

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2009-03-11 15:45:56 Re: mdf
Previous Message Bob Pawley 2009-03-11 15:35:03 Server Shutting Down