[PR #117] [MERGED] Fix Pipelines persistance #191

Closed
opened 2026-02-15 19:16:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/117
Author: @alexnederlof
Created: 11/28/2024
Status: Merged
Merged: 12/1/2024
Merged by: @westbrook-ai

Base: mainHead: patch-2


📝 Commits (1)

  • 5a9e030 Fix Pipelines persistance

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 charts/pipelines/templates/deployment.yaml (+1 -1)

📄 Description

I might not fully understand, but currently the pipelines are not persisted between restarts because they are stored in /app/piplines which is not the current persistent volume. That one is /app/backend/data.

/app/backend/data is mentioned in the Openweb-ui readme but I see no mention of it in the pipelines repo.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/117 **Author:** [@alexnederlof](https://github.com/alexnederlof) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`5a9e030`](https://github.com/open-webui/helm-charts/commit/5a9e030548f0d96f32e1444a5bdabf25bfb9fcf5) Fix Pipelines persistance ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/pipelines/templates/deployment.yaml` (+1 -1) </details> ### 📄 Description I might not fully understand, but currently the pipelines are not persisted between restarts because they are stored in `/app/piplines` which is not the current persistent volume. That one is `/app/backend/data`. `/app/backend/data` is mentioned in [the Openweb-ui readme](https://github.com/open-webui/open-webui/blob/0a26c41c7b58300f37348ba580a4f0d682ca5fbd/README.md#L90) but I see no mention of it in the pipelines repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:47 -05:00
yindo closed this issue 2026-02-15 19:16:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#191