-
I couldn't find a way to update Open WebUI |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
In the lxc shell use |
Beta Was this translation helpful? Give feedback.
-
The update command in the LXC shell worked for me. Oddly the Proxmox update helper script didn't update this thing after running it manually and also scheduling it. |
Beta Was this translation helpful? Give feedback.
-
I'm terribly sorry, you're right, and It worked for me. |
Beta Was this translation helpful? Give feedback.
this way didn't work for me, but here it's what i did and solve my problem
cd /opt/open-webui git pull origin main npm install systemctl restart open-webui journalctl -u open-webui
and voila your Open WebUI is updated