Re: BUG #18406: Connection issue after upgrading to postgres16

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: rajeev(dot)raparthi(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18406: Connection issue after upgrading to postgres16
Date: 2024-03-26 19:34:58
Message-ID: CADK3HHJjTBKVyk3fVXO+DN4qLSN5xqb_BWqav1D72OP-aYQxSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 25 Mar 2024 at 07:58, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference: 18406
> Logged by: RAJEEV RAPARTHI
> Email address: rajeev(dot)raparthi(at)gmail(dot)com
> PostgreSQL version: 16.0
> Operating system: Linux
> Description:
>
> Hi Team ,
>
> We recently upgraded our postgres version from 11 to 16 , and we are
> encountering the connection issue after migration sporadically .
> DriverManagerDataSource dataSource = new
> DriverManagerDataSource(getUrl(), username, getDbPassword());
> dataSource.setDriverClassName("org.postgresql.Driver");
>
> We are observing the issue as "Caused by:
> org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC
> Connection [The connection attempt failed.] [n/a]"
>
> We are using db3.t3.small machine which has 2GB of RAM .
>

Do you have any more information?

There isn't enough information here to tell what is going wrong.
Dave Cramer
www.postgres.rocks

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sandeep Thakkar 2024-03-27 02:59:25 Re: BUG #18395: Checksum verification failed for: deb_postgis_3_4_pg16.app.zip
Previous Message Tom Lane 2024-03-26 19:29:34 Re: BUG #18407: ALTER TABLE SET SCHEMA on foreign table with SERIAL column does not move sequence to new schema