PostgreSQL Lifecycle Intelligence

PostgreSQL End-of-Life Dates —
Official EOL Schedule for Every Version

Updated June 19, 2026 · endoflife.ai · 9 min read

PostgreSQL 14 reaches end of life on November 12, 2026 — under six months away. If you are running PostgreSQL 14 in production, that is your most immediate action item. And PostgreSQL 13 is already past EOL — it stopped receiving fixes on November 13, 2025. The good news with PostgreSQL is that none of this is a surprise: its support policy is one of the most predictable in all of software.

Every PostgreSQL major version is supported for exactly five years, a new major ships every year, and end of life always lands in mid-November. That predictability is a gift for planning — but it also means a version goes EOL every single November, and right now PostgreSQL 14 is next in line.

This page is the single reference for PostgreSQL end-of-life dates across every version — with EOL Risk Scores™, the five-year policy explained, and a plain-English upgrade guide.

Complete PostgreSQL EOL Schedule

The versions below are the ones in active use today. PostgreSQL 15 through 18 are supported; 13 and 14 are the urgent ones (13 is already EOL, 14 follows this November); 12 and earlier are long past end of life and should not be running anywhere.

Version Released End of Life Status EOL Risk Score™
PostgreSQL 12 Oct 2019 Nov 21, 2024 EOL 85
PostgreSQL 13 Sep 2020 Nov 13, 2025 EOL 80
PostgreSQL 14 Sep 2021 Nov 12, 2026 EOL this year 58
PostgreSQL 15 Oct 2022 Nov 11, 2027 Supported 50
PostgreSQL 16 Sep 2023 Nov 9, 2028 Supported 50
PostgreSQL 17 Sep 2024 Nov 8, 2029 Supported 50
PostgreSQL 18 Sep 2025 Nov 14, 2030 Latest 50
PostgreSQL 14 reaches EOL November 12, 2026 14 has been one of the most widely deployed PostgreSQL versions — and its five-year window closes this November. After that date, the PostgreSQL Global Development Group issues no further fixes for 14, including security patches. If you are on 14, plan your upgrade to 16, 17, or 18 now, while you can do it on your own schedule rather than under an incident.

How PostgreSQL Versioning Works — The 5-Year Policy

PostgreSQL's support model is refreshingly simple, and understanding it removes almost all the guesswork from EOL planning.

Each major version is supported for five years. Since PostgreSQL 10, the major version is a single number (10, 11, 12 … 18). A new major release ships roughly every September or October, and each one receives bug fixes and security updates for five years from its release. End of life always falls in mid-November of the fifth year.

Minor releases are not new versions — they are patches. PostgreSQL 16.14 is not a different version from 16.2; it is PostgreSQL 16 with the latest cumulative fixes. Minor releases ship quarterly and you should always run the latest minor for your major. Upgrading a minor (16.13 to 16.14) is a simple binary swap with no data migration. Upgrading a major (14 to 17) is a real migration project — that distinction is the whole game.

The predictable November cadence Because a PostgreSQL major version EOLs every November, you can map your runway years ahead. If you are on 14, you have until November 2026. On 15, until November 2027. On 16, until November 2028. Put the date in your roadmap the day you deploy, and a PostgreSQL EOL never has to be an emergency.

PostgreSQL 14 — EOL November 12, 2026

PostgreSQL 14
Released Sep 2021 · Latest 14.23 · EOL Nov 12, 2026
58
EOL Risk Score™

PostgreSQL 14 was released in September 2021, bringing major performance gains for heavy workloads, improvements to logical replication, query parallelism, and the addition of the multirange data type. It became one of the most widely adopted PostgreSQL versions and is still extremely common in production.

Its five-year support window closes November 12, 2026. After that date the PostgreSQL Global Development Group stops issuing fixes for 14 — including security fixes. The EOL Risk Score™ of 58 (High) reflects that approaching date; the moment November 12 passes, the score jumps as the days-past-EOL factor kicks in (PostgreSQL 13 sits at 80 for exactly this reason).

Target version: Upgrade to PostgreSQL 16 (supported to Nov 2028), 17 (Nov 2029), or 18 (Nov 2030). Most teams jump straight to 17 for the longest practical runway on a well-proven release.

PostgreSQL 13 — Already Past EOL

PostgreSQL 13
Released Sep 2020 · Latest 13.23 · EOL Nov 13, 2025
80
EOL Risk Score™

PostgreSQL 13 reached end of life on November 13, 2025. It no longer receives any updates from the PostgreSQL project, including security patches. Its EOL Risk Score™ of 80 (Critical) reflects that it is now past EOL with a broad attack surface and CISA KEV presence — and that score will keep climbing the longer it runs unpatched.

If you are still on 13, you are in the same position 14 users will be in this November, except the clock has already run out. Treat this as a priority migration: move to a supported major (16, 17, or 18) without waiting for a 14-style deadline, because for 13 the deadline has passed.

Target version: PostgreSQL 17 or 18. The 13 to 17 path is well-trodden and the version gap is manageable with pg_upgrade.

PostgreSQL 17 & 18 — Current Upgrade Targets

PostgreSQL 17 & 18
17 → EOL Nov 8, 2029 · 18 → EOL Nov 14, 2030 · Actively supported
50
EOL Risk Score™

PostgreSQL 17 (released September 2024) and PostgreSQL 18 (September 2025) are the current modern releases and the right destinations for any upgrade today. Both score 50 (Medium) — that number reflects PostgreSQL's inherent attack surface and CISA KEV presence as a database class, not their support status. Both are actively maintained with the recency factor at zero.

17 is the conservative, battle-tested choice with nearly a year of point releases behind it and support through November 2029. 18 is the newest, with the longest runway (to November 2030) and the latest features, but slightly less production mileage. For most teams migrating off 13 or 14, PostgreSQL 17 hits the best balance of maturity and runway.

Good for: All production deployments. Whichever you choose, you will not face another major upgrade for four to five years.

PostgreSQL vs MySQL — EOL Implications

PostgreSQL and MySQL are the two most common open-source relational databases, and many teams run both. Their EOL models, however, are completely different — and confusing one for the other leads to missed deadlines. See the full MySQL EOL guide for that side.

PostgreSQL is predictable; MySQL is not. PostgreSQL gives every major version a clean five-year window with a November EOL. MySQL splits releases into long-lived LTS versions (like 8.4) and short-lived quarterly Innovation releases (the 9.x series) that EOL within months — so a "newer" MySQL version can be far less supported than an older one. With PostgreSQL, the higher number is always the safer bet; with MySQL, that is not true.

They are not interchangeable at EOL. A PostgreSQL 14 EOL date tells you nothing about your MySQL or MariaDB versions, and vice versa. Track each engine's dates separately. If you run a mixed estate, the Stack Scanner will surface every database version's status at once rather than making you check three policies by hand.

Managed PostgreSQL follows the community dates — and enforces them. Amazon RDS and Aurora PostgreSQL, Azure Database for PostgreSQL, and Google Cloud SQL all track the community EOL schedule, and most will force an automatic major-version upgrade after the community EOL date if you have not upgraded yourself. That is convenient until it happens during business hours unannounced — confirm your provider's forced-upgrade policy with the EOL Checker and upgrade on your own terms first.

How to Upgrade Safely

Check your full database stack for EOL exposure

PostgreSQL is one component. Check your OS, runtime, and application dependencies too — free, no signup required.

Scan your stack Check a version Risk Score methodology

The Monthly EOL Digest™

Once a month — critical end-of-life dates, CVE blind spots, and lifecycle changes worth knowing about.

✓ You're on the list.