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