Skip to content

Commit 72a5616

Browse files
Merge pull request #304308 from AbhishekMallick-MS/Aug-18-2025-PSQLbkp-PV
Engagement - PSQL DB manage backup
2 parents 2476db5 + fa0a37b commit 72a5616

11 files changed

+34
-25
lines changed

articles/backup/backup-azure-data-protection-use-rest-api-backup-postgresql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back Up PostgreSQL Databases by Using the Data Protection REST API
33
description: Learn how to configure, initiate, and manage backup operations of PostgreSQL databases in Azure Database for PostgreSQL by using the Data Protection REST API.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
ms.assetid: 55fa0a81-018f-4843-bef8-609a44c97dcd
88
author: AbhishekMallick-MS
@@ -509,3 +509,4 @@ GET "https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
509509
- [Azure Backup Data Protection REST API](/rest/api/dataprotection/).
510510
- [Azure REST API reference](/rest/api/azure/).
511511
- [Track backup and restore jobs by using the REST API in Azure Backup](backup-azure-arm-userestapi-managejobs.md).
512+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create Backup Policies for PostgreSQL Databases by Using the Data Protection REST API
33
description: Learn how to create and manage backup policies for PostgreSQL databases in Azure Database for PostgreSQL by using the Azure Backup Data Protection REST API.
44
ms.topic: how-to
5-
ms.date: 04/10/2025
5+
ms.date: 08/18/2025
66
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -514,7 +514,8 @@ The backup policy creation or update is a synchronous operation. After the opera
514514

515515
## Related content
516516

517-
- [Back up Azure disks by using the Data Protection REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md)
518-
- [Azure Backup Data Protection REST API](/rest/api/dataprotection/)
519-
- [Azure REST API reference](/rest/api/azure/)
520-
- [Track backup and restore jobs by using the REST API in Azure Backup](backup-azure-arm-userestapi-managejobs.md)
517+
- [Back up Azure disks by using the Data Protection REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md).
518+
- [Azure Backup Data Protection REST API](/rest/api/dataprotection/).
519+
- [Azure REST API reference](/rest/api/azure/).
520+
- [Track backup and restore jobs by using the REST API in Azure Backup](backup-azure-arm-userestapi-managejobs.md).
521+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/backup-azure-database-postgresql-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Azure Database for PostgreSQL Backup
33
description: Get an overview of the Azure Database for PostgreSQL backup solution.
44
ms.topic: overview
5-
ms.date: 04/16/2025
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -210,4 +210,5 @@ You can add new databases and database users to the server. For database users,
210210
- [Back up Azure Database for PostgreSQL by using the Azure portal](backup-azure-database-postgresql.md).
211211
- [Create a backup policy for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md).
212212
- [Configure backup for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-backup-postgresql.md).
213-
- [Restore for PostgreSQL databases using REST API](restore-postgresql-database-use-rest-api.md).
213+
- [Restore for PostgreSQL databases using REST API](restore-postgresql-database-use-rest-api.md).
214+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/backup-azure-database-postgresql.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back Up Azure Database for PostgreSQL by Using the Azure Portal
33
description: Learn how to back up Azure Database for PostgreSQL by using the Azure portal.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -224,5 +224,6 @@ The Azure Backup service creates a job for scheduled backups or if you trigger a
224224

225225
- Restore a PostgreSQL database using [Azure portal](restore-azure-database-postgresql.md).
226226
- Restore a PostgreSQL database using [Azure PowerShell](restore-postgresql-database-ps.md), [Azure CLI](restore-postgresql-database-cli.md), and [REST API](restore-postgresql-database-use-rest-api.md).
227-
- [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/)
228-
- [Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md)
227+
- [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/).
228+
- [Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md).
229+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/backup-postgresql-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back Up a PostgreSQL Databases by Using the Azure CLI
33
description: Learn how to back up PostgreSQL databases in Azure Virtual Machines by using the Azure CLI.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.custom:
77
- devx-track-azurecli
88
- build-2025
@@ -448,4 +448,4 @@ az dataprotection job list-from-resourcegraph --datasource-type AzureDatabaseFor
448448

449449
- [Restore PostgreSQL databases by using the Azure CLI](restore-postgresql-database-cli.md).
450450
- Restore a PostgreSQL database using [Azure portal](restore-azure-database-postgresql.md), [Azure PowerShell](restore-postgresql-database-ps.md), and [REST API](restore-postgresql-database-use-rest-api.md).
451-
451+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/backup-postgresql-ps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back Up PostgreSQL Databases by Using Azure PowerShell
33
description: Learn how to back up Azure Database for PostgreSQL by using Azure PowerShell.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.custom:
77
- devx-track-azurepowershell
88
- build-2025
@@ -310,3 +310,4 @@ You can also use `Az.ResourceGraph` to track all jobs across all Backup vaults.
310310

311311
- [Restore a PostgreSQL database using Azure PowerShell](restore-postgresql-database-ps.md).
312312
- Restore a PostgreSQL database using [Azure portal](restore-azure-database-postgresql.md), [Azure CLI](restore-postgresql-database-cli.md), and [REST API](restore-postgresql-database-use-rest-api.md).
313+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/manage-azure-database-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage an Azure Database for PostgreSQL Server by Using the Azure Portal
33
description: Learn about managing an Azure Database for PostgreSQL server.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -19,7 +19,7 @@ You can change the policy that's associated with a backup instance.
1919

2020
Changing the backup policy does not affect existing recovery points and their retention duration. The updated retention settings apply only to new recovery points that you create after the policy change.
2121

22-
1. In the Azure portal, go to your backup instance, and then select **Change Policy**.
22+
1. In the Azure portal, go to **Backup vault** > **Backup instances** > a backup instance, and then select **Change Policy**.
2323

2424
:::image type="content" source="./media/manage-azure-database-postgresql/change-policy.png" alt-text="Screenshot that shows the Change Policy button.":::
2525

articles/backup/restore-azure-database-postgresql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure Database for PostgreSQL by Using the Azure Portal
33
description: Learn about how to restore Azure Database for PostgreSQL backups.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.custom:
77
- devx-track-azurecli
88
- build-2025
@@ -139,4 +139,5 @@ Follow these steps:
139139

140140
## Related content
141141

142-
- [Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md)
142+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).
143+
- [Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md).

articles/backup/restore-postgresql-database-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore PostgreSQL Databases by Using the Azure CLI
33
description: Learn how to restore Azure Database for PostgreSQL by using the Azure CLI.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
ms.custom:
88
- devx-track-azurecli
@@ -231,4 +231,5 @@ az dataprotection job list-from-resourcegraph --datasource-type AzureDatabaseFor
231231

232232
## Related content
233233

234-
- [What is Azure Database for PostgreSQL backup?](backup-azure-database-postgresql-overview.md)
234+
- [What is Azure Database for PostgreSQL backup?](backup-azure-database-postgresql-overview.md).
235+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

articles/backup/restore-postgresql-database-ps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore PostgreSQL Databases by Using Azure PowerShell
33
description: Learn how to restore Azure Database for PostgreSQL by using Azure PowerShell.
44
ms.topic: how-to
5-
ms.date: 05/20/2025
5+
ms.date: 08/18/2025
66
ms.service: azure-backup
77
ms.custom:
88
- devx-track-azurepowershell
@@ -138,4 +138,5 @@ $job = Search-AzDataProtectionJobInAzGraph -Subscription $sub -ResourceGroupName
138138

139139
## Related content
140140

141-
- [What is Azure Database for PostgreSQL backup?](backup-azure-database-postgresql-overview.md)
141+
- [What is Azure Database for PostgreSQL backup?](backup-azure-database-postgresql-overview.md).
142+
- [Manage an Azure Database for PostgreSQL server by using the Azure portal](manage-azure-database-postgresql.md).

0 commit comments

Comments
 (0)