Skip to content

Commit 1e637f6

Browse files
author
AbhishekMallick-MS
committed
addressed PM inputs
1 parent 79cf70e commit 1e637f6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
1818

1919
**Error code**: PostgreSQLFlexOperationFailedUserError
2020

21+
**Inner error code**: `ServerNotReadyForLongTermBackup`
22+
2123
**Cause**: Resource isn't in a valid state to perform the backup operation.
2224

2325
**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.
@@ -26,6 +28,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
2628

2729
**Error code**: PostgreSQLFlexOperationFailedUserError
2830

31+
**Inner error code**: `ResourceGroupNotFound`
32+
2933
**Cause**: Resource group isn't found.
3034

3135
**Recommended action**: Stop protection for the backup instance to avoid failures.
@@ -34,6 +38,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
3438

3539
**Error code**: PostgreSQLFlexOperationFailedUserError
3640

41+
**Inner error code**: `ResourceNotFound`
42+
3743
**Cause**: Resource isn't found.
3844

3945
**Recommended action**: Stop protection for the backup instance to avoid failures.
@@ -42,6 +48,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
4248

4349
**Error code**: PostgreSQLFlexOperationFailedUserError
4450

51+
**Inner error code**: `AuthorizationFailed`
52+
4553
**Cause**: Required permissions aren't present to perform the backup operation.
4654

4755
**Recommended action**: Assign the [appropriate permissions](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup) and retrigger the backup operation.
@@ -50,6 +58,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
5058

5159
**Error code**: UserErrorMaxConcurrentOperationLimitReached
5260

61+
**Inner error code**: `UserErrorMaxConcurrentOperationLimitReached`
62+
5363
**Cause**: Limit to the number of backups that can be performed on a backup instance has reached to maximum.
5464

5565
**Recommended action**: Try to trigger a backup operation once the current backup job is complete.
@@ -58,6 +68,8 @@ This article provides the recommended actions to troubleshoot the issues you mig
5868

5969
**Error code**: UserErrorMSIMissingPermissions
6070

71+
**Inner error code**: `UserErrorMSIMissingPermissions`
72+
6173
**Cause**: The required set of permissions aren't present to perform the restore operation.
6274

6375
**Recommended action**: Assign the [appropriate permissions](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup) and retrigger the backup operation.

0 commit comments

Comments
 (0)