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/azure-kubernetes-service-backup-troubleshoot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,9 @@ These error codes appear due to issues on the Backup Extension installed in the
167
167
168
168
### BackupPluginPodRestartedDuringBackupError
169
169
170
-
**Cause**: Backup Extension Pod (dataprotection-microsoft-kubernetes-agent) in your AKS cluster experiencing instability due to insufficient CPU/Memory resources on its current node, leading to OOM (Out of Memory) kill incidents. This could be because of lower compute requested by the backup extension pod.
170
+
**Cause**: Backup Extension Pod (dataprotection-microsoft-kubernetes-agent) in your AKS cluster experiencing instability due to insufficient CPU/Memory resources on its current node, leading to OOM (Out of Memory) kill incidents. This could be because of either lower compute requested by the backup extension pod or a large number of resources of a particular type are being backed up or restored.
171
171
172
-
**Recommended action**: To address this, we recommend increasing the compute values allocated to this pod. By doing so, it will be automatically provisioned on a different node within your AKS cluster with ample compute resources available.
172
+
**Recommended action**: To address this, first check the backup logs stored in the blob container provided as input in extension installation to verify if the issue is due to large number of resources. If thats the issue then exclude these resources from the backup configuration and reattempt the operation. Otherwise we recommend increasing the compute values allocated to this pod. By doing so, it will be automatically provisioned on a different node within your AKS cluster with ample compute resources available.
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-manage-backups.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,26 +102,6 @@ To enable Trusted Access between Backup vault and AKS cluster, use the following
102
102
103
103
Learn more about [other commands related to Trusted Access](/azure/aks/trusted-access-feature#trusted-access-feature-overview).
104
104
105
-
## Monitor a backup operation
106
-
107
-
The 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:
108
-
109
-
1. Go to the **Azure Business Continuity Center** and select **Protected Items** under **Protection Inventory**.
110
-
111
-
The **Protected Items** blade shows all the backup instances created across the subscriptions. Use the filters to access the backup instance you would like to take a look at. Select on the protected item and open it.
112
-
113
-
:::image type="content" source="./media/backup-managed-disks/jobs-dashboard.png" alt-text="Screenshot shows the jobs dashboard." lightbox="./media/backup-managed-disks/jobs-dashboard.png":::
114
-
115
-
1. Now select on the **Associated Items** to open up the dashboard for the backup instance. Here you can see the backup jobs for the last seven days.
116
-
117
-
1. To view the status of the backup operation, select **View all** to show ongoing and past jobs of this backup instance.
118
-
119
-

120
-
121
-
1. Review the list of backup and restore jobs and their status. Select a job from the list of jobs to view job details.
122
-
123
-

124
-
125
105
## Manage operations using the Azure portal
126
106
127
107
This section describes several Azure Backup supported management operations that make it easy to manage Azure Kubernetes Service cluster backups.
@@ -167,7 +147,7 @@ After you trigger the restore operation, the backup service creates a job for tr
167
147

168
148
169
149
170
-
### Monitor AKS backup related jobs with the completed with warnings status
150
+
### Monitor backup and restore jobs with the completed with warnings status
171
151
172
152
When a scheduled or an on-demand backup or restore operation is performed, a job is created corresponding to the operation to track its progress. If there is a failure, these jobs allow you to identify error codes and fix issues to run a successful job later.
173
153
@@ -212,6 +192,10 @@ There are three ways by which you can stop protecting an Azure Disk:
212
192
213
193
-**Stop Protection and Delete Data**: This option helps you stop all future backup jobs from protecting your clusters and delete all the recovery points. You won't be able to restore the disk or use the **Resume backup** option.
214
194
195
+
> [!NOTE]
196
+
>
197
+
> Even if AKS Backup is stopped or backups fail, the last restore point is always retained beyond the defined retention period, ensuring at least one restore point remains available.
198
+
215
199
#### Stop Protection and Retain Data
216
200
217
201
1. Go to the **Azure Business Continuity Center** and select **Protected Items** under **Protection Inventory**.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-database-postgresql-flex-support-matrix.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,11 @@ Azure Database for PostgreSQL - Flexible server backup is now available in all p
21
21
22
22
- PostgreSQL Flexible Server backup data can be recovered in user specified storage containers that can be used to rebuild the PostgreSQL flexible server. You can restore this data as a new PostgreSQL - flexible server with the database native tools.
23
23
24
-
- Only weekly backups are supported with option to opt for one day in the week on which backup is initiated.
24
+
- Only weekly backups are supported with option to opt for only one day in the week on which backup is initiated.
25
25
26
26
- Both Cross Region and Cross Subscription backups are supported.
27
27
28
-
- Recommended limit for the maximum server size is 4 TB.
29
-
30
-
- Recommended backup frequency for backing up a server is Weekly. In case you opt for Daily backup and observe failures, we recommend decreasing the frequency while relying on automated backup solution to achieve required RPO.
28
+
- Recommended limit for the maximum server size is 4 TB.
31
29
32
30
- PostgreSQL - Flexible servers encrypted by Customer Managed Key are supported.
0 commit comments