Skip to content

Commit 7a6cfba

Browse files
committed
[PostgreSQL] [Migration Service] Single Server updates
1 parent 3f1cb2b commit 7a6cfba

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Alternatively, you can initiate the migration process from the Azure Database fo
6161

6262
After deploying the Flexible Server, follow the steps 3 to 5 under [Configure the migration task.](#configure-the-migration-task)
6363

64-
### Setup tab
64+
### Setup
6565

6666
The first tab is **Setup**. In case you missed it, allowlist necessary extensions as shown in It's essential to allowlist these extensions before you initiate a migration.
6767

@@ -82,7 +82,7 @@ If the **Online** migration is selected, Logical replication must be turned on i
8282

8383
Select the **Next : Connect to Source** button.
8484

85-
### Source tab
85+
### Connect to source
8686

8787
The **Source** tab prompts you to give details related to the Single Server, which is the source of the databases.
8888

@@ -96,7 +96,7 @@ After filling out all the fields, select the **Connect to source** link. This va
9696

9797
Select the **Next : Select migration target** button to continue.
9898

99-
### Target tab
99+
### Select migration target
100100

101101
The **Target** tab displays metadata for the Flexible Server target, such as subscription name, resource group, server name, location, and PostgreSQL version.
102102

@@ -106,7 +106,7 @@ For **Server admin login name**, the tab displays the admin username used during
106106

107107
Select the **Next** button to select the databases to migrate.
108108

109-
### Select Databases for the migration tab
109+
### Select database for migration
110110

111111
Under this tab, there's a list of user databases inside the Single Server. You can select and migrate up to eight databases in a single migration attempt. If there are more than eight user databases, the migration process is repeated between the source and target servers for the next set of databases. By default, selected databases with the same name on the target are overwritten.
112112

@@ -232,7 +232,7 @@ Alternatively, you can initiate the migration process from the Azure Database fo
232232

233233
After deploying the Flexible Server, follow the steps 3 to 5 under [Configure the migration task.](#configure-the-migration-task)
234234

235-
### Setup tab
235+
### Setup
236236

237237
The first tab is **Setup**. In case you missed it, allowlist necessary extensions as shown in It's essential to allowlist these extensions before you initiate a migration.
238238

@@ -253,7 +253,7 @@ If the **Online** migration is selected, Logical replication must be turned on i
253253

254254
Select the **Next : Connect to Source** button.
255255

256-
### Source tab
256+
### Connect to source
257257

258258
The **Source** tab prompts you to give details related to the Single Server, which is the source of the databases.
259259

@@ -267,7 +267,7 @@ After filling out all the fields, select the **Connect to source** link. This va
267267

268268
Select the **Next : Select migration target** button to continue.
269269

270-
### Target tab
270+
### Select migrfation target
271271

272272
The **Target** tab displays metadata for the Flexible Server target, such as subscription name, resource group, server name, location, and PostgreSQL version.
273273

@@ -277,7 +277,7 @@ For **Server admin login name**, the tab displays the admin username used during
277277

278278
Select the **Next** button to select the databases to migrate.
279279

280-
### Select Databases for the migration tab
280+
### Select database for the migration
281281

282282
Under this tab, there's a list of user databases inside the Single Server. You can select and migrate up to eight databases in a single migration attempt. If there are more than eight user databases, the migration process is repeated between the source and target servers for the next set of databases. By default, selected databases with the same name on the target are overwritten.
283283

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

articles/postgresql/migrate/migration-service/tutorial-migration-service-single-to-flexible.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ description: "Learn about migrating your Single Server databases to Azure Databa
55
author: hariramt
66
ms.author: hariramt
77
ms.reviewer: maghan, adityaduvuri
8-
ms.date: 03/19/2024
8+
ms.date: 06/14/2024
99
ms.service: postgresql
10-
ms.custom: devx-track-azurecli
1110
ms.topic: tutorial
11+
ms.custom:
12+
- devx-track-azurecli
1213
# CustomerIntent: As a user, I want to learn how to migrate my Single Server databases to Azure Database for PostgreSQL Flexible Server using the Azure portal, so that I can take advantage of the flexibility and scalability offered by the Flexible Server.
1314
---
1415

@@ -19,7 +20,7 @@ ms.topic: tutorial
1920
Using the Azure portal, you can migrate an instance of Azure Database for PostgreSQL – Single Server to Azure Database for PostgreSQL – Flexible Server. In this tutorial, we perform migration of a sample database from an Azure Database for PostgreSQL single server to a PostgreSQL flexible server using the Azure portal.
2021

2122
> [!div class="checklist"]
22-
>
23+
>
2324
> - Configure your Azure Database for PostgreSQL Flexible Server
2425
> - Configure the migration task
2526
> - Monitor the migration
@@ -36,7 +37,7 @@ Using the Azure portal, you can migrate an instance of Azure Database for Postgr
3637

3738
---
3839

39-
## Post migration
40+
## Check the migration once complete
4041

4142
After completing the databases, you need to manually validate the data between source and target and verify that all the objects in the target database are successfully created.
4243

0 commit comments

Comments
 (0)