fbvarela
1/10/2019 - 8:58 PM

Dump and restore mongo data

mongodump -h localhost -d <bd-name> -c <collection-name>

mongorestore -h host:port -d <bd-name> -c <colection-name>  <field-path.bson>