Azure / azure-postgresql

Azure Database for PostgreSQL (fully managed service for PostgreSQL in Azure)
MIT License
77 stars 78 forks source link

How to update `psql` version? #114

Open SeaDude opened 8 months ago

SeaDude commented 8 months ago

Hello,

I just deployed a new Azure Database for PostgreSQL resource. When configuring the deployment, I selected the latest PostgreSQL version (v16). However, when I log into the database with Azure Cloud Shell, I'm shown:

psql (14.8, server 16.0)
WARNING: psql major version 14, server major version 16.
         Some psql features might not work.

I skimmed through the docs, but only find references to "Major Version Upgrades".

How do I line up the psql version and the server version?

SeaDude commented 8 months ago

Bump