Skip to content

Commit 35f4d17

Browse files
author
AbhishekMallick01
committed
more updates
1 parent 6c982d9 commit 35f4d17

File tree

6 files changed

+31
-12
lines changed

6 files changed

+31
-12
lines changed
119 KB
Loading
52 KB
Loading
61 KB
Loading
91.9 KB
Loading

articles/backup/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@
109109
- name: Configure and run Cross Region Restore
110110
href: tutorial-cross-region-restore.md
111111
- name: Back up Azure Database for PostgreSQL - Flexible Server
112-
href: tutorial-create-first-backup-azure-database-postgresql-flex.md
112+
items:
113+
- name: Backup
114+
href: tutorial-create-first-backup-azure-database-postgresql-flex.md
115+
- name: Restore
116+
href: tutorial-restore-postgresql-flex.md
113117
- name: Configure item level backup of an AKS cluster
114118
href: tutorial-configure-backup-aks.md
115119
- name: Configure vaulted backup for Azure Blob

articles/backup/tutorial-restore-postgresql-flex.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you restore Azure Database for PostgreSQL - Flexible Server, ensure the f
2020

2121
- Cross Region Restore is supported only for a Backup vault that uses **Storage Redundancy** as **Geo-redundant**.
2222
- 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/).
2424
- Once you enable Cross Region Restore, it might take up to **48 hours** for the backup items to be available in secondary regions.
2525
- Review the [permissions required to use Cross Region Restore](backup-rbac-rs-vault.md#minimum-role-requirements-for-azure-vm-backup). 
2626

@@ -31,7 +31,7 @@ Before you restore Azure Database for PostgreSQL - Flexible Server, ensure the f
3131

3232
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.
3333

34-
To enable immutability in the Backup vault,follow these steps:
34+
To enable immutability in the Backup vault, follow these steps:
3535

3636
1. Sign in to the [Azure portal](https://portal.azure.com/)
3737
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
4444
To configure Cross Region Restore for the backup vault, follow these steps:
4545

4646
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**.
4848
3. Under **Vault Settings**, select **Update** corresponding to **Cross Region Restore**.
4949
4. Under **Cross Region Restore**, select **Enable**.
5050

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+
5153
## View backup instances in secondary region
5254

5355
If Cross Region Restore is enabled, you can view the backup instances in the secondary region.
5456

55-
To vire the backup instances, follow these steps:
57+
To view the backup instances, follow these steps:
5658

5759
1. In the [Azure portal](https://portal.azure.com/), go to your **Backup vault**.
5860
2. Under **Manage**, select **Backup instances**.
5961
3. Select **Instance Region == Secondary Region** on the filters.
6062

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+
6165
## Restore the database server to the secondary region
6266

6367
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.
6468

65-
To restore the database server to the secondary region, follow these steps:
6669

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.
7385

86+
Once the restore starts, you can monitor the completion of the restore operation under **Jobs**.
7487

7588

89+
## Next steps
7690

91+
[Manage backups of Azure Database for PostgreSQL - Flexible Server using Azure portal](backup-azure-database-postgresql-flex-manage.md).

0 commit comments

Comments
 (0)