An Azure managed PostgreSQL database service for app development and deployment.
thanks for flagging this discrepancy. You’re right—the “Supported versions” page is still showing 16.11 even though the March release notes list 16.12 (and similar for 17.x and 18.x). Here’s what’s happening:
• Azure onboards new minor PostgreSQL versions into Flexible Server on a rolling basis, targeting completion within three months of the community release. • As soon as a version is onboarded, it appears in the release notes (that’s why you see 16.12 in the March update). • The Supported Versions doc is updated in a separate publishing cycle and can lag by a few days (rarely more than 1–2 weeks) while we verify and publish the new values.
If you need to track minor versions in near real-time, consider one of these approaches:
- Subscribe to the PostgreSQL release-notes RSS feed or monitor the release-notes page directly.
- Query your server’s actual minor version via CLI/REST API (for example, az postgres flexible-server show –query “version”).
- Set up an Azure Service Health alert for “Azure Database for PostgreSQL” maintenance updates.
Hope that helps clear up the timing—and we’ll raise an internal doc update to get the Supported Versions page aligned as soon as possible. Let me know if you have any other questions!
References
- Release notes – Azure Database for PostgreSQL (March 2026) https://learn.microsoft.com/azure/postgresql/release-notes-maintenance/2026-march
- Supported versions of PostgreSQL in Azure Database for PostgreSQL (Flexible Server) https://learn.microsoft.com/azure/postgresql/configure-maintain/concepts-supported-versions
- How soon minor versions are onboarded to Flexible Server https://learn.microsoft.com/azure/postgresql/release-notes/release-notes#how-soon-can-i-expect-a-minor-version-on-boarded-on-flexible-server-after-it-has-been-released
- Azure Database for PostgreSQL version policy – minor version support https://learn.microsoft.com/azure/postgresql/configure-maintain/concepts-version-policy#minor-version-support
- Automatic minor version updates in Azure Database for PostgreSQL Flexible Server https://learn.microsoft.com/azure/postgresql/flexible-server/concepts-supported-versions#postgresql-minor-version-updates