Skip to content

Commit 47bee43

Browse files
Merge pull request #265849 from AbhishekMallick-MS/Feb-9-2024-PSQL
PSQL urgent updates
2 parents 405e961 + 598d7f8 commit 47bee43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

articles/backup/backup-azure-database-postgresql-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ END LOOP;
137137
END;
138138
$do$
139139
```
140+
)
141+
142+
> [!NOTE]
143+
> If a database for which backup was already configured is failing with **UserErrorMissingDBPermissions** Please refer to this [troubleshooting guide](backup-azure-database-postgresql-troubleshoot.md) for assistance in resolving the issue.
140144
141145
## Use the PG admin tool
142146

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ The Azure Backup service uses the credentials mentioned in the key-vault to acce
104104
105105
## UserErrorMissingDBPermissions
106106
107-
The Azure Backup service uses the credentials mentioned in the key-vault to access the database as a database user. The relevant key vault and the secret are [provided during configuration of backup](backup-azure-database-postgresql.md#configure-backup-on-azure-postgresql-databases). Grant appropriate permissions to the relevant backup or the database user to perform this operation on the database.
107+
108+
The Azure Backup service uses the credentials mentioned in the key-vault to access the database as a database user. The relevant key vault and the secret are [provided during configuration of backup](backup-azure-database-postgresql.md#configure-backup-on-azure-postgresql-databases). The key-vault associated with this backup instance can be found by accessing the backup instance and selecting the JSON view. You'll see the key-vault name and secret details listed under the **datasourceAuthCredentials** section as shown in the below screenshot.
109+
110+
108111
109112
## UserErrorSecretValueInUnsupportedFormat
110113

0 commit comments

Comments
 (0)