Re: Info regarding pg upgrade from 12.18 to 15.6

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Motog Plus <mplus7535(at)gmail(dot)com>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Info regarding pg upgrade from 12.18 to 15.6
Date: 2024-09-27 12:38:36
Message-ID: 2526a5dea2caece88ec6d73b4217d69cedc15d4d.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, 2024-09-27 at 16:55 +0530, Motog Plus wrote:
> We are upgrading postgres from 12.18 to 15.6. Can you please advise how can I check on the below points?
> 1. Compatibility between postgreSQL 15.6 and:
>      - Springboot(3.3..x)
>      - Java(17)
>      - JPA
>      - Hikari pool
>      - pgpool II

Check the documentation of these programs to see if they support PostgreSQL v15.

But the most important part is that you test your applications thoroughly.
Even if all the software on your stack supports PostgreSQL v15, it is
conceivable that your program does something with the database that changed
in an incompatible fashion.

It is instructive to read the "migration" section of the release notes
for the PostgreSQL major releases, but there is no way for you to avoid
testing your program.

Yours,
Laurenz Albe

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Stearns 2024-09-30 23:30:46 Postgres Extensions
Previous Message Motog Plus 2024-09-27 11:25:21 Info regarding pg upgrade from 12.18 to 15.6