Skip to content

Commit 9508e89

Browse files
committed
Updates
1 parent cfd8b01 commit 9508e89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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. <br>
37-
> You can skip the prepare master steps and go to create the replica. <br>
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These steps must be used to prepare a master server in the General Purpose or Me
2424
2. On the server sidebar, under **SETTINGS**, select **Replication**.
2525

2626
> [!NOTE]
27-
> If you see a grayed out **Disable replication support**, the replication settings are already set on your server by default. You can skip the following steps and go to create a replica.
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.
2828
2929
3. Select **Enable Replication Support**.
3030

0 commit comments

Comments
 (0)