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/how-to-migrate-single-to-flexible-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ az postgres flexible-server migration --help
70
70
71
71
The above command gives you the following output:
72
72
73
-
:::image type="content" source="./media/concepts-single-to-flexible/azpostgresflexible-servermigration --help.png" alt-text="Screenshot of Azure Command Line Interface help." lightbox="./media/concepts-single-to-flexible/azpostgresflexible-server migration --help.png":::
73
+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-help.png" alt-text="Screenshot of Azure Command Line Interface help." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-help.png":::
74
74
75
75
The output lists the supported migration commands, along with their actions. Let's look at these commands in detail.
76
76
@@ -84,7 +84,7 @@ az postgres flexible-server migration create -- help
84
84
85
85
The above command gives you the following result:
86
86
87
-
:::image type="content" source="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationcreate.png" alt-text="Screenshot of the command for creating a migration." lightbox="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationcreate.png":::
87
+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-create.png" alt-text="Screenshot of the command for creating a migration." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-create.png":::
88
88
89
89
It lists the expected arguments and has an example syntax for successfully creating a migration from the source server to the target server. Here's the CLI command to create a new migration:
90
90
@@ -201,7 +201,7 @@ az postgres flexible-server migration show [--subscription]
201
201
202
202
The `migration_name` parameter is the name you have assigned to the migration during the `create` command. Here's a snapshot of the sample response from the CLI command for showing details:
203
203
204
-
:::image type="content" source="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationshow.png" alt-text="Screenshot of Command Line Interface migration Show." lightbox="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationshow.png":::
204
+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-show.png" alt-text="Screenshot of Command Line Interface migration Show." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-show.png":::
205
205
206
206
For more information about this command, use the `help` parameter:
207
207
@@ -250,7 +250,7 @@ For more information about this command, use the `help` parameter:
250
250
251
251
The command gives you the following output:
252
252
253
-
:::image type="content" source="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationupdatecancel -- help.png" alt-text="Screenshot of Azure Command Line Interface Cancel." lightbox="./media/concepts-single-to-flexible/azpostgresflexible-servermigrationupdatecancel -- help.png":::
253
+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-update-cancel-help.png" alt-text="Screenshot of Azure Command Line Interface Cancel." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-update-cancel-help.png":::
0 commit comments