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/postgresql/migrate/migration-service/how-to-setup-azure-cli-commands-postgresql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ All the CLI commands start with `az postgres flexible-server migration`. There a
31
31
Once the CLI is installed, open the command prompt and log into the Azure account using the below command.
32
32
33
33
```azurecli-interactive
34
-
`az login`
34
+
az login
35
35
```
36
36
37
37
## Migrate commands
@@ -43,7 +43,7 @@ The migration service provides the following commands to help you migrate your P
43
43
The `--help` command in Azure CLI is a valuable option that provides detailed documentation about the commands and their subcommands, including the required verbs for operations. The `–-help`command displays the necessary commands and their associated actions for migration service in Azure Database for PostgreSQL.
44
44
45
45
```azurecli-interactive
46
-
`az postgres flexible-server migration –-help`
46
+
az postgres flexible-server migration –-help
47
47
```
48
48
49
49
The output guides you through the necessary steps and parameters required to manage your database migrations effectively using the Azure CLI.
Copy file name to clipboardExpand all lines: articles/postgresql/migrate/migration-service/includes/single-server/postgresql-single-server-portal-migrate.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Alternatively, you can initiate the migration process from the Azure Database fo
61
61
62
62
After deploying the Flexible Server, follow the steps 3 to 5 under [Configure the migration task.](#configure-the-migration-task)
63
63
64
-
### Setup tab
64
+
### Setup
65
65
66
66
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.
67
67
@@ -82,7 +82,15 @@ If the **Online** migration is selected, Logical replication must be turned on i
82
82
83
83
Select the **Next : Connect to Source** button.
84
84
85
-
### Source tab
85
+
### Runtime Server
86
+
87
+
The Migration Runtime Server is a specialized feature within the [migration service in Azure Database for PostgreSQL](../../overview-migration-service-postgresql.md), designed to act as an intermediary server during migration. It's a separate Azure Database for PostgreSQL - Flexible Server instance that isn't the target server but is used to facilitate the migration of databases from a source environment that is only accessible via a private network.
88
+
89
+
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/02-portal-offline-runtime-server-migration-single-server.png" alt-text="Screenshot of the Migration Runtime Server page.":::
90
+
91
+
For more information about the Runtime Server, visit the [Migration Runtime Server](../../concepts-migration-service-runtime-server.md).
92
+
93
+
### Connect to source
86
94
87
95
The **Source** tab prompts you to give details related to the Single Server, which is the source of the databases.
88
96
@@ -96,7 +104,7 @@ After filling out all the fields, select the **Connect to source** link. This va
96
104
97
105
Select the **Next : Select migration target** button to continue.
98
106
99
-
### Target tab
107
+
### Select migration target
100
108
101
109
The **Target** tab displays metadata for the Flexible Server target, such as subscription name, resource group, server name, location, and PostgreSQL version.
102
110
@@ -106,7 +114,7 @@ For **Server admin login name**, the tab displays the admin username used during
106
114
107
115
Select the **Next** button to select the databases to migrate.
108
116
109
-
### Select Databases for the migration tab
117
+
### Select database for migration
110
118
111
119
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.
112
120
@@ -232,7 +240,7 @@ Alternatively, you can initiate the migration process from the Azure Database fo
232
240
233
241
After deploying the Flexible Server, follow the steps 3 to 5 under [Configure the migration task.](#configure-the-migration-task)
234
242
235
-
### Setup tab
243
+
### Setup
236
244
237
245
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.
238
246
@@ -253,7 +261,15 @@ If the **Online** migration is selected, Logical replication must be turned on i
253
261
254
262
Select the **Next : Connect to Source** button.
255
263
256
-
### Source tab
264
+
### Runtime Server
265
+
266
+
The Migration Runtime Server is a specialized feature within the [migration service in Azure Database for PostgreSQL](../../overview-migration-service-postgresql.md), designed to act as an intermediary server during migration. It's a separate Azure Database for PostgreSQL - Flexible Server instance that isn't the target server but is used to facilitate the migration of databases from a source environment that is only accessible via a private network.
267
+
268
+
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/02-portal-online-runtime-server-migration-single-server.png" alt-text="Screenshot of the Migration Runtime Server page.":::
269
+
270
+
For more information about the Runtime Server, visit the [Migration Runtime Server](../../concepts-migration-service-runtime-server.md).
271
+
272
+
### Connect to source
257
273
258
274
The **Source** tab prompts you to give details related to the Single Server, which is the source of the databases.
259
275
@@ -267,7 +283,7 @@ After filling out all the fields, select the **Connect to source** link. This va
267
283
268
284
Select the **Next : Select migration target** button to continue.
269
285
270
-
### Target tab
286
+
### Select migrfation target
271
287
272
288
The **Target** tab displays metadata for the Flexible Server target, such as subscription name, resource group, server name, location, and PostgreSQL version.
273
289
@@ -277,7 +293,7 @@ For **Server admin login name**, the tab displays the admin username used during
277
293
278
294
Select the **Next** button to select the databases to migrate.
279
295
280
-
### Select Databases for the migration tab
296
+
### Select database for the migration
281
297
282
298
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.
0 commit comments