PostgreSQL HA Options in Azure

Bruce Dungy 21 Reputation points
2022-02-26T12:26:55.69+00:00

I am somewhat new to utilizing PostgreSQL in Azure. I noticed that when using the Gateway/Proxy, high availability seems to be built in. If I use a private link, does the same apply? I see I can create high availability with Flexible Server but I'm not sure of the behavior for GP Server. Also, if I create a read replica in a second region, is the role transition of the read replica to a primary automatic?

Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. Anurag Sharma 17,631 Reputation points
    2022-03-07T12:46:36.087+00:00

    Thanks for replying back.

    Private Endpoints and links are highly available resources. However, since they are regional resources, any Azure region outage can impact the availability. To achieve availability in case of regional failures, multiple PEs connected to same destination resource could be deployed in different regions. This way if one region goes down, you can still route the traffic for your recovery scenarios through PE in different region to access the destination resource.

    Azure Private Link frequently asked questions (FAQ)

    SLA for Azure Private Link

    Please let us know if you have any further queries and we can continue the discussion.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.