Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 228 Bytes

Migration.md

File metadata and controls

10 lines (7 loc) · 228 Bytes

Data Migration

Migration of existing data to the new platform.

Getting the data out of MongoDB

brew install mongodb
mongoexport -h host -u username -p password -d database -c collection -o existing_data.json