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-flex-troubleshoot.md
+31-29Lines changed: 31 additions & 29 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: Troubleshoot Azure Database for PostgreSQL - Flexible server backup
3
3
description: Troubleshooting information for backing up Azure Database for PostgreSQL - Flexible server.
4
4
ms.topic: troubleshooting
5
-
ms.date: 03/11/2024
5
+
ms.date: 03/12/2024
6
6
ms.service: backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
@@ -12,57 +12,59 @@ ms.author: v-abhmallick
12
12
13
13
This article provides the recommended actions to troubleshoot the issues you might encounter during the backup or restore of Azure Database for PostgreSQL - Flexible server.
**Cause**: Resource isn't in a valid state to perform the backup operation because the server isn't ready for long term retention.
19
22
20
-
ServerNotReadyForLongTermBackup
23
+
**Recommended action**: Validate if the PostgreSQL - Flexible server has the following properties in its resource JSON script: `"state": "Ready"`. If not present, wait for the state to change or fix the PostgreSQL - Flexible server properties to make it ready for backup.
Recommended Action: Please validate that the PgFlex server has the following properties in its resource json:- "state": "Ready". If not the case, wait for the state to change or fix the PgFlex server properties to make it ready for backup.
29
+
**Cause**: Resource group isn't found because the server isn't ready for long term retention.
27
30
28
-
31
+
**Recommended action**: Stop protection for the backup instance to avoid failures.
**Recommended action**: Assign the [appropriate permissions](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup) and retrigger the backup operation.
51
48
52
-
Possible causes:
53
-
Recommended Action: Limit reached on the number of backups that can be performed on a backup instance. Try to trigger a backup once the current running backup job finishes.
**Cause**: Limit to the number of backups that can be performed on a backup instance has reached to maximum.
58
54
59
-
Error Code: UserErrorMSIMissingPermissions
55
+
**Recommended action**: Try to trigger a backup operation once the current backup job is complete.
60
56
61
-
Possible causes: Required set of permissions not present to perform the restore operation
57
+
### UserErrorMSIMissingPermissions
62
58
63
-
Recommended Action: Please assign the appropriate permissions mentioned here and retrigger backup operation.
59
+
**Error code**: UserErrorMSIMissingPermissions
64
60
65
-
61
+
**Cause**: The required set of permissions aren't present to perform the restore operation.
62
+
63
+
**Recommended action**: Assign the [appropriate permissions](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup) and retrigger the backup operation.
64
+
65
+
## Next steps
66
+
67
+
-[About Azure Database for PostgreSQL - Flexible server backup (preview)](backup-azure-database-postgresql-flex-overview.md).
0 commit comments