Command line interface tool to transfer data between two InfluxDB servers.
-
Be sure you have Node version 6.11.x. If you’re using nvm, you may need to
nvm use 12.14
. -
Clone this repo.
-
Make this project directory the current directory, i.e.
cd influx-data-pump-cli
. -
Install modules via
npm install
. -
If all goes well, you should be able to run the predefined package scripts.