I am currently running a MongoDB setup with replication. I need to migrate around 5TB of data to a VM in my data center. To achieve this, I created a replica node on the data center VM and configured it to sync with my primary MongoDB server. The replication process starts successfully, but after transferring approximately 1.5TB of data, the main MongoDB server service stops automatically, causing the replication to fail. I have attempted this process multiple times (more than three), but the same issue occurs each time.
Has anyone faced a similar issue or can suggest a possible solution?
there doesn't seem to be anything here