I checked with migration plugin and everything's ok. I upgraded with yum.
This is the message:
Process: 7195 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -Des.pidfile=${PID_DIR}/elasticsearch.pid -Des.default.path.home=${ES_HOME} -Des.default.path.logs=${LOG_DIR} -Des.default.path.data=${DATA_DIR} -Des.default.path.conf=${CONF_DIR} (code=exited, status=1/FAILURE)
Process: 7192 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
Main PID: 7195 (code=exited, status=1/FAILURE)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.plugins.PluginsService.(PluginsService.java:108)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.node.Node.(Node.java:148)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.node.Node.(Node.java:129)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:145)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:178)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:285)
Nov 29 18:19:34 elasticsearch[7195]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)
Nov 29 18:19:34 elasticsearch[7195]: Refer to the log for complete error details.
Nov 29 18:19:34 systemd[1]: elasticsearch.service: main process exited, code=exited, status=1/FAILURE
Nov 29 18:19:34 systemd[1]: Unit elasticsearch.service entered failed state.
I did not change the path or install anything special.
Thanks