Install Migration Tool
We support downloading the executable binary file or compiling the Milvus-migration tool from source.
Download the executable binary
- Download the latest release from the Milvus-Migration GitHub repository.
- Extract the downloaded file to obtain the
milvus-migrationexecutable binary.
Compile from source
Alternatively, download and compile the source to obtain an executable binary file.
Clone the Milvus-Migration repository:
# clone the source project git clone https://github.com/zilliztech/milvus-migration.gitNavigate to the project directory:
cd milvus-migrationCompile the project to obtain the executable file:
# compile the project to obtain an executable file go get & go buildThis will generate the
milvus-migrationexecutable in the project directory.
What’s next
Having the Milvus-migration tool installed, you can migrate data from various sources: