My YunoHost server
Hardware: VPS bought online
YunoHost version: 11.2.20.2
I have access to my server : Through SSH & through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: wekan v7.51~ynh1
Description of my issue
Hello, Yunohosters! After attempting to upgrade Wekan from v7.49 to v7.51, I was no longer able to visit the app (I believe due to a 502 Bad Gateway on the front end). These are the steps I followed.
- I tried to uninstall the app & restore from backup. This failed. Logs are pasted here: https://paste.yunohost.org/raw/mokuceheha
- I tried to install version 7.49 explicitly. This failed. Logs are pasted here: https://paste.yunohost.org/raw/uwenirecaf
I gather (MongoDB v5.0.6 exited with status code 62 - #4 by Tarif_Ezaz - Installation & Upgrades - MongoDB Developer Community Forums) that mongod.service exiting with error code 62 means that the major version of MongoDB was bumped between those versions, leaving my data unreadable by the new version. This is what motivated me to try to downgrade Wekan. That still may be the way to go; presumably if I can successfully install v7.49, I can upgrade to 7.50 and then 7.51 and all will be well.
- ETA: I tried uninstalling MongoDB and its systemd service, and then installing v7.49. This failed. Logs are pasted here: https://paste.yunohost.org/raw/usepugaxif . Puzzled as to why the install script would fail to create the
/var/lib/mongo
directory or themongod
user.
Anyone have any guidance here? I’d love to be able to retain my data. Thanks in advance!