install.sh icon indicating copy to clipboard operation
install.sh copied to clipboard

rocketchatctl installs mongodb v4.0.27 instead of 4.2 or higher

Open communiteq opened this issue 3 years ago • 1 comments

On a fresh Ubuntu 20.04 machine, rocketchatctl install produces an installation containing mongodb 4.0.27, and Rocket.Chat immediately complains that it is deprecated.

|  YOUR CURRENT MONGODB VERSION (4.0.27) IS DEPRECATED.                |
|  IT WILL NOT BE SUPPORTED ON ROCKET.CHAT VERSION 5.0.0 AND GREATER,  |
|  PLEASE UPGRADE MONGODB TO VERSION 4.2 OR GREATER            |

Shouldn't it use the mongodb-org/4.4 repository instead?

communiteq avatar Nov 03 '21 13:11 communiteq

Same for me, problem was that jq was not installed, see #58 and #55

xmedeko avatar Mar 31 '22 19:03 xmedeko