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/backup-azure-database-postgresql.md
+19-1Lines changed: 19 additions & 1 deletion
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: 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
@@ -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)
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-postgresql-database-portal.md
+21-3Lines changed: 21 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: 02/24/2022
6
+
ms.date: 02/25/2022
7
7
author: v-amallick
8
8
ms.service: backup
9
9
ms.author: v-amallick
@@ -127,8 +127,26 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
127
127
128
128
:::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":::
129
129
130
+
## Track a backup job
131
+
132
+
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:
133
+
134
+
1. Go to the **Backup instance** screen.
135
+
136
+
It shows the jobs dashboard with operation and status for the past seven days.
137
+
138
+
:::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":::
139
+
140
+
1. To view the status of the backup job, select **View all** to see ongoing and past jobs of this backup instance.
141
+
142
+
:::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":::
143
+
144
+
1. Review the list of backup and restore jobs and their status. Select a job from the list of jobs to view job details.
145
+
146
+
:::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":::
147
+
130
148
## Next steps
131
149
132
150
> [!div class="nextstepaction"]
133
-
> [Restore Azure Database for PostgreSQL server](restore-azure-database-postgresql.md)
134
-
> [Manage Azure Database for PostgreSQL server](manage-azure-database-postgresql.md)
151
+
> -[Restore Azure Database for PostgreSQL server](restore-azure-database-postgresql.md)
152
+
> -[Manage Azure Database for PostgreSQL server](manage-azure-database-postgresql.md)
Copy file name to clipboardExpand all lines: articles/backup/tutorial-postgresql-backup.md
+31-11Lines changed: 31 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: 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
@@ -13,11 +13,12 @@ This tutorial shows you how to back up Azure Database for PostgreSQL server runn
13
13
14
14
> [!div class="checklist"]
15
15
>
16
-
> - Create a Backup vault.
17
-
> - Create a Backup Policy.
18
-
> - Prepare the databases.
19
-
> - Configure backup on the database.
20
-
> - Run an on-demand backup.
16
+
> - Create a Backup vault
17
+
> - Create a Backup Policy
18
+
> - Prepare the databases
19
+
> - Configure backup on the database
20
+
> - Run an on-demand backup
21
+
> - Track a backup job
21
22
22
23
## Before you start
23
24
@@ -192,17 +193,36 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
192
193
193
194
:::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":::
194
195
196
+
## Track a backup job
197
+
198
+
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:
199
+
200
+
1. Go to the **Backup instance** screen.
201
+
202
+
It shows the jobs dashboard with operation and status for the past seven days.
203
+
204
+
:::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":::
205
+
206
+
1. To view the status of the backup job, select **View all** to see ongoing and past jobs of this backup instance.
207
+
208
+
:::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":::
209
+
210
+
1. Review the list of backup and restore jobs and their status. Select a job from the list of jobs to view job details.
211
+
212
+
:::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":::
213
+
195
214
## Next steps
196
215
197
216
In this tutorial, you used the Azure portal to:
198
217
199
218
> [!div class="checklist"]
200
219
>
201
-
> - Create a Backup vault.
202
-
> - Create a Backup Policy.
203
-
> - Prepare the databases.
204
-
> - Configure backup on the database.
205
-
> - Run an on-demand backup.
220
+
> - Create a Backup vault
221
+
> - Create a Backup Policy
222
+
> - Prepare the databases
223
+
> - Configure backup on the database
224
+
> - Run an on-demand backup
225
+
> - Track a backup job
206
226
207
227
Continue to the how-to article to Azure Database for PostgreSQL.
0 commit comments