Skip to content

Commit 13a74d8

Browse files
committed
more Online updates
1 parent b25a9de commit 13a74d8

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

articles/postgresql/migrate/migration-service/includes/prerequisites/prerequisites-migration-service-postgresql-online-single-server.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Prerequisites for the migration service in Azure Database for PostgreSQL (online)"
33
description: Providing the prerequisites of the migration service in Azure Database for PostgreSQL
4-
author: apduvuri
5-
ms.author: adityaduvuri
4+
author: hariramt
5+
ms.author: hariramt
66
ms.reviewer: maghan
77
ms.date: 03/19/2024
88
ms.service: postgresql
@@ -56,19 +56,12 @@ The following table can help set up the network between the source and target.
5656

5757
| Source | Target | Connectivity Tips |
5858
| --- | --- | --- |
59-
| Public | Public | No other action is required if the source is whitelisted in the target's firewall rules. |
59+
| Public | Public | No other action is required if the source is allow-listed in the target's firewall rules. |
6060
| Private | Public | This configuration isn't supported; use pg_dump/pg_restore for data transfer. |
61-
| Public | Private | No other action is required if the source is whitelisted in the target's firewall rules. |
61+
| Public | Private | No other action is required if the source is allow-listed in the target's firewall rules. |
6262
| Private | Private | Establish an ExpressRoute, IPsec VPN, VPN Tunneling, or virtual network Peering between the source and target. |
6363
| Private | Private Endpoint | This configuration isn't supported; contact [Microsoft support](https://support.microsoft.com/). |
6464

65-
**Additional Networking Considerations:**
66-
67-
- pg_hba.conf Configuration: To facilitate connectivity between the source and target PostgreSQL instances, it's essential to verify and potentially modify the pg_hba.conf file. This file includes client authentication and must be configured to allow the target PostgreSQL to connect to the source. Changes to the pg_hba.conf file typically require a restart of the source PostgreSQL instance to take effect.
68-
69-
> [!NOTE]
70-
> The pg_hba.conf file is located in the data directory of the PostgreSQL installation. This file should be checked and configured if the source database is an on-premises PostgreSQL server or a PostgreSQL server hosted on an Azure VM. For PostgreSQL instances on AWS RDS or similar managed services, the pg_hba.conf file is not directly accessible or applicable. Instead, access is controlled through the service's provided security and network access configurations.
71-
7265
For more information about network setup, visit [Network guide for migration service in Azure Database for PostgreSQL - Flexible Server](../../how-to-network-setup-migration-service.md).
7366

7467
### Extensions

articles/postgresql/migrate/migration-service/includes/prerequisites/prerequisites-migration-service-postgresql-online.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For Online migration, the replication support should be set to Logical under rep
2525
- ALTER SYSTEM SET max_wal_senders = `number of databases to migrate`;
2626
- ALTER SYSTEM SET max_replication_slots = `number of databases to migrate`;
2727

28-
Ensure that there are no long running transactions. Long running transactions don't allow creation of replication slots. The creation of a replication slot will succeed if all long running transactions are committed or rolled-back. You'll need to restart the source PostgreSQL server after completing all the Online migration prerequisites.
28+
Ensure that there are no **long running transactions**. Long running transactions don't allow creation of replication slots. The creation of a replication slot will succeed if all long running transactions are committed or rolled-back. You'll need to restart the source PostgreSQL server after completing all the Online migration prerequisites.
2929

3030
> [!NOTE]
3131
> For online migration with Azure Database for PostgreSQL single server, the Azure replication support is set to logical under the replication settings of the single server page in the Azure portal.
@@ -56,9 +56,9 @@ The following table can help set up the network between the source and target.
5656

5757
| Source | Target | Connectivity Tips |
5858
| --- | --- | --- |
59-
| Public | Public | No other action is required if the source is whitelisted in the target's firewall rules. |
59+
| Public | Public | No other action is required if the source is allow-listed in the target's firewall rules. |
6060
| Private | Public | This configuration isn't supported; use pg_dump/pg_restore for data transfer. |
61-
| Public | Private | No other action is required if the source is whitelisted in the target's firewall rules. |
61+
| Public | Private | No other action is required if the source is allow-listed in the target's firewall rules. |
6262
| Private | Private | Establish an ExpressRoute, IPsec VPN, VPN Tunneling, or virtual network Peering between the source and target. |
6363
| Private | Private Endpoint | This configuration isn't supported; contact [Microsoft support](https://support.microsoft.com/). |
6464

0 commit comments

Comments
 (0)