Skip to content

Instantly share code, notes, and snippets.

@Pradnya-Paranjape
Last active April 28, 2017 11:51
Show Gist options
  • Save Pradnya-Paranjape/147caeebe24fe2f8e05dced841b1908b to your computer and use it in GitHub Desktop.
Save Pradnya-Paranjape/147caeebe24fe2f8e05dced841b1908b to your computer and use it in GitHub Desktop.
docker command to run activity migration
docker run -v /opt/migrations/:/migrations -e "START_DATE=2016-01-01" -e "END_DATE=2017-12-30" -e 'INFLUX_HOST_NAME={{IP_ADDRESS}}' -e 'INFLUX_PORT={{PORT}}' localhost:5000/activity_migrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment