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/quick-backup-postgresql-database-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Quick start - Back up Azure Database for PostgreSQL server
3
3
description: In this quickstart, learn how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
4
4
ms.topic: quickstart
5
5
ms.custom: mvc, mode-ui
6
-
ms.date: 03/18/2025
6
+
ms.date: 01/21/2026
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-mallicka
@@ -18,7 +18,7 @@ Azure Database for PostgreSQL is a managed service that you use to run, manage,
18
18
19
19
Before you configure backup of Azure PostgreSQL database:
20
20
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.
22
22
- 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)
23
23
-[Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
24
24
-[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
41
41
42
42
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
43
43
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.
45
45
46
46
:::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":::
Copy file name to clipboardExpand all lines: articles/backup/tutorial-postgresql-backup.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Tutorial - Back up Azure Database for PostgreSQL server
3
3
description: Learn about how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
4
4
ms.topic: tutorial
5
-
ms.date: 02/17/2025
5
+
ms.date: 01/21/2026
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -21,9 +21,9 @@ This tutorial shows you how to back up Azure Database for PostgreSQL server runn
21
21
> - Run an on-demand backup
22
22
> - Track a backup job
23
23
24
-
## Before you start
24
+
## Prerequisites
25
25
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:
27
27
28
28
- Identify or create a Backup Vault in the same region where you want to back up the Azure Database for PostgreSQL server instance.
29
29
- 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:
33
33
-[Allow access permissions for PostgreSQL server](backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-postgresql-server).
34
34
35
35
36
-
## Create a Backup vault
36
+
## Create a Backup vault for PostgreSQL database backups
37
37
38
38
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.
39
39
@@ -54,7 +54,7 @@ A Backup vault is a storage entity in Azure that holds back-up data for various
54
54
55
55
:::image type="content" source="./media/backup-managed-disks/review-and-create.png" alt-text="Screenshot showing to select Review and create vault.":::
56
56
57
-
## Create Backup Policy
57
+
## Create Backup Policy for PostgreSQL database backups
58
58
59
59
You can create a Backup policy on the go during the configure backup flow. Alternatively, go to **Backup center** -> **Backup policies** -> **Add**.
60
60
@@ -85,15 +85,15 @@ You can create a Backup policy on the go during the configure backup flow. Alter
85
85
>[!Note]
86
86
>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.
87
87
88
-
## Prepare the database
88
+
## Prepare the PostgreSQL database for backup
89
89
90
-
To prepare the database, follow these steps:
90
+
To prepare the database for backup, follow these steps:
91
91
92
92
1.[Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
93
93
1.[Grant privileges to database users using PowerShell scripts](backup-azure-database-postgresql.md#run-powershell-script-to-grant-privileges-to-database-users).
94
94
95
95
96
-
## Configure backup on the database
96
+
## Configure backup on the PostgreSQL database
97
97
98
98
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:
99
99
@@ -105,7 +105,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
105
105
106
106
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
107
107
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.
109
109
110
110
:::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":::
111
111
@@ -182,7 +182,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
182
182
183
183
:::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":::
184
184
185
-
## Run an on-demand backup
185
+
## Run an on-demand backup for PostgreSQL database
186
186
187
187
To trigger an on-demand backup (that's not in the schedule specified in the policy), follow these steps:
188
188
@@ -194,7 +194,7 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
194
194
195
195
:::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":::
196
196
197
-
## Track a backup job
197
+
## Track a backup job for PostgreSQL database
198
198
199
199
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:
0 commit comments