mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
Persist chat history while running on Docker #85
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 @seth100 on GitHub (Dec 14, 2023).
Describe the bug
I'm running the Docker Compose stack of this great UI and I see that the chat history is not kept if I remove browser data.
Is there a way to keep it on the system storage, e.g. using Docker volumes to persist some folder where they are stored?
Desktop (please complete the following information):
@tjbck commented on GitHub (Dec 14, 2023):
Hi, Thanks for the suggestion. This feature will be added once #216 gets merged to main. Stay tuned! Duplicate of #68
@seth100 commented on GitHub (Dec 15, 2023):
Thanks