Skip to content

Commit 0e32145

Browse files
Merge pull request #269282 from AbhishekMallick-MS/Mar-18-2024-PSQL
PSQL backup - removed text
2 parents d21ebaa + 57b8611 commit 0e32145

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL
33
description: Learn about Azure Database for PostgreSQL backup with long-term retention
44
ms.topic: conceptual
5-
ms.date: 08/02/2023
5+
ms.date: 03/18/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -81,8 +81,6 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
8181
:::image type="content" source="./media/backup-azure-database-postgresql/define-scope-of-access-permission-inline.png" alt-text="Screenshot showing to define the scope of access permission." lightbox="./media/backup-azure-database-postgresql/define-scope-of-access-permission-expanded.png":::
8282

8383
- Backup vault accesses secrets from the key vault and runs a test connection to the database to validate if the credentials have been entered correctly. The privileges of the database user are also checked to see [if the Database user has backup-related permissions on the database](backup-azure-database-postgresql-overview.md#database-users-backup-privileges-on-the-database).
84-
85-
- PostgreSQL admin will have all the backup and restore permissions on the database by default. Therefore, validations would succeed.
8684
- A low privileged user may not have backup/restore permissions on the database. Therefore, the validations would fail. A PowerShell script is dynamically generated (one per record/selected database). [Run the PowerShell script to grant these privileges to the database user on the database](#create-secrets-in-the-key-vault). Alternatively, you can assign these privileges using PG admin or PSQL tool.
8785

8886
:::image type="content" source="./media/backup-azure-database-postgresql/backup-vault-accesses-secrets-inline.png" alt-text="Screenshot showing the backup vault access secrets from the key vault." lightbox="./media/backup-azure-database-postgresql/backup-vault-accesses-secrets-expanded.png":::

0 commit comments

Comments
 (0)