MongoDB won't update when updating rocketchat, therefore I am unable to use Rocketchat

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.39
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no

Describe your issue

After updating Yunohost, I also updated Rocketchat, however opening the app now results in a 502 error.
Going under Tools>Services>rocketchat shows the reason being:

Apr 27 09:02:14 rocketchat[7014]: +-----------------------------------------------------------------+
Apr 27 09:02:14 rocketchat[7014]: |                           SERVER ERROR                          |
Apr 27 09:02:14 rocketchat[7014]: +-----------------------------------------------------------------+
Apr 27 09:02:14 rocketchat[7014]: |                                                                 |
Apr 27 09:02:14 rocketchat[7014]: |  Rocket.Chat Version: 8.3.2                                     |
Apr 27 09:02:14 rocketchat[7014]: |       NodeJS Version: 22.16.0 - x64                             |
Apr 27 09:02:14 rocketchat[7014]: |      MongoDB Version: 4.4.30                                    |
Apr 27 09:02:14 rocketchat[7014]: |       MongoDB Engine: wiredTiger                                |
Apr 27 09:02:14 rocketchat[7014]: |             Platform: linux                                     |
Apr 27 09:02:14 rocketchat[7014]: |         Process Port: 3000                                      |
Apr 27 09:02:14 rocketchat[7014]: |             Site URL: https://chat1.projectserver.noho.st       |
Apr 27 09:02:14 rocketchat[7014]: |          Commit Hash: b57b2cb605                                |
Apr 27 09:02:14 rocketchat[7014]: |        Commit Branch: HEAD                                      |
Apr 27 09:02:14 rocketchat[7014]: |                                                                 |
Apr 27 09:02:14 rocketchat[7014]: |  YOUR CURRENT MONGODB VERSION IS NOT SUPPORTED BY ROCKET.CHAT,  |
Apr 27 09:02:14 rocketchat[7014]: |  PLEASE UPGRADE TO VERSION 8.0 OR LATER                         |
Apr 27 09:02:14 rocketchat[7014]: |                                                                 |
Apr 27 09:02:14 rocketchat[7014]: +-----------------------------------------------------------------+
Apr 27 09:02:14 systemd[1]: rocketchat.service: Main process exited, code=exited, status=1/FAILURE
Apr 27 09:02:14 systemd[1]: rocketchat.service: Failed with result 'exit-code'.

I’m assuming Yunohost is supposed to provide the necessary dependencies upon updating the app, so it seems to be a Yunohost issue since it doesn’t.

Do i need to manually update mongodb? What is the course of action here?
I don’t want to reinstall rocketchat since I do have messages on there that i want to keep.

Share relevant logs or error messages

https://paste.yunohost.org/raw/womusogeyo

mongo_version=4.4

Mmh yeah, normally it should be mongo8.0 according to rocketchat_ynh/scripts/_common.sh at 3c98bfaaab6ff12aaf2e80527419b97966f2caa0 · YunoHost-Apps/rocketchat_ynh · GitHub

This seems to be related to your cpu which don’t support avx. Could you confirm?

If yes, the only way is to upgrade the cpu or for us to find a way to prebuild mongo without the cpu requirement

Oh wow, it doesn’t! That was the issue, the cpu doesn’t support avx. thanks.