How to upgrade an app manually? (weblate)

My YunoHost server

Hardware: Raspberry Pi 3B
YunoHost version: 11.0.9 (64-bit)
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 yes, please explain:

Description of my issue

There is a bug in weblate 4.13 that causes internal server error. It is documented here:

I cannot use this app to do any translations now because of it.

How do I manually update this app to 4.14?

sudo su
cd /var/www/weblate/venv/
source bin/activate
pip install --upgrade Weblate

#this bit is from here: https://docs.weblate.org/en/latest/admin/upgrade.html#generic-upgrade-instructions

weblate migrate --noinput
weblate collectstatic --noinput --clear
weblate check --deploy
#you will probably get an error here, so do this:
sudo reboot

You should now be on 4.14 when the server restarts.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.