Skip to content

Commit 245336e

Browse files
committed
edit pass: azure-database-for-postgresql-backup
1 parent 1271b18 commit 245336e

File tree

3 files changed

+174
-154
lines changed

3 files changed

+174
-154
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ The workload admin is responsible for managing and rotating credentials. Azure B
8989
1. Set the database user's backup privileges on the database.
9090

9191
> [!NOTE]
92-
> You can grant these permissions within the [configure backup](backup-azure-database-postgresql.md#configure-backup-on-azure-postgresql-databases) flow with a single click if you, as the backup admin, have write access on the intended resources. If you don't have the required permissions (when multiple personas are involved), use an Azure Resource Manager template.
92+
> You can grant these permissions within the [configure backup](backup-azure-database-postgresql.md##configure-a-backup-on-azure-postgresql-databases) flow with a single click if you, as the backup admin, have write access on the intended resources. If you don't have the required permissions (when multiple personas are involved), use an Azure Resource Manager template.
9393
9494
#### Permissions needed for Azure PostgreSQL database restore
9595

96-
Permissions for restore are similar to the ones that you need for backup. You need to [manually grant the permissions on the target Azure Database for PostgreSQL server and the corresponding key vault](#steps-for-manually-granting-access-on-the-azure-database-for-postgresql-server-and-on-key-vault). Unlike in the [configure backup](backup-azure-database-postgresql.md#configure-backup-on-azure-postgresql-databases) flow, the experience to grant these permissions inline is currently not available.
96+
Permissions for restore are similar to the ones that you need for backup. You need to [manually grant the permissions on the target Azure Database for PostgreSQL server and the corresponding key vault](#steps-for-manually-granting-access-on-the-azure-database-for-postgresql-server-and-on-key-vault). Unlike in the [configure backup](backup-azure-database-postgresql.md##configure-a-backup-on-azure-postgresql-databases) flow, the experience to grant these permissions inline is currently not available.
9797

9898
Ensure that the database user (corresponding to the credentials stored in the key vault) has the following restore privileges on the database:
9999

@@ -155,7 +155,7 @@ To grant all the access permissions that Azure Backup needs, use the following s
155155

156156
### Database user's backup privileges on the database
157157

158-
Run the following query in the [PG admin](#use-the-pg-admin-tool) tool. Replace `username` with the database user ID.
158+
Run the following query in the [pgAdmin](#use-the-pgadmin-tool) tool. Replace `username` with the database user ID.
159159

160160
```
161161
DO $do$
@@ -178,9 +178,9 @@ $do$
178178
> [!NOTE]
179179
> If a database for which you already configured backup is failing with `UserErrorMissingDBPermissions`, refer to [this troubleshooting guide](backup-azure-database-postgresql-troubleshoot.md) for assistance in resolving the problem.
180180
181-
## Use the PG admin tool
181+
## Use the pgAdmin tool
182182

183-
[Download the PG admin tool](https://www.pgadmin.org/download/) if you don't have it already. You can connect to the Azure Database for PostgreSQL server through this tool. Also, you can add databases and new users to this server.
183+
[Download the pgAdmin tool](https://www.pgadmin.org/download/) if you don't have it already. You can connect to the Azure Database for PostgreSQL server through this tool. Also, you can add databases and new users to this server.
184184

185185
:::image type="content" source="./media/backup-azure-database-postgresql-overview/connect-to-azure-postgresql-server-using-pg-admin-tool-inline.png" alt-text="Screenshot that shows the process to connect to an Azure Database for PostgreSQL server by using the P G admin tool." lightbox="./media/backup-azure-database-postgresql-overview/connect-to-azure-postgresql-server-using-pg-admin-tool-expanded.png":::
186186

0 commit comments

Comments
 (0)