Skip to content

Instantly share code, notes, and snippets.

@ioscott
Last active April 8, 2016 11:59
Show Gist options
  • Save ioscott/6f557e7ee8f3783eca176f19240b9b8a to your computer and use it in GitHub Desktop.
Save ioscott/6f557e7ee8f3783eca176f19240b9b8a to your computer and use it in GitHub Desktop.
RuntimeConfiguraiton - add ExtractorId

Run the following DDL against the DB:

alter table RuntimeConfiguration add column field_extractorId BINARY(16);

Staging: Copy the migration-scripts/schema-migrations/ONE-683/update-es.sh to the gateway box. scp ONE-683/{update-es.sh,00000000-0000-0000-0000-000000000000.json,RuntimeConfiguration.json} gateway:

Run the script like follows ./update-es.sh search-lightning-staging-store-es-k6xc6fznmhgul5fgysx73natea.us-east-1.es.amazonaws.com port 80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment