diff --git a/articles/postgresql/migrate/migration-service/tutorial-migration-service-rds-online.md b/articles/postgresql/migrate/migration-service/tutorial-migration-service-rds-online.md index e3f963e978..3f17602cba 100644 --- a/articles/postgresql/migrate/migration-service/tutorial-migration-service-rds-online.md +++ b/articles/postgresql/migrate/migration-service/tutorial-migration-service-rds-online.md @@ -185,7 +185,7 @@ To begin the migration, create a JSON file with the migration details. The JSON - In the above steps, there are no migrations performed so we start with the new migration by running the following command. ```azurecli-interactive - az postgres flexible-server migration create --subscription --resource-group --name --migration-name --migration-mode offline --migration-option ValidateAndMigrate --properties "c:/migration-cli/migration_body.json" + az postgres flexible-server migration create --subscription --resource-group --name --migration-name --migration-mode online --migration-option ValidateAndMigrate --properties "c:/migration-cli/migration_body.json" ``` - 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.