Check Requirement
In MongoDB synchronization scenarios, the target database can have the same name as the source database, but cannot contain any data (it can only be an empty table).
Fixing Method
If a conflict error occurs, delete the corresponding database or table in the target database, or clear the data in the database or table with the same name as the target database.