Skip to content

Commit b2ad935

Browse files
Merge pull request #311730 from AbhishekMallick-MS/Feb-12-2026-AIoptimization
AI optimization - PSQL Flex server backup using REST API - H2 updates
2 parents e7cc721 + 21d60e9 commit b2ad935

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to back up Azure Database for PostgreSQL - Flexible serve
44
ms.topic: concept-article
55
ms.custom:
66
- ignite-2024
7-
ms.date: 02/28/2025
7+
ms.date: 02/12/2026
88
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
99
author: AbhishekMallick-MS
1010
ms.author: v-mallicka
@@ -18,11 +18,14 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
1818
For information on the Azure PostgreSQL - Flexible server backup supported scenarios, limitations, and authentication mechanisms, see the [overview document](backup-azure-database-postgresql-flex-overview.md).
1919

2020
## Prerequisites
21+
22+
Before configuring backup for Azure PostgreSQL - Flexible servers, ensure that the following prerequisites are met:
23+
2124
- [Create a Backup vault](backup-azure-dataprotection-use-rest-api-create-update-backup-vault.md)
2225
- [Create a PostgreSQL flexible server backup policy](backup-azure-database-postgresql-flex-use-rest-api-create-update-policy.md).
2326

2427

25-
## Configure backup
28+
## Configure backup for PostgreSQL - Flexible servers
2629

2730
Once the vault and policy are created, there're three critical points to consider for an Azure PostgreSQL - Flexible servers protection.
2831

@@ -293,7 +296,7 @@ GET https://management.azure.com/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4
293296
294297
```
295298

296-
## Configure backup request
299+
## Configure backup request for PostgreSQL - Flexible servers
297300

298301
Once the request is validated, you can submit the same to the [create backup instance API](/rest/api/dataprotection/backup-instances/create-or-update). One of the Azure Backup data protection services protects the Backup instance within the Backup vault. Here, the Azure PostgreSQL flexible server is the backup instance. Use the above-validated request body with minor additions.
299302

@@ -448,7 +451,7 @@ Once the operation completes, it returns 200 (OK) with the success message in th
448451
449452
```
450453

451-
## Stop protection and delete data
454+
## Stop protection and delete data for PostgreSQL - Flexible servers
452455

453456
To remove the protection on an Azure PostgreSQL database and delete the backup data as well, perform a [delete operation](/rest/api/dataprotection/backup-instances/delete).
454457

0 commit comments

Comments
 (0)