You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:I skimmed through the docs, but only find references to "Major Version Upgrades".
How do I line up the
psql
version and theserver
version?The text was updated successfully, but these errors were encountered: