1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/elasticsearch/README.alpine
Stuart Cardall e8e5d8ec59 community/elasticsearch: update to 5.2.1 / use supervise-daemon
ES now uses $ES_CONF_DIR/jvm.options to set java options so duplicate
java options have been removed from the initd / conf.d

service supervision with OpenRC's supervise-daemon added

added README.alpine with notes for upgrading ES 2.x => 5.x
2017-03-04 19:42:00 +00:00

20 lines
672 B
Text

### Alpine Linux README for elasticsearch 5.x ###
-------------------------------------------------
For upgrading ES 2.x => ES 5.x see:
https://www.elastic.co/guide/en/elasticsearch/reference/current/restart-upgrade.html
------------------------------------------------------------------------------------
The initd has changed: please use the new version
------------------------------------------------------------------------------------
Default Java options are now set via:
ES_CONF_DIR/jvm.options
Additional java options can also still be set in /etc/conf.d/elasticsearch
------------------------------------------------------------------------------------