Database disconnection due to timeout

From: Erik Serrano <eserranos(at)gmail(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Database disconnection due to timeout
Date: 2024-12-02 16:34:33
Message-ID: CA+dvXXv_t-88oXC3m1EL4Oa+MwizO0+4azhAzW-OeJgEG9Kf+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi guys, nice to meet you .. I have to solve a user problem against the
postgresql database that is located in the Azure cloud as (IaaS) that is
happening to you the following:

A user drops the connection from his console to the replica slave database
due to timeout, it is possible that there is a parameter within the
configuration file (postgresql.conf) connection (pg_hba.conf) or replica
manager (repmgr.conf) that allows me to solve this problem.

Background:
- The database is in an Azure IaaS.
- The database allows the connection, but the user drops due to timeout
- I can connect to the same server and database with their credentials
- Firewall allows the connection.
- the configuration in pg_hba.conf owns the user
- user connects through DBeaver
- The database postgreSQL is version 15
- user is the owner of the database

Any contribution is appreciated.

Thank you very much for your contributions and help.
Greetings

*Erik R. Serrano Saavedra*
*Ingeniero de Sistemas Informáticos*

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ozgur Kulu 2024-12-02 17:48:11 Re: Database disconnection due to timeout
Previous Message Laurenz Albe 2024-11-29 13:09:31 Re: Do postgres use implicit transaction in UPDATE ... RETURNING queries?