|
2 | 2 | title: Back up Azure Database for PostgreSQL
|
3 | 3 | description: Learn about Azure Database for PostgreSQL backup with long-term retention
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 01/24/2022 |
| 5 | +ms.date: 02/25/2022 |
6 | 6 | author: v-amallick
|
7 | 7 | ms.service: backup
|
8 | 8 | ms.author: v-amallick
|
@@ -38,9 +38,9 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
|
38 | 38 | :::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":::
|
39 | 39 |
|
40 | 40 |
|
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. |
42 | 42 |
|
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"::: |
44 | 44 |
|
45 | 45 | 1. To specify the secret information, use one of the following options:
|
46 | 46 |
|
@@ -163,6 +163,24 @@ Choose from the list of retention rules that were defined in the associated Back
|
163 | 163 |
|
164 | 164 | :::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":::
|
165 | 165 |
|
| 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 | + |
166 | 184 | ## Next steps
|
167 | 185 |
|
168 | 186 | [Troubleshoot PostgreSQL database backup by using Azure Backup](backup-azure-database-postgresql-troubleshoot.md)
|
0 commit comments