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-flex-manage.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage backups of Azure Database for PostgreSQL - Flexible Server using Azure portal
3
3
description: Learn about managing backup for the Azure PostgreSQL - Flexible servers from the Azure portal.
4
4
ms.topic: how-to
5
-
ms.date: 02/28/2025
5
+
ms.date: 03/18/2025
6
6
author: jyothisuri
7
7
ms.author: jsuri
8
8
ms.service: azure-backup
@@ -74,6 +74,26 @@ After you trigger the restore operation, the backup service creates a job for tr
74
74
75
75
This section describes several Azure Backup supported management operations that make it easy to manage Azure PostgreSQL - Flexible servers.
76
76
77
+
### Enable public network access for the database storage account
78
+
79
+
Ensure the target storage account of the database is accessible via a public network. If the storage account uses a private endpoint, update its public network access settings accordingly to enable connectivity for the restore operation.
80
+
81
+
To enable public network access for the database storage account, follow these steps:
82
+
83
+
1. In the [Azure portal](https://portal.azure.com/), go to the **target storage account** > **Security + Networking** > **Networking**.
84
+
85
+
2. Select **Manage** under **Public network access**.
86
+
87
+
3. On the **Public network access** pane, select **Enable from selected networks** as **Default action**.
88
+
89
+
:::image type="content" source="./media/backup-azure-database-postgresql-flex-manage/enable-public-network-access.png" alt-text="Screenshot shows how to enable public network access for the database storage account." lightbox="./media/backup-azure-database-postgresql-flex-manage/enable-public-network-access.png":::
90
+
91
+
4. Under **Resource instances**, choose **Resource type** as `Microsoft.DataProtection/BackupVaults`, and then select the **Backup vault** where your backup is stored.
92
+
93
+
5. Under **Exceptions**, select **Allow trusted Microsoft services to access this resource**.
94
+
95
+
6. Select **Save** to implement the updates.
96
+
77
97
### Stop Protection
78
98
79
99
There are three ways by which you can stop protecting an Azure Disk:
Copy file name to clipboardExpand all lines: articles/backup/restore-azure-database-postgresql-flex.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Restore Azure Database for PostgreSQL -Flexible server using Azure portal
3
3
description: Learn about how to restore Azure Database for PostgreSQL -Flexible backups.
4
4
ms.topic: how-to
5
-
ms.date: 02/28/2025
5
+
ms.date: 03/18/2025
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- ignite-2024
@@ -16,9 +16,13 @@ This article describes how to restore an Azure PostgreSQL -Flexible Server backe
16
16
17
17
## Prerequisites
18
18
19
-
1.Before you restore from Azure Database for PostgreSQL Flexible server backups, ensure that you have the required [permissions for the restore operation](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup).
19
+
Before you restore from Azure Database for PostgreSQL Flexible server backups, review the following prerequisites:
20
20
21
-
2. Backup data is stored in the Backup vault as a blob within the Microsoft tenant. During a restore operation, the backup data is copied from one storage account to another across tenants. Ensure that the target storage account for the restore has the **AllowCrossTenantReplication** property set to **true**.
21
+
- Ensure that you have the required [permissions for the restore operation](backup-azure-database-postgresql-flex-overview.md#permissions-for-backup).
22
+
23
+
- Backup data is stored in the Backup vault as a blob within the Microsoft tenant. During a restore operation, the backup data is copied from one storage account to another across tenants. Ensure that the target storage account for the restore has the **AllowCrossTenantReplication** property set to **true**.
24
+
25
+
- Ensure the target storage account of the database is accessible via a public network. If the storage account uses a private endpoint, [update its public network access settings](backup-azure-database-postgresql-flex-manage.md#enable-public-network-access-for-the-database-storage-account) accordingly to enable connectivity for the restore operation.
22
26
23
27
## Restore Azure PostgreSQL-Flexible database
24
28
@@ -71,7 +75,7 @@ Follow these steps:
71
75
72
76
If you have more than one database to restore, re-run the earlier command for each database.
73
77
74
-
Also, by using multiple concurrent jobs **-j**, you can reduce the time it takes to restore a large database on a multi-vCore target server. The number of jobs can be equal to or less than the number of vCPUs that are allocated for the target server.
78
+
Also, by using multiple concurrent jobs `-j`, you can reduce the time it takes to restore a large database on a multi-vCore target server. The number of jobs can be equal to or less than the number of vCPUs that are allocated for the target server.
75
79
76
80
1. To restore the other three files (roles, schema and tablespaces), use the psql utility to restore them to a PostgreSQL Flexible server.
0 commit comments