Friday, 7 February 2020

Copy multiple MongoDB Collections from one DB Server to another

Hi all,I have a Mongo DB with multiple Collections on one VPS which I want to copy regularly to another Mongo DB on another VPS.I've already found some threads related to it e.g. this one here:https://stackoverflow.com/questions/11554762/how-to-copy-a-collection-from-one-database-to-another-in-mongodbbut either they are too old or they don't deal specifically with Node.js.So, is it possible to accomplish this task within Node.js?If yes, could someone please give some directions?

Submitted February 07, 2020 at 05:57PM by reditoro

No comments:

Post a Comment