Re: [Compatibilty][PSQL 13][JDBC 9.1-902] Novice tries to know compatibility issues.

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: [Compatibilty][PSQL 13][JDBC 9.1-902] Novice tries to know compatibility issues.
Date: 2021-10-06 10:39:22
Message-ID: db949d61-1377-9517-1f79-9d15bc23aef0@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Pierre Brunel schrieb am 06.10.2021 um 11:11:
> I’m new to PostgreSQL upgrades and cannot find my answers to my questions.
>
> I have a JDBC driver in version 9.1-902 and a PostgreSQL in 9.1.9.
> My task is to switch to PostgreSQL 13 but for a more smooth transition stay on JDBC 9.1-902 for some months. 
> After sometime i will switch to the new JDBC.
>
> All i ask is to know if i switch to PSQL 13 is it possible to stay on 9.1-902 ? And if not why ?

If you migrate to Postgres 13, you will have to upgrade the JDBC driver as well, as Postgres introduced
a new authentication protocol that the outdated JDBC driver does not understand.

The better strategy would probably be to update the driver now and use the current driver with
your Postgres 9.1 installation if you want to test for possible (although unlikely) compatibility
issues with the driver.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2021-10-06 11:34:20 Re: [Compatibilty][PSQL 13][JDBC 9.1-902] Novice tries to know compatibility issues.
Previous Message Pierre Brunel 2021-10-06 09:11:13 [Compatibilty][PSQL 13][JDBC 9.1-902] Novice tries to know compatibility issues.