www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Log rotation in mongodb

reply Vinod Kumar G M <vinodterry2696 gmail.com> writes:
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
Mar 14 2019
parent Mongogen_support <support mongogen.com> writes:
On Thursday, 14 March 2019 at 11:10:25 UTC, Vinod Kumar G  M 
wrote:
 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
Mar 14 2019