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-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,11 @@ The workload admin is responsible for managing and rotating credentials. Azure B
89
89
1. Set the database user's backup privileges on the database.
90
90
91
91
> [!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.
93
93
94
94
#### Permissions needed for Azure PostgreSQL database restore
95
95
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.
97
97
98
98
Ensure that the database user (corresponding to the credentials stored in the key vault) has the following restore privileges on the database:
99
99
@@ -155,7 +155,7 @@ To grant all the access permissions that Azure Backup needs, use the following s
155
155
156
156
### Database user's backup privileges on the database
157
157
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.
159
159
160
160
```
161
161
DO $do$
@@ -178,9 +178,9 @@ $do$
178
178
> [!NOTE]
179
179
> 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.
180
180
181
-
## Use the PG admin tool
181
+
## Use the pgAdmin tool
182
182
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.
184
184
185
185
:::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":::
0 commit comments