Tuesday, May 11, 2021

Mongo dump and restore

 MongoDump

 mongodump -d=pp -c=qq --query='{"expiredPremiumInfo":{"$exists":true}}'


mongorestore -d=pp -c=qq <path to bson file>

No comments:

Post a Comment