Re: FATAL: the database system is starting up

From: raghu ram <raghuchennuru(at)gmail(dot)com>
To: Victor Jason <vctrjsn(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: FATAL: the database system is starting up
Date: 2009-11-08 06:48:33
Message-ID: d331f2ee0911072248y4a0aedf6gc10717ea896e7a70@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Nov 1, 2009 at 4:31 PM, Victor Jason <vctrjsn(at)gmail(dot)com> wrote:

> Hi,
>
> Many times after I start the db (/etc/init.d/postgresql), the second I
> access it I get
>
> *"FATAL: the database system is starting up"*
>
> Is there a natural way (any cli command or other) to check with the DB if
> it's still starting up or it is ready?
>
>
>
you can check the status of the database using the pg_ctl utility.

cd /usr/local/pgsql/bin

pg_ctl -D <data directory path> status

Thanks & Regards
Raghu

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Wood 2009-11-08 14:32:32 Re: Table design for basic user management
Previous Message Jasen Betts 2009-11-07 12:21:02 Re: Table design for basic user management