Skip to content

Commit 3d15182

Browse files
Merge pull request #280655 from varun-dhawan/varund-jul
[PostgreSQL] updated the MVU docs fail condition
2 parents f2c64ac + ea029e8 commit 3d15182

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: Major version upgrades in Azure Database for PostgreSQL - Flexible Server
33
description: Learn how to use Azure Database for PostgreSQL - Flexible Server to do in-place major version upgrades of PostgreSQL on a server.
44
author: varun-dhawan
55
ms.author: varundhawan
6-
ms.date: 7/8/2024
6+
ms.date: 7/11/2024
77
ms.service: postgresql
88
ms.subservice: flexible-server
99
ms.topic: conceptual
10-
ms.custom:
11-
- references_regions
1210
---
1311

1412
# Major version upgrades in Azure Database for PostgreSQL - Flexible Server
@@ -47,6 +45,8 @@ Here are some of the important considerations with in-place major version upgrad
4745

4846
- After an in-place major version upgrade is successful, there are no automated ways to revert to the earlier version. However, you can perform a point-in-time recovery (PITR) to a time before the upgrade to restore the previous version of the database instance.
4947

48+
- Azure Database for PostgreSQL Flexible Server takes two snapshots of your database during an upgrade. The first snapshot is taken before the upgrade starts, and the second snapshot is taken after the upgrade finishes. If the upgrade fails, the system will automatically restore your database to its state from the first snapshot.
49+
5050
## Post upgrade/migrate
5151

5252
After the major version upgrade is complete, we recommend to run the `ANALYZE` command in each database to refresh the `pg_statistic` table. Otherwise, you may run into performance issues.

0 commit comments

Comments
 (0)