Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created October 22, 2019 13:31
Show Gist options
  • Save cnmoro/64e045acf508191b8b58a8f70bc4207f to your computer and use it in GitHub Desktop.
Save cnmoro/64e045acf508191b8b58a8f70bc4207f to your computer and use it in GitHub Desktop.
MongoDB Kill all operations
db.currentOp().inprog.forEach(function(cop){db.killOp(cop.opid)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment