openwebui LXC upgrade bug #803

Closed
opened 2025-11-20 04:54:17 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @KrisQuack on GitHub (Mar 30, 2025).

Originally assigned to: @tremor021 on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

openwebui

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/openwebui.sh)"

📝 Provide a clear and concise description of the issue.

The script installs fine without ollama added, however post-install if using the built in "upgrade" command I get the following error stating that the ollama command was not found (as it was not installed) not allowing me to upgrade.

environment: line 31: ollama: command not found

[ERROR] in line 31: exit code 0: while executing command OLLAMA_VERSION=$(ollama -v | awk '{print $NF}')

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Install Open WebUI without ollama and try the upgrade command

Paste the full error output (if available).

environment: line 31: ollama: command not found
[ERROR] in line 31: exit code 0: while executing command OLLAMA_VERSION=$(ollama -v | awk '{print $NF}')

🖼️ Additional context (optional).

No response

Originally created by @KrisQuack on GitHub (Mar 30, 2025). Originally assigned to: @tremor021 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? openwebui ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/openwebui.sh)" ### 📝 Provide a clear and concise description of the issue. The script installs fine without ollama added, however post-install if using the built in "upgrade" command I get the following error stating that the ollama command was not found (as it was not installed) not allowing me to upgrade. environment: line 31: ollama: command not found [ERROR] in line 31: exit code 0: while executing command OLLAMA_VERSION=$(ollama -v | awk '{print $NF}') ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Install Open WebUI without ollama and try the upgrade command ### ❌ Paste the full error output (if available). environment: line 31: ollama: command not found [ERROR] in line 31: exit code 0: while executing command OLLAMA_VERSION=$(ollama -v | awk '{print $NF}') ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 04:54:17 -05:00
Author
Owner

@tremor021 commented on GitHub (Mar 30, 2025):

Should be ok after the merge

@tremor021 commented on GitHub (Mar 30, 2025): Should be ok after the merge
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#803