install.sh
install.sh copied to clipboard
rocketchatctl installs mongodb v4.0.27 instead of 4.2 or higher
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?
Same for me, problem was that jq was not installed, see #58 and #55