Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I Have perform the log rotation in mongodb for my NoSQL data , Please help me with the Code in order to perform log rotation. Here i have a specific set of NoSQL data in my mongodb
I think this command can help u
db.adminCommand( { logRotate : 1 } )
Run this command u will be Able to perform log rotation