You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
43
43
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.
> `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
+
44
71
1.**Access the Azure Portal**: Navigate to your Azure Database for MySQL instance.
45
72
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.
0 commit comments