XPCegeka / ElasticUp

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

Make (source) indices readonly #12

Closed tomboon closed 7 years ago

tomboon commented 7 years ago

Offer a way to make the source index of a migration readonly. At the start of a migration it's probably a lot safer to make the source index readonly. If your application is still running and people are persisting new data your migration have the desired result.

Also offer undo's of the readonly action