diff --git a/content/docs/postgresql/postgres-version-policy.md b/content/docs/postgresql/postgres-version-policy.md index 90883463e84..7cc98aa127a 100644 --- a/content/docs/postgresql/postgres-version-policy.md +++ b/content/docs/postgresql/postgres-version-policy.md @@ -7,7 +7,7 @@ summary: >- Minor release downgrades and version skipping are not supported. Upgrading to a new major version requires creating a new project and migrating data. enableTableOfContents: true -updatedOn: '2026-07-31T15:27:48.506Z' +updatedOn: '2026-08-26T14:40:58.742Z' --- This topic outlines [Neon's Postgres Version Support Policy](#neon-version-support-policy). @@ -63,6 +63,21 @@ Neon only supports the latest minor release for each major Postgres version. For Neon does not support skipping minor releases or downgrading to a previous minor release. +#### Recent minor version rollouts + +The table below shows when recent Postgres releases became available on Neon. + +| Postgres release date | Versions in the release | First available on Neon | Time to availability | +| --------------------- | -------------------------------- | ----------------------- | -------------------- | +| 2026-08-13 | 18.6, 17.11, 16.15, 15.19, 14.24 | 2026-08-18 | 5 days | +| 2026-05-14 | 18.4, 17.10, 16.14, 15.18, 14.23 | 2026-05-19 | 5 days | +| 2026-02-12 | 18.2, 17.8, 16.12, 15.16, 14.21 | 2026-02-13 | 1 day | +| 2025-11-13 | 18.1, 17.7, 16.11, 15.15, 14.20 | 2025-12-03 | 20 days | + +The **First available on Neon** date marks when a release first became available to run, not the point at which every compute is running it; each compute picks it up on the next restart, as described above. + +As of August 2026, Neon runs the latest community minor release for every supported major version: 18.6, 17.11, 16.15, 15.19, and 14.24. For the current version list, see [Compatibility](/docs/reference/compatibility). + #### Manual actions after minor release upgrades As a managed service, Neon strives to manage all minor version updates automatically, minimizing the need for user intervention. However, certain updates, such as security fixes, may require decisions that depend on your application and cannot be fully automated.