Share via

New PostgreSQL High availability experience - does migration timeline affect servers that are already zone-redundant HA?

Brian Beery 20 Reputation points
2026-04-23T19:32:58.2133333+00:00

I have read. However, I am not quite clear on the migration details. We have two Azure PostgreSQL servers that are already in zone redundant high availability mode. I understand that the labeling in the portal and the prompts are changing a bit, but does anything need to change on the servers themselves? Wasn't clear whether our operations team actually needed to plan for a migration in our case or we were already fine as is. I understand that some servers might be configured with same zone high availability and need to migrate but that seems not to be the case for us.

Any clarification you could give on impact (if any) to existing zone redundant HA deployments would be greatly appreciated. Thanks in advance!

Azure Database for PostgreSQL
0 comments No comments

Answer accepted by question author

AI answer

2026-04-23T19:33:11.5+00:00

Existing Azure Database for PostgreSQL flexible servers that are already configured with zone-redundant high availability (HA) do not require a migration or configuration change because of the new “Business Critical (High Availability)” / “Zonal resiliency” experience.

From the current HA model:

  • Zone-redundant HA already places the standby in a different availability zone for maximum zone resiliency.
  • The new portal experience mainly introduces clearer options and wording (for example, the Zonal resiliency toggle and the fallback checkbox for same-zone HA) and enforces zone-redundant HA as the default when enabling HA.
  • Migration or automatic movement is only relevant when:
    • HA is being newly enabled on an existing non-HA server, or
    • HA is configured as same-zone (zonal) and the service later moves workloads to zone‑redundant HA when zonal capacity becomes available (or when administrators choose to migrate using PITR/read replicas, depending on the documented behavior).

For servers that are already zone‑redundant HA, the architecture and behavior (primary in one zone, standby in another, synchronous replication, automatic failover within 60–120 seconds on zone failure, and the 99.99% SLA) remain as documented. No additional migration planning is indicated in the provided guidance for such deployments.

Operations teams should only review the new portal labels to confirm that:

  • High availability is shown as enabled, and
  • The configuration reflects Zone‑redundant / Zonal resiliency: Enabled for those servers.

If those conditions are already met, no further action is required based on the new HA experience.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

1 additional answer

Sort by: Most helpful
  1. Manoj Kumar Boyini 15,485 Reputation points Microsoft External Staff Moderator
    2026-04-23T23:33:27.69+00:00

    Hi Brian Beery,

    it looks like both of your servers are already configured with true zone-redundant HA (primary and standby in different AZs). The new portal experience is mostly a UI/label change and a few updated prompts—there’s no underlying migration required for servers that are already in zone-redundant mode.

    Here’s the key point: • Only servers that were deployed with the “same-zone” fallback option (because true multi-zone capacity wasn’t available at creation time) need to be automatically migrated to full zone-redundant HA once capacity frees up. • If you already have a standby replica in a different zone (your case), nothing needs to change, and there’s no impact or planned migration window for you.

    You can verify your setup by hopping into the High Availability blade in the portal (it should show “Zone-redundant” with two different AZ values), or run the Availability Zones diagnostic to confirm AZ support. Otherwise, you’re all set—just ignore the new “migration timeline” notices, as they only apply to same-zone fallbacks.

    Hope that clears it up!

    Reference documentation

    Was this answer helpful?

    0 comments No comments

Your answer

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