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.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to back up Azure Database for PostgreSQL - Flexible serve
4
4
ms.topic: concept-article
5
5
ms.custom:
6
6
- ignite-2024
7
-
ms.date: 02/28/2025
7
+
ms.date: 02/12/2026
8
8
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-mallicka
@@ -18,11 +18,14 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
18
18
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).
19
19
20
20
## Prerequisites
21
+
22
+
Before configuring backup for Azure PostgreSQL - Flexible servers, ensure that the following prerequisites are met:
23
+
21
24
-[Create a Backup vault](backup-azure-dataprotection-use-rest-api-create-update-backup-vault.md)
22
25
-[Create a PostgreSQL flexible server backup policy](backup-azure-database-postgresql-flex-use-rest-api-create-update-policy.md).
23
26
24
27
25
-
## Configure backup
28
+
## Configure backup for PostgreSQL - Flexible servers
26
29
27
30
Once the vault and policy are created, there're three critical points to consider for an Azure PostgreSQL - Flexible servers protection.
28
31
@@ -293,7 +296,7 @@ GET https://management.azure.com/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4
293
296
294
297
```
295
298
296
-
## Configure backup request
299
+
## Configure backup request for PostgreSQL - Flexible servers
297
300
298
301
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.
299
302
@@ -448,7 +451,7 @@ Once the operation completes, it returns 200 (OK) with the success message in th
448
451
449
452
```
450
453
451
-
## Stop protection and delete data
454
+
## Stop protection and delete data for PostgreSQL - Flexible servers
452
455
453
456
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).
0 commit comments