Skip to content

Commit 155f796

Browse files
authored
Update tutorial-migration-service-rds-online.md
Changed the migration-mode options for a CLI to "online" since this document is for an online migration
1 parent 89b655e commit 155f796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/postgresql/migrate/migration-service/tutorial-migration-service-rds-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To begin the migration, create a JSON file with the migration details. The JSON
185185
- In the above steps, there are no migrations performed so we start with the new migration by running the following command.
186186
187187
```azurecli-interactive
188-
az postgres flexible-server migration create --subscription <subscription_id> --resource-group <resource_group> --name <target_server> --migration-name <migration> --migration-mode offline --migration-option ValidateAndMigrate --properties "c:/migration-cli/migration_body.json"
188+
az postgres flexible-server migration create --subscription <subscription_id> --resource-group <resource_group> --name <target_server> --migration-name <migration> --migration-mode online --migration-option ValidateAndMigrate --properties "c:/migration-cli/migration_body.json"
189189
```
190190
191191
- Run the following command to see the status of the migration initiated in the previous step. You can check the status of the migration by providing the migration name.

0 commit comments

Comments
 (0)