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-migration
executable 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.git
Navigate to the project directory:
cd milvus-migration
Compile the project to obtain the executable file:
# compile the project to obtain an executable file go get & go build
This will generate the
milvus-migration
executable in the project directory.
What’s next
Having the Milvus-migration tool installed, you can migrate data from various sources: