Skip to content

Commit 635bc21

Browse files
authored
Merge pull request #222858 from VandhanaMehta/reedits
recreated pr with edits
2 parents 073a6c6 + f102290 commit 635bc21

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

articles/mysql/flexible-server/concepts-data-out-replication.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ Data-out replication isn't supported on Azure Database for MySQL - Flexible Serv
4040

4141
You must use the replication filter to filter out Azure custom tables on the replica server. This can be achieved by setting Replicate_Wild_Ignore_Table = "mysql.\_\_%" to filter the Azure MySQL internal tables on the replica. To modify this parameter from the Azure portal, navigate to Azure Database for MySQL Flexible server and select "Server parameters" to view/edit the Replicate_Wild_Ignore_Table parameter.
4242

43-
Refer to the following general guidance on the replication filter:
44-
- MySQL 5.7 Reference Manual - 13.4.2.2 CHANGE REPLICATION FILTER Statement
45-
- MySQL 5.7 Reference Manual - 16.1.6.3 Replica Server Options and Variables
46-
- MySQL 8.0 Reference Manual - 17.2.5.4 Replication Channel Based Filters.
43+
Refer to the following general guidance on the replication filter in MySQL Manual:
44+
- MySQL 5.7 Reference Manual - [13.4.2.2 CHANGE REPLICATION FILTER Statement](https://dev.mysql.com/doc/refman/5.7/en/change-replication-filter.html)
45+
- MySQL 5.7 Reference Manual - [16.1.6.3 Replica Server Options and Variables](https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html#option_mysqld_replicate-wild-ignore-table)
46+
- MySQL 8.0 Reference Manual - [17.2.5.4 Replication Channel Based Filters](https://dev.mysql.com/doc/refman/8.0/en/replication-rules-channel-based-filters.html)
47+
48+
49+
50+
4751

4852
## Next steps
4953

articles/mysql/flexible-server/whats-new.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ This article summarizes new releases and features in Azure Database for MySQL -
2222
> [!NOTE]
2323
> This article contains references to the term slave, a term that Microsoft no longer uses. When the term is removed from the software, we'll remove it from this article.
2424
25+
## December 2022
26+
- **New Replication Metrics**
27+
28+
You can now have a better visibility into replication performance and health through newly exposed replication status metrics based on different replication types offered by Azure Database for MySQL- Flexible Server. [Learn More](./concepts-monitoring.md#replication-metrics)
29+
30+
31+
- **Support for Data-out Replication**
32+
33+
Azure Database for MySQL- Flexible Server now supports Data-out replication. This capability will allow customers to synchronize data out of Azure Database for MySQL - Flexible Server (source) to another MySQL (replica) which could be either be on-premises, in virtual machines, or a database service hosted outside of Azure. Learn more about [How to configure Data-out Replication](how-to-data-out-replication.md).
34+
35+
36+
2537
## November 2022
2638

2739
- **Azure Active Directory authentication for Azure Database for MySQL – Flexible Server (General Availability)**

articles/mysql/single-server/select-right-deployment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The main differences between these options are listed in the following table:
8181
| Cross-region support (Geo-replication) | Yes | Not supported | User Managed |
8282
| Hybrid scenarios | Supported with [Data-in Replication](./concepts-data-in-replication.md)| Supported with [Data-in Replication](../flexible-server/concepts-data-in-replication.md) | User Managed |
8383
| Gtid support for data-in replication | Supported | Not Supported | User Managed |
84-
| Data-out replication | Not Supported | In preview | Supported |
84+
| Data-out replication | Not Supported | Supported | Supported |
8585
| [**Backup and Recovery**](../flexible-server/concepts-backup-restore.md) | | | |
8686
| Automated backups | Yes | Yes | No |
8787
| Backup retention | 7-35 days | 1-35 days | User Managed |

0 commit comments

Comments
 (0)