Hi Team,
We have 4 sharded clusters with MongoDB version 4.4, and the total size of these clusters is roughly 28TB.
This MongoDB setup is on-premises, and I need to migrate these databases to a cloud VM with MongoDB version 6.6. Which approach should we use? In MySQL, we typically take a backup, note the binlog, restore the backup to the destination MySQL, and configure replication from the source to the destination using the last binlog. This way, legacy data is moved using the backup, and delta data is moved using replication. I need a similar approach for MongoDB, but it’s a sharded cluster.
Please advise.
Thanks & Regards,
Aravind