Help:After I performed the migration, the plugin-daemon error occurred. #30561
Replies: 1 comment 3 replies
-
|
Hi @zhaoyushang-zh! I'm Dosu and I’m helping the dify team. Your plugin-daemon errors after migrating from ARM to x86 are almost certainly caused by architecture-specific Python dependencies (like gevent) and broken plugin environments. When you move Docker volumes or plugin directories between architectures, compiled Python packages and their C extensions (such as Here’s how to fix it:
For future migrations, always use If you still see errors, check the plugin_daemon logs ( Let me know if you need more detailed steps for any part of this process! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I migrated Dify, transferring the data from an ARM system to an x86 system, and then encountered the following error. I have already replaced the plugin file with the one required for the x86 system.


Moreover, I can normally perform plugin deletion and addition operations in the plugin management, but errors occur when using them. The error messages are as follows:
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions