Skip to content

Commit df60c48

Browse files
Changes to the content of concepts doc
1 parent 54c3c1b commit df60c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/migrate/concepts-single-to-flexible.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Get started with the Single to Flex migration tool by using any of the following
115115
* [Migrate using the Azure portal](../migrate/how-to-migrate-single-to-flexible-portal.md)
116116
* [Migrate using the Azure CLI](../migrate/how-to-migrate-single-to-flexible-cli.md)
117117

118-
## Using Single to Flex migration tool for your database migration journey
118+
## Best practices
119119

120120
Here, we go through the phases of an overall database migration journey, with guidance on how to use Single to Flex migration tool in the process.
121121

@@ -157,7 +157,7 @@ Psql -h **myflexserver**.postgres.database.azure.com -u user1 -d db1
157157

158158
While most frequently a migration runs without a hitch, it’s good practice to plan for contingencies if there is additional time required for debugging or if a migration may need to be restarted.
159159

160-
#### Migration Pre-requisites
160+
#### Migration Prerequisites
161161
The following pre-requisites need to be taken care of before using the Single to Flex Migration tool for migration
162162

163163
##### Network connectivity between Single and Flexible Server
@@ -184,7 +184,7 @@ The following table summarizes the list of networking scenarios supported by the
184184
* If your single server is public access (case #1 and case #2 in the above table), there's nothing needed from your end. The single to flex migration tool automatically establishes connection between single and flexible server and the migration will go through.
185185
* If your single server is in private access, then the only supported scenario is when your Flexible server is inside a VNet. If your flexible server is deployed in the same VNet as the private end point of your Single server, connections between single server and flexible server should automatically work provided there is no network security group(NSGs) blocking the connectivity between subnets. If flexible server is deployed in another VNet, [peering should be established between the VNets](../../virtual-network/tutorial-connect-virtual-networks-portal.md) for the connection to work between Single and Flexible server.
186186

187-
##### Allow listing extensions used in Single Server on Flexible Server
187+
##### Allow-list required extensions
188188
Use the following select command in the Single Server databases to list all the extensions that are being used.
189189

190190
```

0 commit comments

Comments
 (0)