Recent Posts

MongoDB rename databases

The “copydb” command is deprecated, please use these two commands instead: mongodump to back up data mongorestore to recover data fr...