Elasticsearch 8.14

MattW

Well-known member
Woke up this morning to see all my Elasticsearch instances down from overnight, as they have released 8.14 and cPanel automatically upgraded them.


On my cPanel servers running Cloudlinux, I've had to run the following to get ES to start up

Code:
setfacl -m u:elasticsearch:rx /usr/lib64/redis/
setfacl -m u:elasticsearch:rx /usr/lib64/redis/modules/
setfacl -m u:elasticsearch:rx /usr/lib64/mysql/plugin/auth_pam_tool_dir

You also can't downgrade back to 8.13 either
Code:
java.lang.IllegalStateException: cannot downgrade a node from version [8.14.0] to version [8.13.4]
 
I have same problem but can't start Elasticsearch using your command. I am using AlmaLinux v9 with cPanel.
 
I have same problem but can't start Elasticsearch using your command. I am using AlmaLinux v9 with cPanel.
You need to look at your logs then to see if there are any other errors. Cloudlinux9 with cPanel is what I'm running and was fixed with those commands.
 
yeah, also had this issue yesterday on Cloudlinux 8.9. I had to change a folder permission and it worked (upgrading to 8.14)
 
Woke up this morning to see all my Elasticsearch instances down from overnight, as they have released 8.14 and cPanel automatically upgraded them.


On my cPanel servers running Cloudlinux, I've had to run the following to get ES to start up

Code:
setfacl -m u:elasticsearch:rx /usr/lib64/redis/
setfacl -m u:elasticsearch:rx /usr/lib64/redis/modules/
setfacl -m u:elasticsearch:rx /usr/lib64/mysql/plugin/auth_pam_tool_dir

You also can't downgrade back to 8.13 either
Code:
java.lang.IllegalStateException: cannot downgrade a node from version [8.14.0] to version [8.13.4]
I posted this here yesterday.
You have to remove then reinstall. yum install -y --enablerepo=elasticsearch elasticsearch-8.13.4

 
What folders permissions? Please let me know this folders location.
 
Back
Top Bottom