Skip to content

Commit 5f46cb1

Browse files
Merge pull request #4863 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-17 17:12 UTC
2 parents 634405e + aa9da0d commit 5f46cb1

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

articles/postgresql/network/how-to-migrate-vnet-private-endpoint-capable-server.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ This article walks you through the steps to migrate your server, what to expect
2020

2121
Before you begin, verify that your server and environment meet the following requirements.
2222

23-
- Server configuration:
24-
25-
- The migration currently supports servers that are non-High Availability (HA) and non-replica. If HA is enabled, you must disable it before migration. Support for HA-enabled server migration is planned for future updates.
26-
27-
> [!TIP]
28-
> You can re-enable HA after the process is complete.
29-
3023
- Access requirements:
3124

3225
- Azure API, SDK, or CLI supports this migration operation. Ensure you have access to one of these tools.
@@ -37,12 +30,12 @@ Review the following information about connectivity, downtime, and post-migratio
3730

3831
- Public access settings:
3932

40-
- After migration, public access is enabled by default. The migration doesn't configure any firewall rules that permit inbound traffic unless you explicitly define them. If you don't want public access, you can disable it after migration.
33+
- After migration, public access is enabled by default. The migration process doesn't configure any firewall rules that permit inbound traffic unless you explicitly define them. If you don't want public access, you can disable it after migration.
4134

4235
> [!NOTE]
4336
> A future update changes the default to disable public access after migration.
4437
45-
- You need to adjust Terraform scripts after the migration to comply with the new setup. For more information, see the *Post-migration Setup* section.
38+
- If you use Terraform to deploy PostgreSQL, you need to adjust your scripts after the migration to comply with the new setup. For more information, see the [Post-migration Setup](#post-migration-setup) section.
4639

4740
- The end-to-end migration process typically takes about 20 minutes. During this time, the server is in an **Updating** state.
4841

@@ -91,7 +84,7 @@ For more information, see [Add private endpoint connections to Azure Database fo
9184

9285
### Update Terraform scripts
9386

94-
After the VNet to PE-capable network migration, the server is no longer VNet-integrated. Update Terraform configurations accordingly:
87+
After the VNet to PE-capable network migration, the server is no longer VNet-integrated. If you have Terraform configurations, update them accordingly:
9588

9689
- Remove `delegated_subnet_id` from the PostgreSQL server resource.
9790
- Ensure `public_network_access_enabled` remains `true` (this value is the post-migration default).

0 commit comments

Comments
 (0)