Re: Database Connectivity Issue with DB Lookup

From: Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>
To: Ashwani Kumar B <ashwani(dot)b(dot)kumar(at)ericsson(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Database Connectivity Issue with DB Lookup
Date: 2018-08-27 08:22:47
Message-ID: CAGDYbUNUOZdyEqwOik=VojV8oy17UBTwaAPAaaYHp0=KFQ70Kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

H
i Ashwani,

It seems you have reached the maximum connection limit set in your
configuration postgresql.conf file. You need to increase max connection in
postgresql.conf and this required restart.

Hope this helps.

On Mon, Aug 27, 2018 at 1:03 PM Ashwani Kumar B <
ashwani(dot)b(dot)kumar(at)ericsson(dot)com> wrote:

> Hi Team
>
>
>
> I am facing database connectivity issue while using database lookup, issue
> is that database table keep increasing connections to the database without
> pooling or releasing earlier connections.
>
> These connections are keep increasing after every 30 minutes (update
> interval) and cause database unreachability after approaching maximum
> number of connections reached (100).
>
>
>
> *Logs:*
>
> *Failed to run background job.*
>
> *TableUpdater couldn't update gmp_pre_post_1.*
>
> *Unable to update memory database lookup table gmp_pre_post_1, Update the
> table manually or it will update automatically at next update interval.*
>
> *Failed to connect to the database, Max number of retry reached.*
>
> *Failed to connect to the PostgreSQL database fm_db_prepost.FATAL: sorry,
> too many clients already*
>
>
>
>
>
>
>
> *Regards,*
>
> [image: Description: Description: Description: Description: line]
>
> *Ashwani Kumar*
>
> Solution Architect
> Ericsson India Global Services Private Limited
>
> Mobile : +91 9999771339
>
> Skype ID : Ashwani.k.07
> www.ericsson.com
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Julien Riou 2018-08-27 08:31:00 Re: ERROR: no known snapshots
Previous Message Ashwani Kumar B 2018-08-27 07:33:15 Database Connectivity Issue with DB Lookup