Skip to content

Commit 093fd46

Browse files
Merge pull request #274339 from hariramt/task/updateMay6-2024
Cancel migration update
2 parents b12d812 + 8fac243 commit 093fd46

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

articles/postgresql/migrate/migration-service/includes/aws/postgresql-aws-cli-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can migrate using Azure CLI.
7777
7878
## Cancel the migration using CLI
7979
80-
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt but doesn't drop or roll back any changes on your target server. Here's the CLI command to delete a migration:
80+
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt and rolls back all changes on your target server. Here's the CLI command to delete a migration:
8181
8282
```azurecli
8383
az postgres flexible-server migration update cancel [--subscription]

articles/postgresql/migrate/migration-service/includes/aws/postgresql-aws-portal-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ Possible validation substates include:
161161

162162
You can cancel any ongoing validations or migrations. The workflow must be in the **InProgress** state to be canceled. You can't cancel a validation or migration that's in the **Succeeded** or **Failed** state.
163163

164-
- Canceling a validation stops further validation activity, and the validation moves to a **Can be called** state.
165-
- Canceling a migration stops further migration activity on your target server and moves to a **Can be called** state. It doesn't drop or roll back any changes on your target server. Be sure to drop the databases on your target server involved in a canceled migration.
164+
- Canceling a validation stops further validation activity, and the validation moves to a **Cancelled** state.
165+
- Canceling a migration stops further migration activity on your target server and moves to a **Cancelled** state. The cancel action will roll back all changes made by the migration service on your target server.

articles/postgresql/migrate/migration-service/includes/iaas/postgresql-iaas-cli-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We're going to migrate "ticketdb","inventorydb","salesdb" into Azure Database fo
7777
7878
## Cancel the migration using CLI
7979
80-
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt but doesn't drop or roll back any changes on your target server. Here's the CLI command to delete a migration:
80+
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt and rolls back all changes on your target server. Here's the CLI command to delete a migration:
8181
8282
```azurecli
8383
az postgres flexible-server migration update cancel [--subscription]

articles/postgresql/migrate/migration-service/includes/iaas/postgresql-iaas-portal-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ Possible validation substates include:
160160

161161
You can cancel any ongoing validations or migrations. The workflow must be in the **InProgress** state to be canceled. You can't cancel a validation or migration that's in the **Succeeded** or **Failed** state.
162162

163-
- Canceling a validation stops further validation activity, and the validation moves to a **Can be called** state.
164-
- Canceling a migration stops further migration activity on your target server and moves to a **Can be called** state. It doesn't drop or roll back any changes on your target server. Be sure to drop the databases on your target server involved in a canceled migration.
163+
- Canceling a validation stops further validation activity, and the validation moves to a **Cancelled** state.
164+
- Canceling a migration stops further migration activity on your target server and moves to a **Cancelled** state. The cancel action will roll back all changes made by the migration service on your target server.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ For more information about this command, use the `help` parameter:
455455

456456
## Cancel the migration using CLI
457457

458-
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt but doesn't drop or roll back any changes on your target server. Here's the CLI command to delete a migration:
458+
You can cancel any ongoing migration attempts by using the `cancel` command. This command stops the particular migration attempt and rolls back all changes on your target server. Here's the CLI command to delete a migration:
459459

460460
```azurecli
461461
az postgres flexible-server migration update cancel [--subscription]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,4 @@ Possible migration substates include:
393393
You can cancel any ongoing validations or migrations. The workflow must be in the **InProgress** state to be canceled. You can't cancel a validation or migration that's in the **Succeeded** or **Failed** state.
394394

395395
Canceling a validation stops any further validation activity and the validation moves to a **Canceled** state.
396-
Canceling a migration stops further migration activity on your target server and moves to a **Canceled** state. It doesn't drop or roll back any changes on your target server. Be sure to drop the databases on your target server involved in a canceled migration.
396+
Canceling a migration stops further migration activity on your target server and moves to a **Canceled** state. The cancel action will roll back all changes made by the migration service on your target server.

0 commit comments

Comments
 (0)