Skip to content

Commit a45ce5d

Browse files
authored
Merge pull request #189614 from v-amallick/Feb-24-2022-PSQL
PSQL backup - Quickstart
2 parents ef27425 + 31ea2bb commit a45ce5d

22 files changed

+209
-20
lines changed

articles/backup/backup-azure-database-postgresql.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL
33
description: Learn about Azure Database for PostgreSQL backup with long-term retention
44
ms.topic: conceptual
5-
ms.date: 01/24/2022
5+
ms.date: 02/25/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -38,9 +38,9 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
3838
:::image type="content" source="./media/backup-azure-database-postgresql/choose-an-azure-postgresql-server-inline.png" alt-text="Screenshot showing how to choose an Azure PostgreSQL server." lightbox="./media/backup-azure-database-postgresql/choose-an-azure-postgresql-server-expanded.png":::
3939

4040

41-
1. **Assign Azure key vault** that stores the credentials to connect to the selected database. You should have already [created the relevant secrets](#create-secrets-in-the-key-vault) in the key vault. To assign the key vault at the individual row level, click **Select a key vault and secret**. You can also assign the key vault by multi-selecting the rows and click Assign key vault in the top menu of the grid.
41+
1. **Assign Azure Key Vault** that stores the credentials to connect to the selected database. You should have already [created the relevant secrets](#create-secrets-in-the-key-vault) in the key vault. To assign the key vault at the individual row level, click **Select a key vault and secret**.. You can also assign the key vault by multi-selecting the rows and click **Assign key vault** in the top menu of the grid.
4242

43-
:::image type="content" source="./media/backup-azure-database-postgresql/assign-azure-key-vault-inline.png" alt-text="Screenshot showing how to assign Azure key vault." lightbox="./media/backup-azure-database-postgresql/assign-azure-key-vault-expanded.png":::
43+
:::image type="content" source="./media/backup-azure-database-postgresql/assign-azure-key-vault-inline.png" alt-text="Screenshot showing how to assign Azure Key Vault." lightbox="./media/backup-azure-database-postgresql/assign-azure-key-vault-expanded.png":::
4444

4545
1. To specify the secret information, use one of the following options:
4646

@@ -163,6 +163,24 @@ Choose from the list of retention rules that were defined in the associated Back
163163

164164
:::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":::
165165

166+
## Track a backup job
167+
168+
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:
169+
170+
1. Go to the **Backup instance** screen.
171+
172+
It shows the jobs dashboard with operation and status for the past seven days.
173+
174+
:::image type="content" source="./media/backup-azure-database-postgresql/postgre-jobs-dashboard-inline.png" alt-text="Screenshot showing the Jobs dashboard." lightbox="./media/backup-azure-database-postgresql/postgre-jobs-dashboard-expanded.png":::
175+
176+
1. To view the status of the backup job, select **View all** to see ongoing and past jobs of this backup instance.
177+
178+
:::image type="content" source="./media/backup-azure-database-postgresql/postgresql-jobs-view-all-inline.png" alt-text="Screenshot showing to select the View all option." lightbox="./media/backup-azure-database-postgresql/postgresql-jobs-view-all-expanded.png":::
179+
180+
1. Review the list of backup and restore jobs and their status. Select a job from the list of jobs to view job details.
181+
182+
:::image type="content" source="./media/backup-azure-database-postgresql/postgresql-jobs-select-job-inline.png" alt-text="Screenshot showing to select job to see details." lightbox="./media/backup-azure-database-postgresql/postgresql-jobs-select-job-expanded.png":::
183+
166184
## Next steps
167185

168186
[Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md)

articles/backup/backup-postgresql-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL with long-term-retention using Azure CLI
33
description: Learn how to back up Azure Database for PostgreSQL using Azure CLI.
44
ms.topic: conceptual
5-
ms.date: 01/24/2022
5+
ms.date: 02/25/2022
66
ms.custom: devx-track-azurecli
77
author: v-amallick
88
ms.service: backup
@@ -429,7 +429,7 @@ az dataprotection backup-policy show -g ossdemorg --vault-name ossdemovault-1 -
429429
}
430430
```
431431

432-
## Trigger an on-demand backup using command
432+
### Trigger an on-demand backup using command
433433

434434
Trigger an on-demand backup using the [az dataprotection backup-instance adhoc-backup](/cli/azure/dataprotection/backup-instance#az_dataprotection_backup_instance_adhoc_backup) command.
435435

articles/backup/backup-postgresql-ps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ Name : Default
291291
ObjectType : AzureRetentionRule
292292
```
293293

294-
## Trigger an on-demand backup
295-
296294
To trigger an on-demand backup, use the [Backup-AzDataProtectionBackupInstanceAdhoc](/powershell/module/az.dataprotection/backup-azdataprotectionbackupinstanceadhoc?view=azps-5.7.0&preserve-view=true) command.
297295

298296
```azurepowershell-interactive
-191 Bytes
Loading
-234 Bytes
Loading
2.94 KB
Loading
2.94 KB
Loading
-4 Bytes
Loading
-4 Bytes
Loading
-708 Bytes
Loading

0 commit comments

Comments
 (0)