Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mindnuts/205e8dd4338b407022e9011da3292cdc to your computer and use it in GitHub Desktop.
Save mindnuts/205e8dd4338b407022e9011da3292cdc 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-10-17' -e 'END_DATE=2017-03-10' -e 'INFLUX_HOST_NAME={{HOST}}' -e 'INFLUX_PORT={{PORT}}' localhost:5000/migrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment