Skip to content

Commit 55eb52f

Browse files
authored
pir
1 parent 90471af commit 55eb52f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@ https://github.com/user-attachments/assets/1c6efd8a-987a-46ac-a81d-6d4ae74b07fd
6464

6565
#### Point-in-Time Restore (PITR)
6666

67+
> This feature allows you to restore your database to any point within the retention period, providing flexibility in case of accidental data loss or corruption.
68+
69+
> [!NOTE]
70+
> When you initiate a PITR, you specify the exact point in time to which you want to restore the database. <br/>
71+
> - The restore process uses the daily snapshots and transaction log backups to reconstruct the database state at the specified point in time.
72+
> - The restore operation `creates a new MySQL Flexible Server instance with the restored data`. You need to provide a new server name for the restored instance during the restore process
73+
74+
1. **Access the Azure Portal**: Navigate to your Azure Database for MySQL instance.
75+
2. **Restore**: Under the `Overview` section. Choose the `Restore` option and specify the point-in-time to which you want to restore your database.
76+
77+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/d3ddc0e7-331d-44ec-b9e1-a3a38e54c325" />
78+
79+
https://github.com/user-attachments/assets/0eeb96cf-07c6-40f1-9921-64f2c775d228
80+
6781
### Manual Backups
6882

6983
> `Manual Backups` provide additional control over backup operations, allowing you to create backups on demand.

0 commit comments

Comments
 (0)