This document summarizes Dan Farrelly's experience migrating Buffer's production database from MongoDB 2.4 to MongoDB Atlas. Some key steps included building indexes on large collections, migrating small collections using mongodump/mongorestore, and using bulk operations and delta migrations for largest collections. Important considerations included driver/version compatibility, validating indexes, and stopping the balancer during shard migrations. The migration reduced storage usage by over 3 TB and improved query performance.