Stay organized with collections
Save and categorize content based on your preferences.
This page provides an overview of AlloyDB for PostgreSQL cross-region replication.
AlloyDB cross-region replication lets you create secondary
clusters and instances from a primary cluster to make the resources available in
different regions, in the event of an outage in the primary region. These
secondary clusters and instances function as copies of your primary cluster and
instance resources.
Key concepts in this page include the following:
Primary cluster. A read-write cluster in a single region.
Secondary cluster. A read-only cluster in a different region than the primary,
that replicates from the primary cluster asynchronously.
In the event of a failure of an AlloyDB primary cluster, you can
promote a secondary cluster to a primary cluster.
You can create up to five secondary clusters for a primary cluster. All of
the secondary clusters replicate from a single primary cluster. If you
promote a secondary cluster, that secondary cluster becomes an independent
primary cluster.
Secondary instance. A read-only leader of a secondary cluster. It is
responsible for receiving a replication stream from a primary cluster. The
replication stream updates the storage volume in the secondary region based on
the storage volume in the primary region.
If a secondary cluster is promoted to a primary cluster, the secondary instance
becomes the primary instance.
A secondary instance can be either basic (zonal) or high-availability
(regional).
The following diagram illustrates how cross-region replication works:
Figure 1. Example of AlloyDB cross-region replication architecture.
Benefits
The benefits of cross-region replication on AlloyDB include the
following:
Disaster recovery. In the event the primary cluster's region becomes
unavailable, you can promote AlloyDB resources in another region
to serve requests.
Reduced downtime. Support of high availability (HA) on secondary clusters
reduces downtime during maintenance events or unplanned outages.
Geographically distributed data. Distributing the data geographically brings
the data closer to you and decreases read latency.
Increased read scaling: Each cross-region replica (or secondary cluster)
can support up to 20 read nodes, allowing you to scale your reads further.
Switchover with zero data loss. For
cross-region replication setups, AlloyDB supports switchover between
primary and secondary instance with zero data loss.
Work with cross-region replication
Working with AlloyDB cross-region replication involves the following tasks:
Create a secondary cluster.
A secondary cluster is a continuously updated copy of your AlloyDB
primary cluster.
View a secondary cluster.
After you create a secondary cluster, you can view its details in the Clusters
page in the Google Cloud console.
Add read pool instances.
You can add read pool instances to a secondary cluster. If you want to scale your read
capacity horizontally, you can add up to 20 read nodes to your secondary cluster.
Promote a secondary cluster.
You can read the data from a secondary cluster, but you can't write to it
until you promote it to a fully-featured, standalone primary cluster. When you
promote a secondary cluster, the cluster's secondary instance is also
promoted as a primary instance with read and write capabilities.
The primary use case for promoting a secondary cluster is disaster recovery.
If a regional outage occurs in your primary cluster's region, you can
promote your secondary cluster to a standalone primary cluster, and
resume serving your application.
Switchover with zero data loss.
Switchover lets you reverse the roles of your primary and secondary cluster
with zero data loss. You can perform a switchover for testing
your disaster recovery setup or performing migration of your workload. When
you complete the switchover, the direction of replication
is reversed.
If you have multiple secondary clusters, the secondary cluster that receives
the switchover command becomes a primary cluster; the previous primary
cluster becomes a secondary cluster, replicating from the new primary
cluster. All other secondary clusters switch to replicating from the new
primary cluster.
There are two common scenarios for switching over your secondary cluster:
Disaster recovery drills. You can run tests of your disaster recovery
processes by switching your application over to another region with zero data
loss to simulate a regional outage.
Regional migration. Perform a planned migration of the AlloyDB
resources from their primary region to another region. Switchover ensures
the secondary cluster becomes a primary cluster with 0 Recovery Point Objective (RPO), ensuring that
the migration does not lose any data.
Configure automated and continuous backups.
By default, AlloyDB automatically copies automated and
continuous backup configurations from the primary cluster to a newly created
secondary cluster. If you want to use different backup configurations for
your secondary cluster, you can modify the backup configuration when you
create a secondary cluster.
If your primary cluster uses customer-managed encryption key (CMEK) encryption
for backups, do one of the following when you create a secondary cluster:
Provide CMEK encryption settings for the secondary cluster's backups.
Disable backups for the secondary cluster.
For more information about encrypting your backups with CMEK, see
Use CMEK
You can modify automated and continuous backup settings for the secondary
cluster after its creation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eAlloyDB cross-region replication creates read-only secondary clusters and instances in different regions, which mirror a primary cluster's data.\u003c/p\u003e\n"],["\u003cp\u003eSecondary clusters can be promoted to fully functional primary clusters in the event of a primary cluster failure, enabling disaster recovery.\u003c/p\u003e\n"],["\u003cp\u003eCross-region replication offers benefits like reduced downtime, geographic data distribution, geographic load balancing, and switchover with zero data loss.\u003c/p\u003e\n"],["\u003cp\u003eSecondary clusters can have up to 20 read nodes, allowing for increased read scaling capabilities.\u003c/p\u003e\n"],["\u003cp\u003eWorking with cross-region replication involves tasks such as creating and viewing secondary clusters, adding read pool instances, promoting secondary clusters, and performing switchovers with zero data loss.\u003c/p\u003e\n"]]],[],null,["# Cross-region replication overview\n\nThis page provides an overview of AlloyDB for PostgreSQL cross-region replication.\n\nAlloyDB cross-region replication lets you create secondary\nclusters and instances from a primary cluster to make the resources available in\ndifferent regions, in the event of an outage in the primary region. These\nsecondary clusters and instances function as copies of your primary cluster and\ninstance resources.\n\nKey concepts in this page include the following:\n\n- **Primary cluster.** A read-write cluster in a single region.\n\n- **Secondary cluster.** A read-only cluster in a different region than the primary,\n that replicates from the primary cluster asynchronously.\n In the event of a failure of an AlloyDB primary cluster, you can\n promote a secondary cluster to a primary cluster.\n\n You can create up to five secondary clusters for a primary cluster. All of\n the secondary clusters replicate from a single primary cluster. If you\n promote a secondary cluster, that secondary cluster becomes an independent\n primary cluster.\n- **Secondary instance.** A read-only leader of a secondary cluster. It is\n responsible for receiving a replication stream from a primary cluster. The\n replication stream updates the storage volume in the secondary region based on\n the storage volume in the primary region.\n If a secondary cluster is promoted to a primary cluster, the secondary instance\n becomes the primary instance.\n\n A secondary instance can be either basic (zonal) or high-availability\n (regional).\n\n The following diagram illustrates how cross-region replication works:\n\n**Figure 1.** Example of AlloyDB cross-region replication architecture.\n\nBenefits\n--------\n\nThe benefits of cross-region replication on AlloyDB include the\nfollowing:\n\n- **Disaster recovery.** In the event the primary cluster's region becomes\n unavailable, you can promote AlloyDB resources in another region\n to serve requests.\n\n- **Reduced downtime.** Support of high availability (HA) on secondary clusters\n reduces downtime during maintenance events or unplanned outages.\n\n- **Geographically distributed data.** Distributing the data geographically brings\n the data closer to you and decreases read latency.\n\n- **Increased read scaling:** Each cross-region replica (or secondary cluster)\n can support up to 20 read nodes, allowing you to scale your reads further.\n\n- **Switchover with zero data loss.** For\n cross-region replication setups, AlloyDB supports switchover between\n primary and secondary instance with zero data loss.\n\nWork with cross-region replication\n----------------------------------\n\n| **Note:** You cannot enable advanced query insights features for AlloyDB on instances in cross-region replica clusters. See [Limitations](/alloydb/docs/advanced-query-insights-overview#limitations) and [FAQ](/alloydb/docs/using-advanced-query-insights#advanced-query-insights-features-with-secondary-clusters) for more information.\n\nWorking with AlloyDB cross-region replication involves the following tasks:\n\n- [**Create a secondary cluster.**](/alloydb/docs/cross-region-replication/work-with-cross-region-replication#secondary-cluster-instance)\n A secondary cluster is a continuously updated copy of your AlloyDB\n primary cluster.\n\n- [**View a secondary cluster.**](/alloydb/docs/cross-region-replication/work-with-cross-region-replication#view-secondary-cluster)\n After you create a secondary cluster, you can view its details in the **Clusters**\n page in the Google Cloud console.\n\n- [**Add read pool instances.**](/alloydb/docs/cross-region-replication/work-with-cross-region-replication#read-pools-secondary-cluster)\n You can add read pool instances to a secondary cluster. If you want to scale your read\n capacity horizontally, you can add up to 20 read nodes to your secondary cluster.\n\n- [**Promote a secondary cluster.**](/alloydb/docs/cross-region-replication/work-with-cross-region-replication#promote-secondary-cluster)\n You can read the data from a secondary cluster, but you can't write to it\n until you promote it to a fully-featured, standalone primary cluster. When you\n promote a secondary cluster, the cluster's secondary instance is also\n promoted as a primary instance with read and write capabilities.\n\n The primary use case for promoting a secondary cluster is disaster recovery.\n If a regional outage occurs in your primary cluster's region, you can\n promote your secondary cluster to a standalone primary cluster, and\n resume serving your application.\n- [**Switchover with zero data loss.**](/alloydb/docs/cross-region-replication/work-with-cross-region-replication#switchover-secondary)\n Switchover lets you reverse the roles of your primary and secondary cluster\n with zero data loss. You can perform a switchover for testing\n your disaster recovery setup or performing migration of your workload. When\n you complete the switchover, the direction of replication\n is reversed.\n\n If you have multiple secondary clusters, the secondary cluster that receives\n the switchover command becomes a primary cluster; the previous primary\n cluster becomes a secondary cluster, replicating from the new primary\n cluster. All other secondary clusters switch to replicating from the new\n primary cluster.\n\n There are two common scenarios for switching over your secondary cluster:\n - **Disaster recovery drills.** You can run tests of your disaster recovery processes by switching your application over to another region with zero data loss to simulate a regional outage.\n - **Regional migration.** Perform a planned migration of the AlloyDB resources from their primary region to another region. Switchover ensures the secondary cluster becomes a primary cluster with 0 Recovery Point Objective (RPO), ensuring that the migration does not lose any data.\n- [**Configure automated and continuous backups.**](/alloydb/docs/backup/configure)\n By default, AlloyDB automatically copies automated and\n continuous backup configurations from the primary cluster to a newly created\n secondary cluster. If you want to use different backup configurations for\n your secondary cluster, you can modify the backup configuration when you\n create a secondary cluster.\n\n If your primary cluster uses customer-managed encryption key (CMEK) encryption\n for backups, do one of the following when you create a secondary cluster:\n - Provide CMEK encryption settings for the secondary cluster's backups.\n - Disable backups for the secondary cluster.\n\nFor more information about encrypting your backups with CMEK, see\n[Use CMEK](/alloydb/docs/use-cmek)\n\nYou can modify automated and continuous backup settings for the secondary\ncluster after its creation.\n\nWhat's next\n-----------\n\n- [Working with cross-region replication](/alloydb/docs/cross-region-replication/work-with-cross-region-replication)"]]