Skip to content

Commit 1076011

Browse files
AI optimization - PSQL DB backup tutorial - 7 H2s update
1 parent 56a7f98 commit 1076011

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

articles/backup/tutorial-postgresql-backup.md

Lines changed: 10 additions & 10 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

@@ -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)