Starting elasticsearch service...***ERROR***: Elasticsearch service could not be started in 60 seconds!******ERROR*** CODE:2***
service elasticsearch5 status
root@OPNsense:~ # service elasticsearch5 statuselasticsearch5 does not exist in /etc/rc.d or the local startupdirectories (/usr/local/etc/rc.d), or is not executableroot@OPNsense:~ #
Dear Sensei users,OPNsense 20.7 is set to be released this week Thursday. This is a major upgrade.OPNsense will be switching to FreeBSD/HardenedBSD 12. We're taking the necessary steps for this upgrade to proceed as smooth as possible. Having said that, please stay tuned for further updates on this. We advise to postpone 20.7 upgrade for a few days so that we can fully confirm the upgrade is compatible with Sensei.
pkg remove os-sunnyvalleypkg install os-sunnyvalleypkg install -f -y os-sensei
pkg remove elasticsearch5pkg autoremovepkg install elasticsearch5
pkg remove mongodb40pkg autoremovepkg install mongodb40
Hi donato,Yes, this is expected. Fix is easy. Below commands should fix it:Code: [Select]pkg remove os-sunnyvalleypkg install os-sunnyvalleypkg install -f -y os-senseiIf db is elasticsearch:Code: [Select]pkg remove elasticsearch5pkg autoremovepkg install elasticsearch5Mongodb:Code: [Select]pkg remove mongodb40pkg autoremovepkg install mongodb40All these are currently being built into the software to handle the upgrade automatically. More on this later tomorrow. On the other hand, before proceeding with the above commands, can you shoot a PR? We'd like to have a look at a few files.