vlead / analytics-db

This repository will hold the documents and specifications for installing ELK stack for analytics purposes
Other
1 stars 2 forks source link

migrate elasticsearch database with no production downtime #21

Closed ksripathi closed 6 years ago

ksripathi commented 6 years ago

elasticsearch provides utility called elasticdump which is useful for migrating data between different environments (staging to production or production to staging) with no production downtime

reference : https://www.npmjs.com/package/elasticdump reference : https://github.com/taskrabbit/elasticsearch-dump

ksripathi commented 6 years ago

elasticsearch backup data : snapshots vs elasticdump

Reference : https://industrialagency.ca/blog/elasticsearch-snapshot-and-restore https://stackoverflow.com/questions/37746556/elasticsearch-snapshot-vs-elasticdump