Check Details
Check requirement: During full + incremental synchronization, the Oplog can be obtained from the source.
Check description: Incremental synchronization relies on the Oplog for replay. If the local database of the source does not contain the oplog.rs or oplog.$main collection, the Oplog cannot be obtained.
Fixing Method
Start the source in replica set or primary-secondary mode to ensure that the Oplog can be generated based on operations, which are recorded in the local database of the source.