Skip to content

Instantly share code, notes, and snippets.

@p3x-robot
Last active April 17, 2018 18:00
Show Gist options
  • Save p3x-robot/440781e013c6a71b6f42dbd3250a9acf to your computer and use it in GitHub Desktop.
Save p3x-robot/440781e013c6a71b6f42dbd3250a9acf to your computer and use it in GitHub Desktop.
MongoDB replicate
db.financialdocuments.insertMany(
db.financialdocuments.find(
{},
{'_id': false}
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment