Migrating Milvus data without MySQL connectivity #4579
-
Hi, I have a Milvus (version 10.2) cluster running with using MySQL for Metadata Management Is there a way to migrate data without migrating the contents of the MySQL database? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Meta must be consist with entity data. If the meta is stored in MySQL, milvus cannot work without MySQL. |
Beta Was this translation helpful? Give feedback.
-
Hi, To migrate the contents of Milvus to a new cluster, the process is to copy the contents of existing |
Beta Was this translation helpful? Give feedback.
Meta must be consist with entity data. If the meta is stored in MySQL, milvus cannot work without MySQL.
If the entity data is few, let's say, only one collection, several segments, theoretically we can manually create a meta. Anyway, it is difficult and could make mistake.