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
@@ -16,7 +16,7 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
16
16
17
17
Learn more about the [supported scenarios and limitations for Azure Database for PostgreSQL - flexible server backup](backup-azure-database-postgresql-flex-support-matrix.md).
18
18
19
-
## Create a Backup vault
19
+
## Create a Backup vault for PostgreSQL - Flexible Server backup
20
20
21
21
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.
22
22
@@ -45,7 +45,7 @@ Type : Microsoft.DataProtection/backupVaults
45
45
46
46
```
47
47
48
-
## Configure backup
48
+
## Configure backup for PostgreSQL - Flexible Server
49
49
50
50
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:
51
51
@@ -89,7 +89,7 @@ Once all the relevant permissions are set, configure the backup by running follo
89
89
90
90
```
91
91
92
-
## Run an on-demand backup
92
+
## Run an on-demand backup for PostgreSQL - Flexible Server
93
93
94
94
Fetch the relevant backup instance on which you need to trigger a backup using the [Get-AzDataProtectionBackupInstance](/powershell/module/az.dataprotection/get-azdataprotectionbackupinstance) cmdlet.
## Track jobs for PostgreSQL - Flexible Server backup
131
131
132
132
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.
133
133
@@ -138,6 +138,6 @@ You can also use the `Az.ResourceGraph` cmdlet to track all jobs across all Back
138
138
139
139
```
140
140
141
-
## Next steps
141
+
## Next step
142
142
143
143
-[Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-postgresql-flexible-server-powershell.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.devlang: terraform
5
5
ms.custom:
6
6
- ignite-2024
7
7
ms.topic: quickstart
8
-
ms.date: 02/28/2025
8
+
ms.date: 01/19/2026
9
9
ms.service: azure-backup
10
10
author: AbhishekMallick-MS
11
11
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines
23
23
Before you create a backup policy for Azure Database for PostgreSQL Flexible Server, ensure that the following prerequisites are met:
24
24
25
25
- 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.
[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).
0 commit comments