You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Services like S3 do seem to persist, is there a way around this for ES or was this done by design? In the latter case would you guys accept PR's to allow for persistance of ES data?
I have a quick question, I'm using localstack in our local testing environment and I want to have Elasticsearch persist it's data across sessions.
I've noticed that running
docker-compose downanddocker-compose upin our environment causes the ES service deletes it's data every time on startuphttps://github.com/localstack/localstack/blob/master/localstack/services/es/es_starter.py#L39
Services like S3 do seem to persist, is there a way around this for ES or was this done by design? In the latter case would you guys accept PR's to allow for persistance of ES data?
Kind regards,
Bas Tuijnman
24i