Skip to content

Commit 884c97c

Browse files
Merge pull request #4781 from gaurikasar/read-replica
Read replica
2 parents d1a28ed + dbcf235 commit 884c97c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/postgresql/read-replica/concepts-read-replicas.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the read replica feature usage for an Azure
44
author: gkasar
55
ms.author: gkasar
66
ms.reviewer: maghan
7-
ms.date: 07/16/2025
7+
ms.date: 04/6/2026
88
ms.service: azure-database-postgresql
99
ms.subservice: replication
1010
ms.topic: how-to
@@ -85,20 +85,20 @@ Certain functionalities are restricted to primary servers and can't be set up on
8585

8686
If your source Azure Database for PostgreSQL flexible server instance is encrypted with customer-managed keys, see the [documentation](../security/security-data-encryption.md) for other considerations.
8787

88-
## Create cascading read replicas (Preview)
88+
## Create cascading read replicas
8989

90-
Cascading read replicas can help distribute read workloads, reducing the load on the primary server. Deploying read replicas in different regions (cross-region read replicas) can help distribute read traffic closer to users in various geographies. You can add cascading read replicas to Azure Database for PostgreSQL flexible server instance, this feature is supported in public preview capacity. This allows you to create new read replicas on top of an existing read replica, with the existing read replica acting as the source for the next level.
90+
Cascading read replicas can help distribute read workloads, reducing the load on the primary server. Deploying read replicas in different regions (cross-region read replicas) can help distribute read traffic closer to users in various geographies. You can add cascading read replicas to Azure Database for PostgreSQL server. This allows you to create new read replicas on top of an existing read replica, with the existing read replica acting as the source for the next level.
9191

9292
The first-level read replica asynchronously replicates data from the primary server. A second-level read replica can then be created using the first-level replica as its source, forming a two-tier replication hierarchy. This architecture increases scalability, supporting up to 30 read replica servers with the primary server allowing up to 5 read replicas, and each of those replicas supporting 5 additional replicas. To add a cascading read replica to Azure Database for PostgreSQL flexible server instance, select the existing read replica (created from the primary server), and navigate to the 'Replication' tab and click 'Create replica'.
9393

9494
For example, your primary server can have up to 5 read replicas (level 1). One of these, say read-replica-1, can act as the source for another replica read-replica-2 which becomes part of (level 2).
9595

96-
#### Preview considerations:
96+
#### Key considerations:
9797
1. Up to 5 read replicas can be created per source read replica, with support for 2 levels of replication.
98-
2. Promote operation is not supported for intermediate read replicas with cascading read replicas.
99-
3. Virtual endpoints are not supported for cascading replicas.
100-
4. Cascading read replicas are supported on intermediate replicas with PostgreSQL version 14 and above.
101-
5. This feature is supported in: West US, Spain Central, Australia East, South Central US, UK West, Poland Central, Italy North, West US 2, East US 2, East Asia and Canada Central.
98+
2. Switchover operation is supported between intermediate read replica (source) and cascading read replica.
99+
3. Promote to primary operation is not supported for intermediate read replicas with cascading read replicas.
100+
4. Virtual endpoints are not supported for cascading replicas.
101+
5. Cascading read replicas are supported on intermediate replicas with PostgreSQL version 14 and above.
102102

103103
## Connect to a replica
104104

0 commit comments

Comments
 (0)