Skip to content

Instantly share code, notes, and snippets.

@susemeee
Created April 13, 2023 04:56
Show Gist options
  • Save susemeee/ed7f1fe4fac0520042b63bdec6cae4f3 to your computer and use it in GitHub Desktop.
Save susemeee/ed7f1fe4fac0520042b63bdec6cae4f3 to your computer and use it in GitHub Desktop.
MongoDB log rotation
mongosh

rs [direct: secondary] test> db.adminCommand( { logRotate : "server" } )

cd /var/log/mongodb

sudo -u mongodb gzip [[MONGODB_LOG_FILENAME]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment