Skip to content

Commit 1d81916

Browse files
authored
in progress
1 parent 53edd22 commit 1d81916

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

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

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,43 @@ https://github.com/user-attachments/assets/1c6efd8a-987a-46ac-a81d-6d4ae74b07fd
4141

4242
> Azure Database for MySQL automatically performs daily snapshot backups of the data files and transaction logs. These backups are stored in geo-redundant storage (GRS) to ensure high availability and durability.
4343
44+
1. **Access the Azure Portal**: Navigate to the Azure Portal and sign in with your credentials.
45+
2. **Navigate to Your MySQL Flexible Server**: In the Azure Portal, go to `All resources` and select your Azure Database for MySQL Flexible Server instance.
46+
3. **Compute + Storage Settings**: In the left-hand menu, under `Settings`, select `Compute + storage`.
47+
4. **Backup Retention**:
48+
- In the `Backups` section, you will find the slider labeled `Backup retention period in days`.
49+
- Use the slider to set the retention period for automated backups, which can range from 7 to 35 days.
50+
51+
https://github.com/user-attachments/assets/769fa81a-450f-4cd9-a4d9-8f4f227c01c9
52+
53+
5. **Backup Redundancy**:
54+
- Below the retention slider, you will see options for backup redundancy:
55+
- **Locally-redundant**: Keeps multiple copies of your data within a single region.
56+
- **Geo-redundant**: Replicates data to a secondary region to ensure durability and availability.
57+
- **Read-access geo-redundant**: Provides read access to the replicated data in the secondary region.
58+
- Select the desired redundancy option based on your requirements.
59+
60+
https://github.com/user-attachments/assets/ea53958a-ca3e-4100-a527-d0e46cdb992e
61+
62+
63+
### Manual Backups
64+
65+
> `Manual Backups` provide additional control over backup operations, allowing you to create backups on demand.
66+
67+
#### On-Demand Backups
68+
69+
> You can create manual backups at any time. These backups are stored in geo-redundant storage (GRS) and can be used to restore your database to the state at the time of the backup.
70+
4471
1. **Access the Azure Portal**: Navigate to your Azure Database for MySQL instance.
4572
2. **Backup Settings**: Under the `Settings` section, select `Backup and Restore`.
46-
3. **Configure Retention Period**: Set the retention period for automated backups, which can range from 7 to 35 days.
47-
4. **Encryption**: Ensure that backups are encrypted using AES 256-bit encryption for data at rest.
4873

74+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/e4aab7b9-4d16-4a5c-8817-6ccab7ec555e" />
4975

50-
### Manual Backups
76+
3. **Backup Now**: Click on `Backup` and provide a custom name for the backup.
77+
78+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/756a6512-267e-47a4-a2c5-4b182f4f28bd" />
79+
80+
https://github.com/user-attachments/assets/0f3743ca-9098-45a4-82c9-e67593e4ffcc
5181

5282
### Backup Storage
5383

0 commit comments

Comments
 (0)