Skip to content

Commit 61b78ff

Browse files
author
AbhishekMallick01
committed
PSQL Flex backup GA - Addressed PM inputs
1 parent cd1a669 commit 61b78ff

4 files changed

+5
-7
lines changed

articles/backup/backup-azure-database-postgresql-flex-restore-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Let's use an existing Backup vault `TestBkpVault`, under the resource group `tes
2222

2323
Before you restore from Azure Database for PostgreSQL – Flexible Server backups, review the following prerequisites:
2424

25-
- Ensure that you have the required permissions for the restore operation.
25+
- Ensure that you have the [required permissions for the restore operation](backup-azure-database-postgresql-flex-overview.md#azure-backup-authentication-with-the-postgresql-server).
2626
- Ensure that the target storage account for the restore has the `AllowCrossTenantReplication` property set to `true`.
2727

2828
>[!Note]
@@ -32,7 +32,7 @@ Before you restore from Azure Database for PostgreSQL – Flexible Server backup
3232

3333
Backup vault uses managed identity to access other Azure resources. To restore from backup, Backup vault’s managed identity requires a set of permissions on the Azure PostgreSQL – Flexible Server to which the database should be restored.
3434

35-
To assign the relevant permissions for vault's system-assigned managed identity on the target PostgreSQL – Flexible server, check the [set of permissions](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup) needed to backup Azure PostgreSQL – Flexible Server database.
35+
To assign the relevant permissions for vault's system-assigned managed identity on the target PostgreSQL – Flexible server, check the [set of permissions](backup-azure-database-postgresql-flex-overview.md#azure-backup-authentication-with-the-postgresql-server) needed to backup Azure PostgreSQL – Flexible Server database.
3636

3737
To restore the recovery point as files to a storage account, the **Backup vault's system-assigned managed identity** needs access on the **target storage account**.
3838

articles/backup/backup-azure-database-postgresql-flex-restore-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $TestBkpVault = Get-AzDataProtectionBackupVault -VaultName TestBkpVault -Resourc
2626

2727
Backup vault uses managed identity to access other Azure resources. To restore from backup, Backup vault’s managed identity requires a set of permissions on the Azure PostgreSQL – Flexible Server to which the database should be restored.
2828

29-
To assign the relevant permissions for vault's system-assigned managed identity on the target PostgreSQL – Flexible Server, check the [set of permissions](backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-restore) needed to backup Azure PostgreSQL – Flexible Server database.
29+
To assign the relevant permissions for vault's system-assigned managed identity on the target PostgreSQL – Flexible Server, check the [set of permissions](backup-azure-database-postgresql-flex-overview.md#azure-backup-authentication-with-the-postgresql-server) needed to backup Azure PostgreSQL – Flexible Server database.
3030

3131
To restore the recovery point as files to a storage account, the [Backup vault's system-assigned managed identity needs access on the target storage account](./restore-azure-database-postgresql.md#restore-permissions-on-the-target-storage-account).
3232

articles/backup/quick-backup-postgresql-flexible-server-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Before you create a backup policy for Azure Database for PostgreSQL - Flexible S
2424
- [Review the supported scenarios and known limitations](backup-azure-database-postgresql-flex-support-matrix.md) of Azure Database for PostgreSQL Flexible server backup.
2525
- Identify or [create a Backup vault](create-manage-backup-vault.md#create-a-backup-vault) in the same region where you want to back up the Azure Database for PostgreSQL Server instance.
2626
- Check that Azure Database for PostgreSQL Server is named in accordance with naming guidelines for Azure Backup. Learn about the [naming conventions](/previous-versions/azure/postgresql/single-server/tutorial-design-database-using-azure-portal#create-an-azure-database-for-postgresql).
27-
- Provide [database user's backup privileges on the database](backup-azure-database-postgresql-overview.md#database-users-backup-privileges-on-the-database).
28-
- Allow access permissions for PostgreSQL - Flexible Server. Learn about the [access permissions](backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-postgresql-server).
27+
- Allow access permissions for PostgreSQL - Flexible Server. Learn about the [access permissions](backup-azure-database-postgresql-overview.md#azure-backup-authentication-with-the-postgresql-server).
2928

3029
## Create a Backup policy
3130

includes/backup-postgresql-flexible-server-prerequisites.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ ms.author: jsuri
1313
- [Review the supported scenarios and known limitations](../articles/backup/backup-azure-database-postgresql-flex-support-matrix.md) of Azure Database for PostgreSQL Flexible server backup.
1414
- Identify or [create a Backup vault](../articles/backup/create-manage-backup-vault.md#create-a-backup-vault) in the same region where you want to back up the Azure Database for PostgreSQL Server instance.
1515
- Check that Azure Database for PostgreSQL Server is named in accordance with naming guidelines for Azure Backup. Learn about the [naming conventions](/previous-versions/azure/postgresql/single-server/tutorial-design-database-using-azure-portal#create-an-azure-database-for-postgresql).
16-
- Provide [database user's backup privileges on the database](../articles/backup/backup-azure-database-postgresql-overview.md#database-users-backup-privileges-on-the-database).
17-
- Allow access permissions for PostgreSQL - Flexible Server. Learn about the [access permissions](../articles/backup/backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-postgresql-server).
16+
- Allow access permissions for PostgreSQL - Flexible Server. Learn about the [access permissions](../articles/backup/backup-azure-database-postgresql-flex-overview.md#azure-backup-authentication-with-the-postgresql-server).
1817
- [Create a back up policy](../articles/backup/quick-backup-postgresql-flexible-server-portal.md).

0 commit comments

Comments
 (0)