Skip to content

Commit 44fdc4d

Browse files
Merge pull request #310921 from AbhishekMallick-MS/Jan-27-2026-AIoptimization1
AI optimization - PSQL Flex restore using REST API - H2 updates
2 parents dcbe09e + fcded82 commit 44fdc4d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/backup/backup-azure-database-postgresql-flex-use-rest-api-restore.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure Database for PostgreSQL - Flexible servers using REST API
33
description: Learn how to restore Azure Database for PostgreSQL - Flexible servers using REST API.
44
ms.topic: concept-article
5-
ms.date: 02/28/2025
5+
ms.date: 01/27/2026
66
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Before you restore:
2323

2424
Let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
2525

26-
## Restore a backed-up PostgreSQL database
26+
## Restore a backed-up PostgreSQL - Flexible Server database
2727

2828
### Set up permissions
2929

@@ -103,7 +103,7 @@ X-Powered-By: ASP.NET
103103

104104
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.
105105

106-
## Prepare the restore request
106+
## Prepare the restore request for PostgreSQL - Flexible Server
107107

108108
### Restore as files
109109

@@ -224,7 +224,7 @@ X-Powered-By: ASP.NET
224224
225225
```
226226

227-
## Trigger restore requests
227+
## Trigger restore requests for PostgreSQL - Flexible Server
228228

229229
The trigger restore operation is a *POST* API. [Learn more](/rest/api/dataprotection/backup-instances/trigger-restore) about the trigger restore operation.
230230

@@ -296,11 +296,11 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
296296
297297
```
298298

299-
## Track jobs
299+
## Track jobs for PostgreSQL - Flexible Server restore
300300

301301
The *trigger restore requests* trigger the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
302302

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).
304304

305305
```HTTP
306306
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

Comments
 (0)