mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #855] [MERGED] docs: Add manual Alembic database migration guide #863
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?
📋 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:
main← Head:docs-manual-db-migration📝 Commits (10+)
627a6d1docs: Add manual Alembic database migration guide1734221Update manual-database-migration.mdc2eb0cbUpdate manual-database-migration.md1b6cfa9refac6bf1cadUpdate manual-database-migration.md8da0d9frefac5d77524is this what you wanted? (NF reference)7b732b6Update mcp-notion.mdx6d870b2Update models.md6b8d7c2Update 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.