Re: postgre restarts in short period

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: edlef <edlef(at)freemail(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgre restarts in short period
Date: 2013-08-06 14:16:18
Message-ID: 52010532.8000109@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/06/2013 06:56 AM, edlef wrote:
> Hi,
>
> Our client has began to complain for a few days that the application can
> not connect to the database more times.
> I looked into the logs and as far as I can see, postgresql restarts more
> times a day. I made a vacuum (full, freeze, analyze) on the database and
> reindexed everything, but it looks, nothing has changed.
>
> Server data:
> Windows Standard Server 2007 SP2 64 bit
> Intel Xeon 3GHz
> 4MB ram
>
> Postgresql 8.2 32 bit
>
> The application is writen in php.
>
>

>
> I hope somebody has an idea how I can correct it.
> Thanks for the help!

Best guess there is an external program causing problems. The timestamps
are interesting and somewhat regular:

database system was interrupted at 2013-08-04 21:17:08
~7 hrs
database system was interrupted at 2013-08-05 04:43:14
4 hrs
database system was interrupted at 2013-08-05 08:43:19
~7 hrs
database system was interrupted at 2013-08-05 15:49:18

Given that this is Windows have you investigated the possibility of
interference from Anti-virus software.

>
> fenor
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-08-06 14:23:35 Re: [GENERAL] Possible bug with row_to_json
Previous Message edlef 2013-08-06 14:15:19 Re: postgre restarts in short period