Skip to content

Commit a055260

Browse files
Merge pull request #52 from ianf-mongodb/DOCSP-33185
DOCSP-33185 Stop / Resume Sync Job Considerations
2 parents 980405f + 8c5b742 commit a055260

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/jobs/stopping-jobs.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ the type and stage of the sync job:
2323
partially migrated data remains in the MongoDB database.
2424
- If you stop a continuous sync job during the CDC stage, the process
2525
ends gracefully, and Relational Migrator cleans up any temporary data.
26+
- After a sync job is stopped, you cannot resume it. To migrate data from
27+
a stopped sync job, you can create a new job and select the option
28+
:guilabel:`Drop destination collections before migration`.
2629

27-
Once initiated, the process of canceling or completing a sync job may take up to one minute.
30+
Once initiated, the process of canceling or completing a sync job may
31+
take up to one minute.
2832

2933
Steps
3034
-----

0 commit comments

Comments
 (0)