[PR #855] [MERGED] docs: Add manual Alembic database migration guide #863

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/855
Author: @silentoplayz
Created: 11/28/2025
Status: Merged
Merged: 11/29/2025
Merged by: @Classic298

Base: mainHead: docs-manual-db-migration


📝 Commits (10+)

  • 627a6d1 docs: Add manual Alembic database migration guide
  • 1734221 Update manual-database-migration.md
  • c2eb0cb Update manual-database-migration.md
  • 1b6cfa9 refac
  • 6bf1cad Update manual-database-migration.md
  • 8da0d9f refac
  • 5d77524 is this what you wanted? (NF reference)
  • 7b732b6 Update mcp-notion.mdx
  • 6d870b2 Update models.md
  • 6b8d7c2 Update permissions.md

📊 Changes

4 files changed (+912 additions, -4 deletions)

View changed files

📝 docs/features/rbac/permissions.md (+2 -2)
📝 docs/features/workspace/models.md (+1 -1)
docs/troubleshooting/manual-database-migration.md (+908 -0)
📝 docs/tutorials/integrations/mcp-notion.mdx (+1 -1)

📄 Description

This change adds a new, comprehensive Docusaurus page that provides instructions on how to manually apply Alembic database migrations. This is in response to a GitHub discussion where users were encountering issues with automatic migrations after updating the application.

Related - https://github.com/open-webui/docs/issues/843, https://github.com/open-webui/open-webui/discussions/19487


🔄 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/docs/pull/855 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 11/29/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `docs-manual-db-migration` --- ### 📝 Commits (10+) - [`627a6d1`](https://github.com/open-webui/docs/commit/627a6d1eee492454c75e1bb3616195e40f0fee86) docs: Add manual Alembic database migration guide - [`1734221`](https://github.com/open-webui/docs/commit/173422191c3cbfa0e376f42f6508ecc69bcae0a8) Update manual-database-migration.md - [`c2eb0cb`](https://github.com/open-webui/docs/commit/c2eb0cbfb88b4c5a14d7d852845a8412de051957) Update manual-database-migration.md - [`1b6cfa9`](https://github.com/open-webui/docs/commit/1b6cfa9850c4b69242baf1159f86e83451784991) refac - [`6bf1cad`](https://github.com/open-webui/docs/commit/6bf1cadbb6a1ae403864d6963b0cf43f3febb263) Update manual-database-migration.md - [`8da0d9f`](https://github.com/open-webui/docs/commit/8da0d9f76be2b3951ce4423012bfb3abc32d43d8) refac - [`5d77524`](https://github.com/open-webui/docs/commit/5d77524bee737cf42c25c241239d52eed3b5947c) is this what you wanted? (NF reference) - [`7b732b6`](https://github.com/open-webui/docs/commit/7b732b64293e79a7a23414df1defd396feb529e0) Update mcp-notion.mdx - [`6d870b2`](https://github.com/open-webui/docs/commit/6d870b26739cb309c56f697ead9345683c8aca93) Update models.md - [`6b8d7c2`](https://github.com/open-webui/docs/commit/6b8d7c21ec0395510a707f620f9ae6010bda3b72) Update permissions.md ### 📊 Changes **4 files changed** (+912 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/rbac/permissions.md` (+2 -2) 📝 `docs/features/workspace/models.md` (+1 -1) ➕ `docs/troubleshooting/manual-database-migration.md` (+908 -0) 📝 `docs/tutorials/integrations/mcp-notion.mdx` (+1 -1) </details> ### 📄 Description This change adds a new, comprehensive Docusaurus page that provides instructions on how to manually apply Alembic database migrations. This is in response to a GitHub discussion where users were encountering issues with automatic migrations after updating the application. Related - https://github.com/open-webui/docs/issues/843, https://github.com/open-webui/open-webui/discussions/19487 --- <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 18:16:26 -05:00
yindo closed this issue 2026-02-15 18:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#863