infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
10.08k stars 974 forks source link

[Question]: Any way to copy the knowledge base from one machine to another machine? #1205

Open HOU-SZ opened 1 week ago

HOU-SZ commented 1 week ago

Describe your problem

Is there any way to copy the knowledge base of a running ragflow from one machine to another machine?

KevinHuSh commented 1 week ago

I'm afraid you need to immigrate all the system including mysql, minio and ES.

HOU-SZ commented 1 week ago

I'm afraid you need to immigrate all the system including mysql, minio and ES.

Could you please provide detailed guidance about how to immigrate all the system?

I have tried to copy all the mounted directories (including MySQL redis minio and ES, as specified in the volumes), but it doesn't work