Skip to content

Commit 6cbc1b2

Browse files
Merge pull request #310715 from AbhishekMallick-MS/Jan-21-2026-AIoptimization
AI optimization - PSQL DB backup tutorial - 7 H2s update
2 parents e9ad97e + bfbceb2 commit 6cbc1b2

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

articles/backup/quick-backup-postgresql-database-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quick start - Back up Azure Database for PostgreSQL server
33
description: In this quickstart, learn how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
44
ms.topic: quickstart
55
ms.custom: mvc, mode-ui
6-
ms.date: 03/18/2025
6+
ms.date: 01/21/2026
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -18,7 +18,7 @@ Azure Database for PostgreSQL is a managed service that you use to run, manage,
1818

1919
Before you configure backup of Azure PostgreSQL database:
2020

21-
- Identify or [create a Backup Vault](tutorial-postgresql-backup.md#create-a-backup-vault) in the same region where you want to back up the Azure Database for PostgreSQL server instance.
21+
- Identify or [create a Backup Vault](tutorial-postgresql-backup.md#create-a-backup-vault-for-postgresql-database-backups) in the same region where you want to back up the Azure Database for PostgreSQL server instance.
2222
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup. [Learn more](/azure/postgresql/tutorial-design-database-using-azure-portal#create-an-azure-database-for-postgresql)
2323
- [Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
2424
- [Grant privileges to database users using PowerShell scripts](backup-azure-database-postgresql.md#run-powershell-script-to-grant-privileges-to-database-users).
@@ -41,7 +41,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
4141

4242
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
4343

44-
1. Select or [create](tutorial-postgresql-backup.md#create-a-backup-vault) a Backup Policy that defines the back-up schedule and the retention duration.
44+
1. Select or [create](tutorial-postgresql-backup.md#create-a-backup-vault-for-postgresql-database-backups) a Backup Policy that defines the back-up schedule and the retention duration.
4545

4646
:::image type="content" source="./media/backup-azure-database-postgresql/create-or-add-backup-policy-inline.png" alt-text="Screenshot showing the option to add a Backup policy." lightbox="./media/backup-azure-database-postgresql/create-or-add-backup-policy-expanded.png":::
4747

articles/backup/tutorial-postgresql-backup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up Azure Database for PostgreSQL server
33
description: Learn about how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
44
ms.topic: tutorial
5-
ms.date: 02/17/2025
5+
ms.date: 01/21/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -21,9 +21,9 @@ This tutorial shows you how to back up Azure Database for PostgreSQL server runn
2121
> - Run an on-demand backup
2222
> - Track a backup job
2323
24-
## Before you start
24+
## Prerequisites
2525

26-
Before you back up your Azure Database for PostgreSQL server:
26+
Before you back up your Azure Database for PostgreSQL server, ensure that the following prerequisites are met:
2727

2828
- Identify or create a Backup Vault in the same region where you want to back up the Azure Database for PostgreSQL server instance.
2929
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup. [Learn more](/azure/postgresql/tutorial-design-database-using-azure-portal#create-an-azure-database-for-postgresql)
@@ -33,7 +33,7 @@ Before you back up your Azure Database for PostgreSQL server:
3333
- [Allow access permissions for PostgreSQL server](backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-postgresql-server).
3434

3535

36-
## Create a Backup vault
36+
## Create a Backup vault for PostgreSQL database backups
3737

3838
A Backup vault is a storage entity in Azure that holds back-up data for various newer workloads that Azure Backup supports, such as Azure Database for PostgreSQL servers and Azure Disks. Backup vaults make it easy to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure back-up data.
3939

@@ -54,7 +54,7 @@ A Backup vault is a storage entity in Azure that holds back-up data for various
5454

5555
:::image type="content" source="./media/backup-managed-disks/review-and-create.png" alt-text="Screenshot showing to select Review and create vault.":::
5656

57-
## Create Backup Policy
57+
## Create Backup Policy for PostgreSQL database backups
5858

5959
You can create a Backup policy on the go during the configure backup flow. Alternatively, go to **Backup center** -> **Backup policies** -> **Add**.
6060

@@ -85,15 +85,15 @@ You can create a Backup policy on the go during the configure backup flow. Alter
8585
>[!Note]
8686
>The retention rules are evaluated in a pre-determined order of priority. The priority is the highest for the yearly rule, followed by the monthly, and then the weekly rule. Default retention settings are applied when no other rules qualify. For example, the same recovery point may be the first successful backup taken every week as well as the first successful backup taken every month. However, as the monthly rule priority is higher than that of the weekly rule, the retention corresponding to the first successful backup taken every month applies.
8787
88-
## Prepare the database
88+
## Prepare the PostgreSQL database for backup
8989

90-
To prepare the database, follow these steps:
90+
To prepare the database for backup, follow these steps:
9191

9292
1. [Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
9393
1. [Grant privileges to database users using PowerShell scripts](backup-azure-database-postgresql.md#run-powershell-script-to-grant-privileges-to-database-users).
9494

9595

96-
## Configure backup on the database
96+
## Configure backup on the PostgreSQL database
9797

9898
You can configure backup on multiple databases across multiple Azure PostgreSQL servers. To configure backup on the Azure PostgreSQL databases using Azure Backup, follow these steps:
9999

@@ -105,7 +105,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
105105

106106
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
107107

108-
1. Select or [create](#create-backup-policy) a Backup Policy that defines the backup schedule and the retention duration.
108+
1. Select or [create](#create-backup-policy-for-postgresql-database-backups) a Backup Policy that defines the backup schedule and the retention duration.
109109

110110
:::image type="content" source="./media/backup-azure-database-postgresql/create-or-add-backup-policy-inline.png" alt-text="Screenshot showing the option to add a backup policy." lightbox="./media/backup-azure-database-postgresql/create-or-add-backup-policy-expanded.png":::
111111

@@ -182,7 +182,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
182182

183183
:::image type="content" source="./media/backup-azure-database-postgresql/submit-configure-backup-operation-inline.png" alt-text="Screenshot showing the back-up configuration submission and tracking progress." lightbox="./media/backup-azure-database-postgresql/submit-configure-backup-operation-expanded.png":::
184184

185-
## Run an on-demand backup
185+
## Run an on-demand backup for PostgreSQL database
186186

187187
To trigger an on-demand backup (that's not in the schedule specified in the policy), follow these steps:
188188

@@ -194,7 +194,7 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
194194

195195
:::image type="content" source="./media/backup-azure-database-postgresql/choose-retention-rules-inline.png" alt-text="Screenshot showing the option to choose retention rules that were defined in the associated Backup policy." lightbox="./media/backup-azure-database-postgresql/choose-retention-rules-expanded.png":::
196196

197-
## Track a backup job
197+
## Track a backup job for PostgreSQL database
198198

199199
Azure Backup service creates a job for scheduled backups or if you trigger on-demand backup operation for tracking. To view the backup job status:
200200

0 commit comments

Comments
 (0)