Skip to content

Commit 0a867f5

Browse files
Merge pull request #298354 from AbhishekMallick01/Apr-16-2025-Incubation
Incubation <50 visitors - Create backup policy and configure backup for PSQL DB via REST
2 parents 291a213 + 40fa743 commit 0a867f5

5 files changed

+23
-11
lines changed

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

Lines changed: 6 additions & 3 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: 03/18/2025
5+
ms.date: 04/16/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -205,5 +205,8 @@ You can add new databases and database users to the server. For database users,
205205

206206
## Related content
207207

208-
- [Frequently asked questions for Azure Database for PostgreSQL backup](/azure/backup/backup-azure-database-postgresql-server-faq)
209-
- [Back up Azure Database for PostgreSQL by using the Azure portal](backup-azure-database-postgresql.md)
208+
- [Frequently asked questions for Azure Database for PostgreSQL backup](/azure/backup/backup-azure-database-postgresql-server-faq).
209+
- [Back up Azure Database for PostgreSQL by using the Azure portal](backup-azure-database-postgresql.md).
210+
- [Create a backup policy for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md).
211+
- [Configure backup for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-backup-postgresql.md).
212+
- [Restore for PostgreSQL databases using REST API](restore-postgresql-database-use-rest-api.md).

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Database for PostgreSQL server support matrix
33
description: Provides a summary of support settings and limitations of Azure Database for PostgreSQL server backup.
44
ms.topic: reference
5-
ms.date: 09/09/2024
5+
ms.date: 04/16/2025
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: jyothisuri
@@ -30,6 +30,13 @@ Azure Database for PostgreSQL server backup is available in all regions, except
3030
- Cross-region backup isn't supported. Therefore, you can't back up an Azure PostgreSQL server to a vault in another region. Similarly, you can only restore a backup to a server within the same region as the vault. However, we support cross-subscription backup and restore.
3131
- Private endpoint-enabled Azure PostgreSQL servers can be backed up by allowing trusted Microsoft services in the network settings.
3232
- Only the data is recovered during restore; _roles_ aren't restored.
33+
3334
## Next steps
3435

35-
- [Back up Azure Database for PostgreSQL server](backup-azure-database-postgresql.md)
36+
- [Back up Azure Database for PostgreSQL server](backup-azure-database-postgresql.md).
37+
38+
## Related content
39+
40+
- [Create a backup policy for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md).
41+
- [Configure backup for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-backup-postgresql.md).
42+
- [Restore for PostgreSQL databases using REST API](restore-postgresql-database-use-rest-api.md).

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
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: 03/18/2025
5+
ms.date: 04/16/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Back up Azure Database for PostgreSQL by using the Azure portal
1212

13-
This article describes how to back up an Azure Database for PostgreSQL server. Before you begin, review the [supported configurations, feature considerations, and known limitations](./backup-azure-database-postgresql-support-matrix.md), along with [frequently asked questions](/azure/backup/backup-azure-database-postgresql-server-faq).
13+
This article describes how to back up an Azure Database for PostgreSQL server using Azure portal. You can also to [create a backup policy](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md) and [configure backup](backup-azure-data-protection-use-rest-api-backup-postgresql.md) for PostgreSQL databases using REST API.
14+
15+
Before you begin, review the [supported configurations, feature considerations, and known limitations](./backup-azure-database-postgresql-support-matrix.md), along with [frequently asked questions](/azure/backup/backup-azure-database-postgresql-server-faq).
1416

1517
## <a name = "configure-backup-on-azure-postgresql-databases"></a>Configure a backup on PostgreSQL databases
1618

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: 03/18/2025
5+
ms.date: 04/16/2025
66
ms.custom: devx-track-azurecli
77
ms.service: azure-backup
88
author: jyothisuri
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Back up PostgreSQL databases by using the Azure CLI
1313

14-
This article describes how to back up PostgreSQL databases in [Azure Virtual Machines](/azure/postgresql/overview#azure-database-for-postgresql---single-server) by using the Azure CLI.
14+
This article describes how to back up PostgreSQL databases in [Azure Virtual Machines](/azure/postgresql/overview#azure-database-for-postgresql---single-server) by using the Azure CLI. You can also to [create a backup policy](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md) and [configure backup](backup-azure-data-protection-use-rest-api-backup-postgresql.md) for PostgreSQL databases using REST API.
1515

1616
Learn more about the [supported scenarios](backup-azure-database-postgresql-support-matrix.md) and [frequently asked questions](/azure/backup/backup-azure-database-postgresql-server-faq) for backing up Azure Database for PostgreSQL.
1717

articles/backup/backup-postgresql-ps.md

Lines changed: 2 additions & 2 deletions
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: 03/18/2025
5+
ms.date: 04/16/2025
66
ms.custom: devx-track-azurepowershell
77
ms.service: azure-backup
88
author: jyothisuri
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Back up PostgreSQL databases by using Azure PowerShell
1313

14-
This article describes how to back up [Azure Database for PostgreSQL](/azure/postgresql/overview#azure-database-for-postgresql---single-server) by using Azure PowerShell.
14+
This article describes how to back up [Azure Database for PostgreSQL](/azure/postgresql/overview#azure-database-for-postgresql---single-server) by using Azure PowerShell. You can also to [create a backup policy](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md) and [configure backup](backup-azure-data-protection-use-rest-api-backup-postgresql.md) for PostgreSQL databases using REST API.
1515

1616
Learn more about the [supported scenarios](backup-azure-database-postgresql-support-matrix.md) and [frequently asked questions](/azure/backup/backup-azure-database-postgresql-server-faq) for backing up PostgreSQL databases in Azure Database for PostgreSQL.
1717

0 commit comments

Comments
 (0)