public inbox for [email protected]
help / color / mirror / Atom feedInfo regarding pg upgrade from 12.18 to 15.6
2+ messages / 2 participants
[nested] [flat]
* Info regarding pg upgrade from 12.18 to 15.6
@ 2024-09-27 11:25 Motog Plus <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Motog Plus @ 2024-09-27 11:25 UTC (permalink / raw)
To: [email protected]
Hi Team,
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
Thanks in advance.
Regards,
Raman
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Info regarding pg upgrade from 12.18 to 15.6
@ 2024-09-27 12:38 Laurenz Albe <[email protected]>
parent: Motog Plus <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Laurenz Albe @ 2024-09-27 12:38 UTC (permalink / raw)
To: Motog Plus <[email protected]>; [email protected]
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
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2024-09-27 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-09-27 11:25 Info regarding pg upgrade from 12.18 to 15.6 Motog Plus <[email protected]>
2024-09-27 12:38 ` Laurenz Albe <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox