Skip to content

Commit c02c1b4

Browse files
authored
Merge pull request #1925 from nachoalonsoportillo/revamp-read-replicas
Refactor read replicas articles
2 parents 79e0f6e + 5279a11 commit c02c1b4

86 files changed

Lines changed: 749 additions & 1193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/postgresql/.openpublishing.redirection.postgresql.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,6 +2059,16 @@
20592059
"source_path_from_root": "/articles/postgresql/flexible-server/how-to-restore-server.md",
20602060
"redirect_url": "/azure/postgresql/flexible-server/how-to-restore-latest-restore-point",
20612061
"redirect_document_id": false
2062+
},
2063+
{
2064+
"source_path_from_root": "/articles/postgresql/flexible-server/how-to-read-replicas-portal.md",
2065+
"redirect_url": "/azure/postgresql/flexible-server/how-to-create-read-replica",
2066+
"redirect_document_id": false
2067+
},
2068+
{
2069+
"source_path_from_root": "/articles/postgresql/flexible-server/how-to-read-replicas-virtual-endpoints-terraform.md",
2070+
"redirect_url": "/azure/postgresql/flexible-server/how-to-create-read-replica",
2071+
"redirect_document_id": false
20622072
}
20632073
]
20642074
}

articles/postgresql/TOC.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,24 @@
573573
href: flexible-server/how-to-scale-storage-performance.md
574574
- name: Configure storage autogrow
575575
href: flexible-server/how-to-auto-grow-storage.md
576-
- name: Replication
576+
- name: Read replicas
577577
items:
578-
- name: Azure portal, CLI, REST API
579-
href: flexible-server/how-to-read-replicas-portal.md
580-
- name: Read replica with Terraform
581-
href: flexible-server/how-to-read-replicas-virtual-endpoints-terraform.md
578+
- name: Create read replica
579+
href: flexible-server/how-to-create-read-replica.md
580+
- name: Create virtual endpoints
581+
href: flexible-server/how-to-create-virtual-endpoints.md
582+
- name: Update virtual endpoints
583+
href: flexible-server/how-to-update-virtual-endpoints.md
584+
- name: Show virtual endpoints
585+
href: flexible-server/how-to-show-virtual-endpoints.md
586+
- name: Delete virtual endpoints
587+
href: flexible-server/how-to-delete-virtual-endpoints.md
588+
- name: Switch over replica to primary
589+
href: flexible-server/how-to-switch-over-replica-to-primary.md
590+
- name: Promote replica to standalone server
591+
href: flexible-server/how-to-promote-replica-to-standalone.md
592+
- name: Delete read replica
593+
href: flexible-server/how-to-delete-read-replica.md
582594
- name: Backup and restore
583595
items:
584596
- name: Backup

articles/postgresql/flexible-server/concepts-backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ After you restore the server, you can perform the following tasks to get your us
178178

179179
- If the source server from which you restored was configured with high availability, and you want to configure the restored server with high availability, you can then follow [these steps](how-to-configure-high-availability.md).
180180

181-
- If the source server from which you restored was configured with read replicas, and you want to configure read replicas on the restored server, you can then follow [these steps](how-to-read-replicas-portal.md).
181+
- If the source server from which you restored was configured with read replicas, and you want to configure read replicas on the restored server, you can then follow the instructions in [Create a read replica](how-to-create-read-replica.md).
182182

183183
## On-demand Backups (preview)
184184

articles/postgresql/flexible-server/concepts-read-replicas-geo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ In that case, this is the only viable option. After promoting the server, you'll
7575
- [Read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas.md).
7676
- [Promote read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas-promote.md).
7777
- [Virtual endpoints for read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas-virtual-endpoints.md).
78-
- [Create and manage read replicas in Azure Database for PostgreSQL flexible server](how-to-read-replicas-portal.md).
78+
- [Create a read replica](how-to-create-read-replica.md).
7979
- [Replication across Azure regions and virtual networks with private networking](concepts-networking-private.md#replication-across-azure-regions-and-virtual-networks-with-private-networking).

articles/postgresql/flexible-server/concepts-read-replicas-virtual-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ This section explains how to use Virtual Endpoints in Azure Database for Postgre
8181
- [Read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas.md).
8282
- [Geo-replication in Azure Database for PostgreSQL flexible server](concepts-read-replicas-geo.md).
8383
- [Promote read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas-promote.md).
84-
- [Create and manage read replicas in Azure Database for PostgreSQL flexible server](how-to-read-replicas-portal.md).
84+
- [Create a read replica](how-to-create-read-replica.md).
8585
- [Replication across Azure regions and virtual networks with private networking](concepts-networking-private.md#replication-across-azure-regions-and-virtual-networks-with-private-networking).

articles/postgresql/flexible-server/concepts-read-replicas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The read replica feature allows you to replicate data from an Azure Database for
2020

2121
Replicas are new servers you manage similar to regular Azure Database for PostgreSQL flexible server instances. For each read replica, you're billed for the provisioned compute in vCores and storage in GB/ month.
2222

23-
Learn how to [create and manage replicas](how-to-read-replicas-portal.md).
23+
Learn how to [create a read replica](how-to-create-read-replica.md).
2424

2525
## When to use a read replica
2626

@@ -54,7 +54,7 @@ To achieve a successful create operation, avoid making replicas during times of
5454
> [!IMPORTANT]
5555
> When performing replica creation, deletion, and promotion operations, the primary server will enter an **updating state**. During this time, server management operations such as modifying server parameters, changing high availability options, or adding or removing firewalls will be unavailable. It's important to note that the updating state only affects server management operations and does not affect [data plane](/azure/azure-resource-manager/management/control-plane-and-data-plane#data-plane) operations. This means that your database server will remain fully functional and able to accept connections, as well as serve read and write traffic.
5656
57-
Learn how to [create a read replica in the Azure portal](how-to-read-replicas-portal.md).
57+
Learn how to [Create a read replica](how-to-create-read-replica.md).
5858

5959
### Configuration management
6060

@@ -253,5 +253,5 @@ For storage scaling:
253253
- [Geo-replication in Azure Database for PostgreSQL flexible server](concepts-read-replicas-geo.md).
254254
- [Promote read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas-promote.md).
255255
- [Virtual endpoints for read replicas in Azure Database for PostgreSQL flexible server](concepts-read-replicas-virtual-endpoints.md).
256-
- [Create and manage read replicas in Azure Database for PostgreSQL flexible server](how-to-read-replicas-portal.md).
256+
- [Creata read replica](how-to-create-read-replica.md).
257257
- [Replication across Azure regions and virtual networks with private networking](concepts-networking-private.md#replication-across-azure-regions-and-virtual-networks-with-private-networking).

0 commit comments

Comments
 (0)