
Two easy methods for cloning a MongoDB database in a cloud environment September 25, 2015
I have been using Compose.io to host my MongoDB database and quite often I need to test migration scripts against a clone of a database.
I have been using Compose.io to host my MongoDB database and quite often I need to test migration scripts against a clone of a database.
The project I'm working on has a database per client architecture. The database is created when a client registers to the service. In the first phase,