Skip to content

Instantly share code, notes, and snippets.

@ibayazit
Created November 15, 2022 08:47
Show Gist options
  • Save ibayazit/96d79b4fdc34c8890955fae270d1d4a8 to your computer and use it in GitHub Desktop.
Save ibayazit/96d79b4fdc34c8890955fae270d1d4a8 to your computer and use it in GitHub Desktop.
Mongodb exporting a database with all collections and importing

Export

mongodump -d DATABASENAME -o EXPORTDIR

Import

mongorestore --uri CONNECTIONSTRONG -d NEWDATABASENAME EXPORTEDDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment