Skip to content

Commit 2127425

Browse files
Merge pull request #310638 from AbhishekMallick-MS/Jan-19-2026-AIoptimization
AI optimization - Restore PSQL Flex DB using PS - H2 updates
2 parents 15d28d8 + 1b5afbb commit 2127425

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

articles/backup/back-up-azure-database-postgresql-flex-backup-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
33
description: Learn how to back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 01/19/2026
66
ms.custom: devx-track-azurepowershell, ignite-2024
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -16,7 +16,7 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
1616

1717
Learn more about the [supported scenarios and limitations for Azure Database for PostgreSQL - flexible server backup](backup-azure-database-postgresql-flex-support-matrix.md).
1818

19-
## Create a Backup vault
19+
## Create a Backup vault for PostgreSQL - Flexible Server backup
2020

2121
Backup vault is a storage entity in Azure. This stores the backup data for new workloads that Azure Backup supports. For example, Azure Database for PostgreSQL – Flexible servers, blobs in a storage account, and Azure Disks. Backup vaults help 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 backup data.
2222

@@ -45,7 +45,7 @@ Type : Microsoft.DataProtection/backupVaults
4545
4646
```
4747

48-
## Configure backup
48+
## Configure backup for PostgreSQL - Flexible Server
4949

5050
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-powershell.md#create-a-backup-policy). Once the vault and policy are created, protect the Azure Database for PostgreSQL - Flexible Server by following these steps:
5151

@@ -89,7 +89,7 @@ Once all the relevant permissions are set, configure the backup by running follo
8989
9090
```
9191
92-
## Run an on-demand backup
92+
## Run an on-demand backup for PostgreSQL - Flexible Server
9393
9494
Fetch the relevant backup instance on which you need to trigger a backup using the [Get-AzDataProtectionBackupInstance](/powershell/module/az.dataprotection/get-azdataprotectionbackupinstance) cmdlet.
9595
@@ -127,7 +127,7 @@ Backup-AzDataProtectionBackupInstanceAdhoc -BackupInstanceName $AllInstances[0].
127127
128128
```
129129

130-
## Track jobs
130+
## Track jobs for PostgreSQL - Flexible Server backup
131131

132132
Track all jobs using the [Get-AzDataProtectionJob](/powershell/module/az.dataprotection/get-azdataprotectionjob) cmdlet. You can list all jobs and fetch a particular job detail.
133133

@@ -138,6 +138,6 @@ You can also use the `Az.ResourceGraph` cmdlet to track all jobs across all Back
138138
139139
```
140140

141-
## Next steps
141+
## Next step
142142

143143
- [Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).

articles/backup/quick-backup-postgresql-flexible-server-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/28/2025
8+
ms.date: 01/19/2026
99
ms.service: azure-backup
1010
author: AbhishekMallick-MS
1111
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines
2323
Before you create a backup policy for Azure Database for PostgreSQL Flexible Server, ensure that the following prerequisites are met:
2424

2525
- Review the [supported scenarios and limitations for backing up Azure Database for PostgreSQL - Flexible Servers](backup-azure-database-postgresql-flex-support-matrix.md).
26-
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-powershell.md#create-a-backup-vault) to store the recovery points for the database.
26+
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-powershell.md#create-a-backup-vault-for-postgresql---flexible-server-backup) to store the recovery points for the database.
2727

2828
## Create a backup policy
2929

@@ -183,7 +183,7 @@ az dataprotection backup-policy create --backup-policy-name FinalOSSPolicy --pol
183183
184184
```
185185

186-
## Next steps
186+
## Next step
187187

188-
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure PowerShell](back-up-azure-database-postgresql-flex-backup-powershell.md#configure-backup).
188+
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure PowerShell](back-up-azure-database-postgresql-flex-backup-powershell.md#configure-backup-for-postgresql---flexible-server).
189189

0 commit comments

Comments
 (0)