MongoDB实现日志自动切割
Posted 原地没有风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB实现日志自动切割相关的知识,希望对你有一定的参考价值。
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实现日志自动切割的主要内容,如果未能解决你的问题,请参考以下文章