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
Copy file name to clipboardExpand all lines: articles/backup/tutorial-restore-postgresql-flex.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Before you restore Azure Database for PostgreSQL - Flexible Server, ensure the f
20
20
21
21
- Cross Region Restore is supported only for a Backup vault that uses **Storage Redundancy** as **Geo-redundant**.
22
22
- Review the [support matrix](backup-azure-database-postgresql-flex-support-matrix.md) for a list of supported managed types and regions.
23
-
- Cross Region Restore incurs additional charges. Learn more about [pricing](https://azure.microsoft.com/pricing/details/backup/).
23
+
- Cross Region Restore incurs extra charges. Learn more about [pricing](https://azure.microsoft.com/pricing/details/backup/).
24
24
- Once you enable Cross Region Restore, it might take up to **48 hours** for the backup items to be available in secondary regions.
25
25
- Review the [permissions required to use Cross Region Restore](backup-rbac-rs-vault.md#minimum-role-requirements-for-azure-vm-backup).
26
26
@@ -31,7 +31,7 @@ Before you restore Azure Database for PostgreSQL - Flexible Server, ensure the f
31
31
32
32
Immutability in Azure Backup vault is a feature designed to protect your backup data by preventing any operations that could lead to the loss of recovery points. This feature ensures that once data is written to the vault, it can't be modified or deleted, even by administrators.
33
33
34
-
To enable immutability in the Backup vault,follow these steps:
34
+
To enable immutability in the Backup vault,follow these steps:
35
35
36
36
1. Sign in to the [Azure portal](https://portal.azure.com/)
37
37
2. [Create a new Backup vault](create-manage-backup-vault.md#create-backup-vault) or choose an existing Backup vault.
@@ -44,33 +44,48 @@ Cross Region Restore allows you to restore data in a secondary Azure paired re
44
44
To configure Cross Region Restore for the backup vault, follow these steps:
45
45
46
46
1. Sign in to the [Azure portal](https://portal.azure.com/).
47
-
2. Go to the **Backup vault** you created,select **Manage** > **Properties**.
47
+
2. Go to the **Backup vault** you created, and then select **Manage** > **Properties**.
48
48
3. Under **Vault Settings**, select **Update** corresponding to **Cross Region Restore**.
49
49
4. Under **Cross Region Restore**, select **Enable**.
50
50
51
+
:::image type="content" source="./media/tutorial-restore-postgresql-flex/enable-cross-region-restore.png" alt-text="Screenshot shows how to enable Cross Region Restore in the Backup vault." lightbox="./media/tutorial-restore-postgresql-flex/enable-cross-region-restore.png":::
52
+
51
53
## View backup instances in secondary region
52
54
53
55
If Cross Region Restore is enabled, you can view the backup instances in the secondary region.
54
56
55
-
To vire the backup instances, follow these steps:
57
+
To view the backup instances, follow these steps:
56
58
57
59
1. In the [Azure portal](https://portal.azure.com/), go to your **Backup vault**.
58
60
2. Under **Manage**, select **Backup instances**.
59
61
3. Select **Instance Region == Secondary Region** on the filters.
60
62
63
+
:::image type="content" source="./media/tutorial-restore-postgresql-flex/view-database-backup-instance.png" alt-text="Screenshot shows how to view the protected instance of a database." lightbox="./media/tutorial-restore-postgresql-flex/view-database-backup-instance.png":::
64
+
61
65
## Restore the database server to the secondary region
62
66
63
67
Once the backup is complete in the primary region, it can take up to **12 hours** for the recovery point in the primary region to get replicated to the secondary region.
64
68
65
-
To restore the database server to the secondary region, follow these steps:
66
69
67
-
1. To check the availability of recovery point in the secondary region, go to the Backup center > Backup Instances.
68
-
2. Select Restore to secondary region.
69
-
70
-
You can also trigger restores from the respective backup instance.
71
-
3. Select Restore to secondary region to review the target region selected, and then select the appropriate recovery point and restore parameters.
72
-
4. Once the restore starts, you can monitor the completion of the restore operation under Backup Jobs of the Backup vault by filtering Jobs workload type to Azure Database for PostgreSQL – flexible servers and Instance Region to Secondary Region.
70
+
To restore recovery point in the secondary region, follow these steps:
71
+
72
+
1. Go to **Business Continuity Center**, and then select **Recover** on the top menu.
73
+
2. On the **Protected items** pane, under **Protected item**, select the **Select** option to choose the protected item that you want to restore.
74
+
75
+
:::image type="content" source="./media/tutorial-restore-postgresql-flex/select-protected-items-for-restore.png" alt-text="Screenshot shows the selection of a recovery point for the database restore." lightbox="./media/tutorial-restore-postgresql-flex/select-protected-items-for-restore.png":::
76
+
77
+
3. To restore the backup to the paired region, on the **Restore** pane, on the **Basics** tab, select **Secondary Region**, and then select **Next: Restore point**.
78
+
79
+
:::image type="content" source="./media/tutorial-restore-postgresql-flex/select-secondary-region-for-restore.png" alt-text="Screenshot shows the selection of the secondary region for restore.":::
80
+
81
+
4. On the **Restore point** tab, select the restore point that you want to use for the restore operation, and then select **Next: Restore parameter**.
82
+
5. On the **Restore parameters** tab, choose the target storage account and container, and then select **Validate** to check the restore parameters permissions before the final review and restore.
83
+
6. Once the validation is successful, select **Review + restore**.
84
+
7. On the **Review + restore** tab, select **Restore** to start the restore operation.
73
85
86
+
Once the restore starts, you can monitor the completion of the restore operation under **Jobs**.
74
87
75
88
89
+
## Next steps
76
90
91
+
[Manage backups of Azure Database for PostgreSQL - Flexible Server using Azure portal](backup-azure-database-postgresql-flex-manage.md).
0 commit comments