Skip to content

Commit feb5da1

Browse files
authored
+ oerview
1 parent 3f1ac86 commit feb5da1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

0_Azure/1_AzureData/1_Databases/demos/9_MySQL_BU_DR.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Last updated: 2025-03-17
2222

2323
## Content
2424

25+
- [Overview](#overview)
2526
- [Backup BU for MySQL on Azure](#backup-bu-for-mysql-on-azure)
2627
- [Automated Backups](#automated-backups)
2728
- [Change Backups Retention Policy and Redundancy](#change-backups-retention-policy-and-redundancy)
@@ -33,11 +34,18 @@ Last updated: 2025-03-17
3334
- [Backup Redundancy Option](#backup-redundancy-option)
3435
- [Disaster Recovery DR for MySQL on Azure](#disaster-recovery-dr-for-mysql-on-azure)
3536

37+
## Overview
38+
3639
> [!NOTE]
3740
> Quick reference on how to create an Azure Database for MySQL Flexible Server:
3841
3942
https://github.com/user-attachments/assets/1c6efd8a-987a-46ac-a81d-6d4ae74b07fd
4043

44+
| **Feature** | **Description**| **Limit**| **Use Cases**|
45+
|---------|---------------|--------| -------|
46+
| **Read Replicas** | Read replicas are copies of the primary MySQL server that are used to offload read operations and improve read scalability. They can be created in the same or different regions and can be promoted to standalone servers in case of a primary server failure. | Up to **10** read replicas can be created per primary server.| - **Scaling Read-Intensive Workloads**: Offload read operations to replicas to improve performance.<br/>- **Disaster Recovery**: Promote replicas to standalone servers in case of primary server failure.<br/>- **Global Distribution**: Improve data access speed by placing replicas closer to users in different regions. |
47+
| **Manual Backups** | Manual backups are on-demand backups that you can create at any time. These backups capture the current state of the database and are stored in geo-redundant storage (GRS) or locally redundant storage (LRS). | Up to **50** on-demand manual backups can be created per server.| - **Data Protection**: Ensure data protection by creating backups before major changes or updates.<br/>- **Quick Recovery**: Use manual backups as restore points to quickly recover from data corruption or accidental deletions.<br/>- **Compliance**: Maintain backups for compliance and auditing purposes. |
48+
4149
## Backup (BU) for MySQL on Azure
4250

4351
> [!IMPORTANT]

0 commit comments

Comments
 (0)