XPCegeka / ElasticUp

Easy ElasticSearch migrations for continuous delivery!
MIT License
8 stars 3 forks source link

ElasticUp 2.0 #13

Open tomboon opened 7 years ago

tomboon commented 7 years ago

Not only migrations should be in the history, but each operation. This makes it easier to continue failed runs of elasticup.

I.E. a migration with 2 operations:

If you restart elasticup it will fail on create index operation because it was already executed. This is problematic!