Skip to content

Commit f7c34d8

Browse files
Merge pull request #245455 from varun-dhawan/docs-editor/concepts-high-availability-1689779772
[PostgreSQL] Updates the details for HA monitoring
2 parents 85dd016 + 2332285 commit f7c34d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/postgresql/flexible-server/concepts-high-availability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sunilagarwal
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: conceptual
9-
ms.date: 11/05/2022
9+
ms.date: 7/19/2023
1010
---
1111

1212
# High availability concepts in Azure Database for PostgreSQL - Flexible Server
@@ -69,9 +69,9 @@ In both the failover modes, once the replication is severed, the standby server
6969

7070
In all cases, you must observe any downtime from your application/client side. Your application will be able to reconnect after a failover as soon as the DNS is updated. We take care of a few more aspects including LSN comparisons between primary and standby before fencing the writes. But with unplanned failovers, the time taken for the standby can be longer than 2 minutes in some cases due to the volume of logs to recover before opening for read/write.
7171

72-
## HA status
72+
## Monitoring for high availability
7373

74-
The health of primary and standby servers are continuously monitored and appropriate actions are taken to remediate issues including triggering a failover to the standby server. The high availability statuses are listed below:
74+
The health of primary and standby servers are continuously monitored and appropriate actions are taken to remediate issues including triggering a failover to the standby server. Following is the list of high availability statuses that are reported on the overview page:
7575

7676
| **Status** | **Description** |
7777
| ------- | ------ |
@@ -367,3 +367,4 @@ Here are some failure scenarios that require user action to recover:
367367
- Learn how to [manage high availability](./how-to-manage-high-availability-portal.md)
368368
- Learn about [backup and recovery](./concepts-backup-restore.md)
369369

370+

0 commit comments

Comments
 (0)