Share via

azure PostgreSQL flexible server upgrades

Dhanushkumar J 40 Reputation points
2025-02-10T14:35:49.09+00:00

we are planning to upgrade my postgresql 13 to 15.

in my application is using jdbc. witch is the sutable jar ersion to use the postgresql 15 server.

Azure Database for PostgreSQL

Answer accepted by question author

NIKHILA NETHIKUNTA 4,690 Reputation points Microsoft External Staff
2025-02-10T16:29:07.82+00:00

@Dhanushkumar J
Thank you for the question and for using Microsoft Q&A platform.

For PostgreSQL 15, you should use the latest version of the PostgreSQL JDBC driver. As of now, the most recent version is 42.7.512. This version supports PostgreSQL 8.4 and newer, including PostgreSQL 15, and requires Java 6 or newer.

https://jdbc.postgresql.org/download/
https://jdbc.postgresql.org/

Hope this helps. Do let us know if you have any further queries.


If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.