Thread
-
Pg7.1beta3: connect failed: The DB System is starting up.
V. M. <txian@hotmail.com> — 2001-01-12T05:53:56Z
With Apache Mod Perl, Apache::DBI, stress test with apache bench (ab -n 100000 -c 4) in apache error_log i've got: [Pg7.1beta3 with standard conf files.] .......... [Fri Jan 12 07:48:58 2001] [error] DBI->connect(dbname=mydb) failed: The Data Base System is starting up ............ Architecture: Linux 2.2.17 #3 Mon Oct 2 23:11:04 UTC 2000 i686 unknown Also messages: "DB in recovery ...". What is the problem? In pg7.0.2 it's all ok. valter _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
-
Re: Pg7.1beta3: connect failed: The DB System is starting up.
Mikheev, Vadim <vmikheev@sectorbase.com> — 2001-01-12T08:36:55Z
> With Apache Mod Perl, Apache::DBI, stress test with apache bench (ab -n > 100000 -c 4) in apache error_log i've got: > > [Pg7.1beta3 with standard conf files.] And how many simult connections you did? > .......... > [Fri Jan 12 07:48:58 2001] [error] DBI->connect(dbname=mydb) failed: The > Data Base System is starting up > ............ > > Also messages: "DB in recovery ...". Looks like server was crashed and now is in recovery. Vadim
-
Re: Pg7.1beta3: connect failed: The DB System is starting up.
Marc Fournier <scrappy@hub.org> — 2001-01-12T13:12:45Z
On Fri, 12 Jan 2001, Vadim Mikheev wrote: > > With Apache Mod Perl, Apache::DBI, stress test with apache bench (ab -n > > 100000 -c 4) in apache error_log i've got: > > > > [Pg7.1beta3 with standard conf files.] > > And how many simult connections you did? > > > .......... > > [Fri Jan 12 07:48:58 2001] [error] DBI->connect(dbname=mydb) failed: The > > Data Base System is starting up > > ............ > > > > Also messages: "DB in recovery ...". > > Looks like server was crashed and now is in recovery. I'm confused about this "recovery" thing ... is it supposed to eventually start working again? I've had it happen in the past, and the only way to get things started again is to kill off the postmaster and restart it :(