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
> 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.
0 commit comments