Re: Database is shutting down - Mailing list pgsql-novice

From Tom Lane
Subject Re: Database is shutting down
Date
Msg-id 21282.1016401328@sss.pgh.pa.us
Whole thread Raw
In response to Database is shutting down  (Anshuman Kanwar <Anshuman@expertcity.com>)
List pgsql-novice
Anshuman Kanwar <Anshuman@expertcity.com> writes:
> su-2.05a$ psql noc postgres              -- ???
> psql: FATAL 1:  The database system is shutting down

> The same problem occurs if I try connecting from a remote client. Here is my
> process list. As you can see, one other host (10.4.1.134) is happily
> connected (remote).

It looks to me like the postmaster has been told to do a graceful
shutdown, which consists in refusing all new connections while waiting
for the existing clients to finish their work and disconnect.  Your
existing clients don't seem to be in any hurry to disconnect, so
you'll have to go do something about them.

            regards, tom lane

pgsql-novice by date:

Previous
From: Thorsten Haude
Date:
Subject: Re: create database, user
Next
From: "Josh Berkus"
Date:
Subject: Re: Excluding null values