Skip to content

Commit f66eb41

Browse files
authored
Merge pull request #113840 from ajlam/replicaparameters
Update params on master server
2 parents 2705ef4 + d407eda commit f66eb41

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/mariadb/concepts-read-replicas.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 04/21/2020
8+
ms.date: 5/4/2020
99
---
1010

1111
# Read replicas in Azure Database for MariaDB
@@ -142,6 +142,8 @@ The following server parameters are locked on both the master and replica server
142142

143143
The [`event_scheduler`](https://mariadb.com/kb/en/library/server-system-variables/#event_scheduler) parameter is locked on the replica servers.
144144

145+
To update one of the above parameters on the master server, please delete replica servers, update the parameter value on the master, and recreate replicas.
146+
145147
### Other
146148

147149
- Creating a replica of a replica is not supported.

articles/mysql/concepts-read-replicas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 04/21/2020
8+
ms.date: 5/4/2020
99
---
1010

1111
# Read replicas in Azure Database for MySQL
@@ -52,7 +52,6 @@ However, there are limitations to consider:
5252
* Uni-directional pairs: Some Azure regions are paired in one direction only. These regions include West India, Brazil South, and US Gov Virginia.
5353
This means that a master server in West India can create a replica in South India. However, a master server in South India cannot create a replica in West India. This is because West India's secondary region is South India, but South India's secondary region is not West India.
5454

55-
5655
## Create a replica
5756

5857
If a master server has no existing replica servers, the master will first restart to prepare itself for replication.
@@ -142,6 +141,8 @@ The following server parameters are locked on both the master and replica server
142141

143142
The [`event_scheduler`](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_event_scheduler) parameter is locked on the replica servers.
144143

144+
To update one of the above parameters on the master server, please delete replica servers, update the parameter value on the master, and recreate replicas.
145+
145146
### Other
146147

147148
- Global transaction identifiers (GTID) are not supported.

0 commit comments

Comments
 (0)