RocketChat / install.sh

command line tool to help you install and configure a RocketChat server in a Linux host
https://rocket.chat/docs/installation/rocketchatctl/
32 stars 34 forks source link

Change MongoDB storage engine to WiredTiger #36

Closed MikeD096 closed 3 years ago

MikeD096 commented 3 years ago

Starting in version 4.2, MongoDB removes the deprecated MMAPv1 storage engine. WiredTiger has been the default since MongoDB 3.2.

Script should be updated to use WiredTiger.