I have an application in production using NodeJs and MongoDB through Mongoose. This same application has a version that runs on a local offline server. Both databases have the same data and back up the app online to offline. It turns out that now I'm receiving data also in the offline version. I need to back up the data from my offline database to the one I'm online (as needed) to keep the two up to date. How to do this?