Skip to content

Commit cd6c93e

Browse files
committed
updates the new monitoring metric and correct minor errors in MVU docs
1 parent f9c9f35 commit cd6c93e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/postgresql/configure-maintain/concepts-major-version-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure Database for PostgreSQL to do in-place major
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 3/23/2026
7+
ms.date: 4/8/2026
88
ms.service: azure-database-postgresql
99
ms.subservice: configuration
1010
ms.topic: concept-article
@@ -22,7 +22,7 @@ Your Azure Database for PostgreSQL flexible server instance has a feature that p
2222
In-place upgrades retain the server name and other settings of the current server after the upgrade of a major version. They don't require data migration or changes to the application connection strings. In-place upgrades are faster and involve shorter downtime than data migration.
2323

2424
> [!NOTE]
25-
> Azure Database for PostgreSQL supports in-place major version upgrades only to currently supported PostgreSQL versions. For example, you can upgrade the current version given the target version is officially supported by Azure at the time of the upgrade. Unsupported versions can't be selected as upgrade targets, and attempting to upgrade to a deprecated version may result in failure or service disruption. Always consult the [Azure PostgreSQL versioning policy](/azure/postgresql/flexible-server/concepts-version-policy) and [upgrade documentation](/azure/postgresql/flexible-server/concepts-major-version-upgrade) before initiating a major version upgrade.
25+
> Azure Database for PostgreSQL supports in-place major version upgrades only to currently supported PostgreSQL versions. The target version must be officially supported by Azure at the time of the upgrade. The Azure portal prevents selecting unsupported versions, but API or CLI calls that target a deprecated version will fail. Always consult the [Azure PostgreSQL versioning policy](/azure/postgresql/flexible-server/concepts-version-policy) and [upgrade how-to guide](/azure/postgresql/flexible-server/how-to-perform-major-version-upgrade) before initiating a major version upgrade.
2626
2727
## Upgrade Process
2828

@@ -59,7 +59,7 @@ If a precheck operation fails during an in-place major version upgrade, the upgr
5959
### Extension Limitations
6060

6161
In-place major version upgrades do not support all PostgreSQL extensions. The upgrade will fail during the precheck if unsupported extensions are found.
62-
- The following extensions are supported for regular use, **but will block an in-place major version upgrade if present**. Remove them before the upgrade and re-enable them after, if supported on the target version: `timescaledb`, `postgres_fdw`.
62+
- The following extensions are supported for regular use, **but will block an in-place major version upgrade if present**. Remove them before the upgrade and re-enable them after, if supported on the target version: `timescaledb`, `postgres_fdw`, `session_variable`, `pg_hint_plan`, `plv8`.
6363
- The following extensions are **non-persistent utility extensions** and will need to be dropped and re-created after the upgrade by design: `pg_repack`, `hypopg`.
6464
- When upgrading to PostgreSQL 17 and above, the following extensions are **not supported** and must be removed before upgrade. You may re-enable them only if supported on the target version: `age`, `azure_ai`, `hll`, `pg_diskann`, `pgrouting`.
6565

articles/postgresql/monitor/concepts-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Review the monitoring and metrics features in an Azure Database for
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 04/06/2026
7+
ms.date: 04/08/2026
88
ms.service: azure-database-postgresql
99
ms.subservice: monitoring
1010
ms.topic: concept-article
@@ -111,7 +111,7 @@ Choose from the following categories of enhanced metrics:
111111
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
112112
| --- | --- | --- | --- | --- | --- |
113113
| **Max Logical Replication Lag** | `logical_replication_delay_in_bytes` | Bytes | Maximum lag across all logical replication slots. | Doesn't apply | Yes |
114-
| **Logical replication slot sync status (preview)** | `logical_replication_slot_sync_status` | Count | Displays the status of logical replication slot in HA configuration. | Logical Replication Slot | No |
114+
| **Logical replication slot sync status (preview)** | `logical_replication_slot_sync_status` | Count | Indicates whether logical replication slots are synchronized across High Availability (HA) primary and standby.<br><br>**1** → Slots are synchronized across primary and standby.<br>**0** → Slots are not synchronized on the standby. | Logical Replication Slot | No |
115115

116116
##### Read Replication
117117

0 commit comments

Comments
 (0)