Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (25 loc) · 1.04 KB

Historical Datastore (HDS) Migration tool

Historical Datastore (HDS) migration tool is a command line tool used to migrate data from one HDS to another.

Run the Binaries

Download the binary from the release Execute the binary:

>hds-migrator-<os>-<arch>.[exe] http://source-hds.example.com http://dest-hds.example.ceom

Compile and Run from Source

In order to compile, you need go in your system. If you have it, please follow the following instructions:

  1. Clone the repository
git clone https://github.com/linksmart/hds-migrator.git
  1. cd to the directory and build the code
go build -o hds-migrator
  1. Execute the command
hds-migrator http://source-hds.example.com http://dest-hds.example.ceom

Contributing

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.