Moving "data" from Cloud Service to Self-hosted #37260
Replies: 1 comment 1 reply
-
|
Hi @billydekid! I'm Dosu and I'm helping the Dify team. There's no official Cloud-to-self-hosted migration guide yet, but migration is partially possible. Here's what you should know: It's not just the vector DB — Dify uses a hybrid architecture: PostgreSQL (apps, workflows, conversations, knowledge base metadata) + a pluggable vector database (Weaviate, Qdrant, PGVector, etc.) for embeddings + file storage for uploaded documents [1]. What you can migrate:
Recommended approach:
Limitations to be aware of:
This is a common request from other users as well [7] [4], so keeping your source documents organized externally will make eventual migration much smoother. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
Hi,
I'm new on Dify and AI Agent development.
I will start my journey with Cloud Service and it might to move to self-hosted environment someday.
Is it possible to move "our data" (as far as I know is only the Weaviate vector DB) to export to my self-hosted Dify?
If so, does Dify have documentation on this?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions