Highest compatible PostgreSQL version

Hi,

I have read the 1.1 changelog and the last entry regarding PostgreSQL was that Yii 1 was made compatible with PostgreSQL 12.

Is this the latest version Yii 1 is compatible with and are there known issues when I use higher versions of PostgreSQL?

Thank you!

Depending on what you do in PostgreSQL you might as well use v14 if you do not do anything that is new. I guess not much have changed in features between 12 and 14, but I would update it in local host and do tests before updating to the server.

But sure way is check changelog from 12 to 14 on PGS and see if there is anything that changes that might affect your code and deal with that