Re: Database goes in recovery mode

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Ashok Kumar Tiwari <ashokt(at)ohumhealthcare(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Database goes in recovery mode
Date: 2017-10-14 15:24:23
Message-ID: CAOR=d=0g3ozqKbQ=S1gksAS14y-b4Jwt0HBTd9hxyXNXwgLsJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sat, Oct 14, 2017 at 9:22 AM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> wrote:
> Please reply all to keep the list updated...
>
>> On Fri, Oct 13, 2017 at 9:07 PM, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
>> wrote:
>>>
>>> On Fri, Oct 13, 2017 at 7:31 AM, Ashok Kumar Tiwari
>>> <ashokt(at)ohumhealthcare(dot)com> wrote:
>>> >
>>> > Hello team,
>>> >
>>> > My database goes in recovery mode every day three to four time , i am
>>> > not able to find the reason, db basic configuration is max_connection = 1000
>>> > , db size 100GB and configure barman for backup. please help me.
>>>
>>> Check your server logs for the out of memory killer. With max conns of
>>> 1000 it's quite possible your machine is running out of memory.
>>>
>>> Also please post any changed values in postgresql.conf
>>
>>
>>
>>
> <ashokt(at)ohumhealthcare(dot)com> wrote:
>>
>> i found in my db log file
>>
>> 2017-10-11 18:35:20.769 IST > LOG: checkpointer process (PID 31936) was
>> terminated by signal 9: Killed
>> < 2017-10-11 18:35:20.769 IST > LOG: terminating any other active server
>> processes
>>
>> is this is out of memory?
>> my server have 8 GB ram
>>
>>
>> Very likely. Look around in the /var/log/messages around the same time for
>> mention of the Out Of Memory killer (aka OOM). You're probably going to
>> need to reduce max connections and then add something like pgbouncer or
>> pgpool to reduce 1,000 outside connections down to something like 10 or 20
>> or so.

Also look into to turning off the out of memory killer. It's a linux
"feature" that is not desirable on a db server.

Something like in this thread: https://ubuntuforums.org/showthread.php?t=2197016

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message bala jayaram 2017-10-15 03:53:31 postgresql9.4 aws - no pg_upgrade
Previous Message Scott Marlowe 2017-10-14 15:22:31 Re: Database goes in recovery mode