mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #24270] issue: Fresh install does not save System Prompts on chats. #58917
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Notbici on GitHub (Apr 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24270
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
No response
Operating System
Mac OS Tahoe
Browser (if applicable)
Latest Chrome
Confirmation
README.md.Expected Behavior
When you create a chat in OpenWebUI and add a system prompt for that local chat, it is expected to save the prompt so that when you refresh, the prompt persists.
Actual Behavior
What its NOW doing is deleting that system prompt, breaking my prior chats.
Steps to Reproduce
Steps to replicate:
(Destructive.. lol..)
docker rm open-webui -fdocker volume rm open-webuidocker pull ghcr.io/open-webui/open-webui:main- make sure its the latest.openwebui docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainWhat I expected and in previous versions of Open WebUI it used to persist the system prompt, now it does not. A lot of my prior chats had complicated system prompts and now they're vanishing after the 0.9 update.
Logs & Screenshots
Screenshots for the sake of showing my environment:
Additional Information
No response
@frenzybiscuit commented on GitHub (Apr 30, 2026):
What documentation says this is the expected behavior?
If you need a persistent system prompt then you need to make a custom model under workspace -> models.
or create a folder.
@Notbici commented on GitHub (Apr 30, 2026):
This has always been the behavior and is the most logical thing to persist.. without the system prompt going back to your chat history or simply hitting F5 completely destroys your chat.. none of the 9.x change logs suggested its removal.
@smpexy commented on GitHub (Apr 30, 2026):
I upgraded a few days ago and have been impacted, my old chats still have prompts but any new chat does not.. seems "system prompts" on a chat level still exists in saved data prior to the update, perhaps the new UI is not properly saving it?
@mportuesisf commented on GitHub (May 3, 2026):
Also seeing this issue with 0.9.2 running under Docker and WSL on Windows 11, Ollama 0.22.1. Regardless of whether it's documented, this is expected user behavior and should be supported.
@Classic298 commented on GitHub (May 4, 2026):
likely fixed by
86df8bf27etesting wanted