Skip to content

Commit d163765

Browse files
Merge pull request #215088 from AwdotiaRomanowna/patch-4
Update concepts-high-availability.md
2 parents 501acdb + def007c commit d163765

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ Flexible servers that are configured with high availability, log data is replica
240240
## Availability for non-HA servers
241241

242242
For Flexible servers configured **without** high availability, the service still provides built-in availability, storage redundancy and resiliency to help to recover from any planned or unplanned downtime events. Uptime [SLA of 99.9%](https://azure.microsoft.com/support/legal/sla/postgresql) is offered in this non-HA configuration.
243+
244+
During planned or unplanned failover events, if the server goes down, the service maintains high availability of the servers using following automated procedure:
245+
246+
1. A new compute Linux VM is provisioned.
247+
2. The storage with data files is mapped to the new Virtual Machine
248+
3. PostgreSQL database engine is brought online on the new Virtual Machine.
249+
250+
Picture below shows transition for VM and storage failure.
243251

244252
:::image type="content" source="./media/business-continuity/concepts-availability-without-zone-redundant-ha-architecture.png" alt-text="Diagram that shows availability without zone redundant ha - steady state." border="false" lightbox="./media/business-continuity/concepts-availability-without-zone-redundant-ha-architecture.png":::
245253

0 commit comments

Comments
 (0)