Re: Database server crash ! URGENT !

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Sunit Bhatia" <sunit_bhatia(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database server crash ! URGENT !
Date: 2001-11-16 00:53:22
Message-ID: m3itcbbkot.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Sunit Bhatia" <sunit_bhatia(at)hotmail(dot)com> writes:

> Let me make some corrections to my previous mail.
> I start the PostgreSQL Server as 'root' like this:
>
> su - pgsql -c "$DB_ROOT/bin/postmaster -B 50 -N 25 -D$DB_ROOT/data -i" >>
> $LOGFILE 2>&1 &
>
>
> So I'm staring it in the background and I'm redirecting the stdout
> and stderr away from the terminal. Still I don't understand why it
> receives Fast Shutdown Request or (SIGINT signal).

You might need to also run it with 'nohup'.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gurupartap Davis 2001-11-16 01:01:36 Re: pgsql and large tables
Previous Message Nikos Kapsalis 2001-11-16 00:17:51 Postgres' DBI(Pg) problem