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/backup-azure-database-postgresql-flex-use-rest-api-restore.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Restore Azure Database for PostgreSQL - Flexible servers using REST API
3
3
description: Learn how to restore Azure Database for PostgreSQL - Flexible servers using REST API.
4
4
ms.topic: concept-article
5
-
ms.date: 02/28/2025
5
+
ms.date: 01/27/2026
6
6
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Before you restore:
23
23
24
24
Let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
25
25
26
-
## Restore a backed-up PostgreSQL database
26
+
## Restore a backed-up PostgreSQL - Flexible Server database
27
27
28
28
### Set up permissions
29
29
@@ -103,7 +103,7 @@ X-Powered-By: ASP.NET
103
103
104
104
Select the relevant recovery points from the above list and proceed to prepare the restore request. We'll choose a recovery point named *794ead7c7661410da03997d210d469e7* from the above list to restore.
105
105
106
-
## Prepare the restore request
106
+
## Prepare the restore request for PostgreSQL - Flexible Server
107
107
108
108
### Restore as files
109
109
@@ -224,7 +224,7 @@ X-Powered-By: ASP.NET
224
224
225
225
```
226
226
227
-
## Trigger restore requests
227
+
## Trigger restore requests for PostgreSQL - Flexible Server
228
228
229
229
The trigger restore operation is a *POST* API. [Learn more](/rest/api/dataprotection/backup-instances/trigger-restore) about the trigger restore operation.
230
230
@@ -296,11 +296,11 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
296
296
297
297
```
298
298
299
-
## Track jobs
299
+
## Track jobs for PostgreSQL - Flexible Server restore
300
300
301
301
The *trigger restore requests* trigger the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
302
302
303
-
Use the *GET* command to track the `JobId` present in the [trigger restore response above](#trigger-restore-requests).
303
+
Use the *GET* command to track the `JobId` present in the [trigger restore response above](#trigger-restore-requests-for-postgresql---flexible-server).
304
304
305
305
```HTTP
306
306
GET /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/TestBkpVaultRG/providers/Microsoft.DataProtection/backupVaults/testBkpVault/backupJobs/c4bd49a1-0645-4eec-b207-feb818962852?api-version=2021-07-01
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-postgresql-database-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Quick start - Back up Azure Database for PostgreSQL server
3
3
description: In this quickstart, learn how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
4
4
ms.topic: quickstart
5
5
ms.custom: mvc, mode-ui
6
-
ms.date: 01/21/2026
6
+
ms.date: 01/27/2026
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-mallicka
@@ -39,7 +39,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
39
39
40
40
:::image type="content" source="./media/backup-azure-database-postgresql/adding-backup-details-inline.png" alt-text="Screenshot showing the option to add back-up information." lightbox="./media/backup-azure-database-postgresql/adding-backup-details-expanded.png":::
41
41
42
-
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
42
+
Alternatively, you can navigate to this page from the [Resiliency](../resiliency/tutorial-configure-protection-datasource.md).
43
43
44
44
1. Select or [create](tutorial-postgresql-backup.md#create-a-backup-vault-for-postgresql-database-backups) a Backup Policy that defines the back-up schedule and the retention duration.
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-vm-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
3
3
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and back up the VM, with the Azure portal.
4
-
ms.date: 09/24/2025
4
+
ms.date: 01/27/2026
5
5
ms.topic: quickstart
6
6
ms.devlang: azurecli
7
7
ms.custom: mvc, mode-ui, engagement-fy24
@@ -30,7 +30,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
30
30
31
31
To apply a backup policy to your Azure VMs, follow these steps:
32
32
33
-
1. Go to **Business Continuity Center** and select **+ Configure protection**.
33
+
1. Go to **Resiliency** and select **+ Configure protection**.
34
34
35
35
:::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-protection.png" alt-text="Screenshot shows how to start configuring system backup." lightbox="./media/backup-azure-arm-vms-prepare/configure-protection.png":::
36
36
@@ -110,7 +110,7 @@ If you selected to create a new backup policy, fill in the policy settings.
110
110
111
111
The initial backup will run in accordance with the schedule, but you can run it immediately as follows:
112
112
113
-
1. Go to **Business Continuity Center** and then select **Protection Inventory** > **Protected items**.
113
+
1. Go to **Resiliency** and then select **Protection Inventory** > **Protected items**.
114
114
1. On the **Protected items** pane, filter **Datasource type** by Virtual machines, and then select the **more icon** > **Details** corresponding to the VM instance you want to back up.
115
115
1. On the selected VM instance pane, right-click the relevant row or select the more icon (…), and then select **Backup Now**.
116
116
1. On the **Backup now** pane, use the calendar control to select the last day that the recovery point should be retained. Then select **OK**.
Copy file name to clipboardExpand all lines: articles/backup/quick-cross-region-restore.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Quickstart - Restore a PostgreSQL database across regions using Azure Backup
3
3
description: Learn how to restore a PostgreSQL database across regions by using Azure Backup.
4
4
ms.topic: quickstart
5
-
ms.date: 11/12/2025
5
+
ms.date: 01/27/2026
6
6
ms.service: azure-backup
7
7
ms.author: v-mallicka
8
8
# Customer intent: "As a database administrator, I want to enable Cross Region Restore for my PostgreSQL database, so that I can ensure data availability and perform restoration drills in case of regional failures or compliance audits."
@@ -30,7 +30,7 @@ To begin with the Cross Region Restore, ensure that:
30
30
To restore the database to the secondary region using the Azure portal, follow these steps:
31
31
32
32
1. Sign in to [Azure portal](https://portal.azure.com/).
33
-
1. To check the available recovery point in the secondary region, go to the **Backup center** > **Backup Instances**.
33
+
1. To check the available recovery point in the secondary region, go to the **Backup vault** > **Backup Instances**.
34
34
1. Filter to **Azure Database for PostgreSQL servers**, then filter **Instance Region** as *Secondary Region*.
0 commit comments