Re: FATAL: the database system is starting up

From: Michael Lush <mjlush(at)ebi(dot)ac(dot)uk>
To: raghu ram <raghuchennuru(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: FATAL: the database system is starting up
Date: 2009-11-09 09:58:44
Message-ID: Pine.LNX.4.64.0911090944470.29733@pigeon.ebi.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Sun, 8 Nov 2009, raghu ram wrote:
> 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

I have the same problem as Victor

In my hands pg_ctl status just gives me

"pg_ctl: server is running (PID: 26644)"

The only way I know is to attempt to login to the database which
generates that scary error :-}

I'd also like to know if there was a better/nicer/proper way to determine
if the database was starting up

--
Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Michael John Lush PhD Tel:44-1223 492626
Bioinformatician
HUGO Gene Nomenclature Committee Email: hgnc(at)genenames(dot)org
European Bioinformatics Institute
Hinxton, Cambridge
URL: http://www.genenames.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John Lynn 2009-11-09 15:23:54 Reading a file on Windows with psql
Previous Message Michael Wood 2009-11-08 14:32:32 Re: Table design for basic user management