Skip to content

Instantly share code, notes, and snippets.

@caprica
Created September 10, 2021 18:21
Show Gist options
  • Save caprica/4dcd2e8fd46f1c5a2a0a39956f99d1d0 to your computer and use it in GitHub Desktop.
Save caprica/4dcd2e8fd46f1c5a2a0a39956f99d1d0 to your computer and use it in GitHub Desktop.
MongoDB rename collection
db.currentCollectionName.renameCollection("newCollectionName")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment