Skip to content

Instantly share code, notes, and snippets.

@RahulJyala7
Created March 24, 2021 16:09
Show Gist options
  • Save RahulJyala7/56ce94af1cc00561bee1b2bf80f99e88 to your computer and use it in GitHub Desktop.
Save RahulJyala7/56ce94af1cc00561bee1b2bf80f99e88 to your computer and use it in GitHub Desktop.
Mongo Dump
docker exec e69e0bb63418 sh -c 'mongodump -u root -p admin --authenticationDatabase admin -d pia-entry-generator --archive --quiet' > db.dump
docker exec -i e69e0bb63418 sh -c 'mongorestore -u root -p admin --authenticationDatabase admin --archive' < db.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment