Historical Datastore (HDS) migration tool is a command line tool used to migrate data from one HDS to another.
Download the binary from the release Execute the binary:
>hds-migrator-<os>-<arch>.[exe] http://source-hds.example.com http://dest-hds.example.ceom
In order to compile, you need go in your system. If you have it, please follow the following instructions:
- Clone the repository
git clone https://github.com/linksmart/hds-migrator.git
- cd to the directory and build the code
go build -o hds-migrator
- Execute the command
hds-migrator http://source-hds.example.com http://dest-hds.example.ceom
Contributions are welcome.
Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.