Skip to content

Commit 6669118

Browse files
author
Jill Grant
authored
Merge pull request #271041 from varun-dhawan/varund-jan
[PostgreSQL] updates the MVU docs
2 parents b7c27a0 + 93c69cd commit 6669118

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/postgresql/flexible-server/concepts-major-version-upgrade.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Major version upgrade
33
description: Learn about the concepts of in-place major version upgrade with Azure Database for PostgreSQL - Flexible Server.
4-
author: kabharati
5-
ms.author: kabharati
4+
author: varun-dhawan
5+
ms.author: varundhawan
66
ms.reviewer: rajsell
7-
ms.date: 03/18/2024
7+
ms.date: 4/2/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.custom: references_regions
@@ -15,7 +15,7 @@ ms.topic: conceptual
1515

1616
[!INCLUDE [applies-to-postgresql-Flexible-server](../includes/applies-to-postgresql-Flexible-server.md)]
1717

18-
Azure Database for PostgreSQL flexible server supports PostgreSQL versions 11, 12, 13, 14, 15, and 16. Postgres community releases a new major version containing new features about once a year. Additionally, major version receives periodic bug fixes in the form of minor releases. Minor version upgrades include changes that are backward-compatible with existing applications. Azure Database for PostgreSQL flexible server periodically updates the minor versions during customer’s maintenance window. Major version upgrades are more complicated than minor version upgrades as they can include internal changes and new features that may not be backward-compatible with existing applications.
18+
Azure Database for PostgreSQL flexible server supports PostgreSQL versions 16, 15, 14, 13, 12, and 11. Postgres community releases a new major version containing new features about once a year. Additionally, major version receives periodic bug fixes in the form of minor releases. Minor version upgrades include changes that are backward-compatible with existing applications. Azure Database for PostgreSQL flexible server periodically updates the minor versions during customer’s maintenance window. Major version upgrades are more complicated than minor version upgrades as they can include internal changes and new features that may not be backward-compatible with existing applications.
1919

2020
## Overview
2121

@@ -76,9 +76,7 @@ If in-place major version upgrade pre-check operations fail, then the upgrade ab
7676
- When upgrading servers with PostGIS extension installed, set the `search_path` server parameter to explicitly include the schemas of the PostGIS extension, extensions that depend on PostGIS, and extensions that serve as dependencies for the below extensions.
7777
**e.g postgis,postgis_raster,postgis_sfcgal,postgis_tiger_geocoder,postgis_topology,address_standardizer,address_standardizer_data_us,fuzzystrmatch (required for postgis_tiger_geocoder).**
7878

79-
- Servers configured with logical replication slots aren't supported.
80-
81-
- In-place major version upgrade doesn't yet support upgrading to version 16, our team is actively working on this feature.
79+
- Servers configured with logical replication slots aren't supported.
8280

8381
## Next steps
8482

0 commit comments

Comments
 (0)