Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade/backend/elasticsearch #357

Merged
merged 3 commits into from
Jun 21, 2017
Merged

Conversation

gdchamal
Copy link
Member

Using official elasticsearch v5.x image need usage of docker volumes (https://docs.docker.com/engine/reference/commandline/volume_create/#parent-command)

A previous merge to upgrade to es 5.4.1 forgot that needed update and make es container does not work anymore on linux platform with our volume usage in docker compose.

@gdchamal
Copy link
Member Author

Need to tune a bit linux host kernel issuing this command:

sudo sysctl -w vm.max_map_count=262144

in case elasticsearch container does not start with this type of error:
docker-library/elasticsearch#111

@sapiens-sapide
Copy link
Member

LGTM. (re)-tested on OSX.

@iamdey
Copy link
Member

iamdey commented Jun 21, 2017

how do we reset datas with this config ?

@sapiens-sapide
Copy link
Member

resetting data is documented in another branch : doc/backend/docker-stack

@gdchamal gdchamal merged commit 0546d40 into master Jun 21, 2017
@gdchamal gdchamal deleted the upgrade/backend/elasticsearch branch June 21, 2017 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants