码迷,mamicode.com
首页 > 数据库 > 详细

MongoDB实现日志自动切割

时间:2017-03-21 15:46:43      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:lin   roo   god   and   ram   sha   arp   root   host   

1、编写js脚本

db.runCommand({logRotate:1})

2、编写windows批处理

mongo -u root -p root -authenticationDatabase admin localhost/admin "D:\Program Files\MongoDB\Server\3.2\data\backup\logRotate.js"

 3、建立计划任务,定时执行

注:如果是linux系统下编写sh脚本即可

MongoDB实现日志自动切割

标签:lin   roo   god   and   ram   sha   arp   root   host   

原文地址:http://www.cnblogs.com/seastar1989/p/6594176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!