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
You also can't downgrade back to 8.13 either
[2024-06-06T00:16:32,277][ERROR][o.e.b.Elasticsearch ] [server.domain.co.uk] fatal exception while booting Elasticsearch java.lang.NullPointerException: Cannot invoke "org.elasticsearch.nativeaccess.Systemd.notify_ready()" because "this.systemd" is
[2024-06-06T00:16:32,277][ERROR][o.e.b.Elasticsearch ] [server.domain.co.uk] fatal exception while booting Elasticsearch java.lang.NullPointerException: Cannot invoke "org.elasticsearch.nativeaccess.Systemd.notify_ready()" because "this.systemd" is null at...
discuss.elastic.co
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]