Skip to content

Commit f8b0302

Browse files
committed
edit pass: migration-service-batch1
1 parent 21a19c3 commit f8b0302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/migrate/migration-service/concepts-premigration-migration-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can choose any of the following options:
5656
- **Validate**: Use this option to check your server and database readiness for migration to the target. *This option won't start data migration and won't require any server downtime.*
5757
- Plan your migrations better by performing premigration validations in advance to know the potential issues you might encounter while you perform migrations.
5858
- **Migrate**: Use this option to kickstart the migration without going through a validation process. Perform validation before you trigger a migration to increase the chances of success. After validation is finished, you can use this option to start the migration process.
59-
- **Validate and Migrate**: This option performs validations, and migration gets triggered if all checks are in the *Succeeded* or *Warning* state. Validation failures don't start the migration between source and target servers.
59+
- **Validate and Migrate**: This option performs validations, and migration gets triggered if all checks are in the **Succeeded** or **Warning** state. Validation failures don't start the migration between source and target servers.
6060
6161
We recommend that you use premigration validations to identify issues before you run migrations. This technique helps you to plan your migrations better and avoid any surprises during the migration process.
6262

0 commit comments

Comments
 (0)