mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
[DOCS]: Questions about the weaviate-v4-migration documentation #286
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 @kiedeng on GitHub (Dec 9, 2025).
Type of Documentation Change
Error/Typo fix
Documentation Page URL or Path
https://docs.dify.ai/zh/self-host/troubleshooting/weaviate-v4-migration
Current Content
upgrading Weaviate,
Suggested Changes
When upgrading Weaviate, the migration documentation does not contain the code for migrate_weaviate_collections.py, and this file also does not exist in the GitHub project
Reason for Change
add migrate_weaviate_collections.py code
Code of Conduct
@RiskeyL commented on GitHub (Dec 9, 2025):
Hi @kiedeng, we're looking into this issue and will update the documentation as soon as possible. Thanks for your feedback!
@kiedeng commented on GitHub (Dec 9, 2025):
@RiskeyL bro,I followed the Path A: Migration with Backup (From 1.19) migration plan.
Everything before Step A5 has been completed, but the query results are still empty.
Does this mean I must run python3 migrate_weaviate_collections.py for the migration to work correctly?
Right now I’m stuck at this step and can’t proceed.
Could you please send me this file if convenient?
@kiedeng commented on GitHub (Dec 9, 2025):
@RiskeyL commented on GitHub (Dec 11, 2025):
Hi @kiedeng, we’ve updated the migration script in the documentation. Sorry for the inconvenience caused.