Hello,
a few days we installed elasticsearch 5.6.12 and 2 plugins (analysis-icu, analysis-phonetic).
Installation method is the external repo described here: https://www.elastic.co/guide/en/elasticsearch/reference/5.5/deb.html
today there was an update to 5.6.13 and elasticsearch wont start with message:
java.lang.IllegalArgumentException: plugin [analysis-phonetic] is incompatible with version [5.6.13]; was designed for version [5.6.12]
Is this an expected behaviour? I expected that installed plugins are updated also after package installation.
We own a few thousand servers, some of them have services like elasticsearch.
Updating software is not possible in a manual way. apt-get update/dist-upgrade runs automatically and there is nobody who can control this depending plugins.
We just see the problem later in monitoring and have to remove and reinstall needed plugins.
Is there a way to update all plugins within package-updates?
Thanks,
Hajo