Skip to content

Commit eeb3cb7

Browse files
authored
Merge pull request #102300 from rachel-msft/edit124
Update concepts-read-replicas.md
2 parents f234dae + 9508e89 commit eeb3cb7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/postgresql/concepts-read-replicas.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rachel-msft
55
ms.author: raagyema
66
ms.service: postgresql
77
ms.topic: conceptual
8-
ms.date: 12/03/2019
8+
ms.date: 01/23/2020
99
---
1010

1111
# Read replicas in Azure Database for PostgreSQL - Single Server
@@ -54,8 +54,6 @@ There are limitations to consider:
5454

5555

5656
## Create a replica
57-
The master server must have the `azure.replication_support` parameter set to **REPLICA**. When this parameter is changed, a server restart is required for the change to take effect. (The `azure.replication_support` parameter applies to the General Purpose and Memory Optimized tiers only).
58-
5957
When you start the create replica workflow, a blank Azure Database for PostgreSQL server is created. The new server is filled with the data that was on the master server. The creation time depends on the amount of data on the master and the time since the last weekly full backup. The time can range from a few minutes to several hours.
6058

6159
Every replica is enabled for storage [auto-grow](concepts-pricing-tiers.md#storage-auto-grow). The auto-grow feature allows the replica to keep up with the data replicated to it, and prevent a break in replication caused by out of storage errors.

articles/postgresql/howto-read-replicas-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The `azure.replication_support` parameter must be set to **REPLICA** on the mast
3333
```
3434

3535
> [!NOTE]
36-
> If you get the error "Invalid value given" while trying to set azure.replication_support from the Azure CLI, it is likely your server already has REPLICA set by default. A bug is preventing this setting from being correctly reflected on newer servers where REPLICA is the internal default.
37-
> You can skip the prepare master steps and go to create the replica.
36+
> If you get the error "Invalid value given" while trying to set azure.replication_support from the Azure CLI, it is likely your server already has REPLICA set by default. A bug is preventing this setting from being correctly reflected on newer servers where REPLICA is the internal default. <br><br>
37+
> You can skip the prepare master steps and go to create the replica. <br><br>
3838
> If you would like to confirm your server is in this category, visit the server's replication page in the Azure portal. "Disable replication" will be grayed out and "Add Replica" will be active in the toolbar.
3939
4040
2. Restart the server to apply the change.

articles/postgresql/howto-read-replicas-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rachel-msft
55
ms.author: raagyema
66
ms.service: postgresql
77
ms.topic: conceptual
8-
ms.date: 09/04/2019
8+
ms.date: 01/24/2020
99
---
1010

1111
# Create and manage read replicas in Azure Database for PostgreSQL - Single Server from the Azure portal
@@ -23,6 +23,9 @@ These steps must be used to prepare a master server in the General Purpose or Me
2323

2424
2. On the server sidebar, under **SETTINGS**, select **Replication**.
2525

26+
> [!NOTE]
27+
> If you see **Disable replication support** grayed out, the replication settings are already set on your server by default. You can skip the following steps and go to create a read replica.
28+
2629
3. Select **Enable Replication Support**.
2730

2831
![Enable replication support](./media/howto-read-replicas-portal/enable-replication-support.png)

0 commit comments

Comments
 (0)