You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing no version attribute in the role version 0.90.12 is installed which is started and running fine. However since i need a feature that is not supported by 0.90.x i set the version attribute in the role to a newer version. I tried 1.5.2 and 1.6.0.
Problem is that although the version is downloaded and installed the service does not start. Also manually it does not start, when stopping the service it reports PID file found but no matching process running.
Can i fix this? Or what version are supported by the cookbook?
The text was updated successfully, but these errors were encountered:
First i read other issue's about customizing/attributes using a wrapper cookbook. That did not work; or actually it was even unclear to me how this should work....
Then i found an exception in the ES log; since 1.6.0 was in fact installed it just failed to start. Exception was:
Hi Paul, I'm not sure it would be safe to upgrade all plugins in all cases. In any case, in the development branch of the cookbook, we are creating a new directory for each install, which would contain only plugins for that version. I think it would probably have avoided the issue you encountered. If you feel like there's something else that could be done, please let us know & I'll re-open this issue.
I'm using version 0.3.13 of the cookbook.
When providing no version attribute in the role version 0.90.12 is installed which is started and running fine. However since i need a feature that is not supported by 0.90.x i set the version attribute in the role to a newer version. I tried 1.5.2 and 1.6.0.
default_attributes(
"elasticsearch" => {
"version" => "1.5.2",
Problem is that although the version is downloaded and installed the service does not start. Also manually it does not start, when stopping the service it reports PID file found but no matching process running.
Can i fix this? Or what version are supported by the cookbook?
The text was updated successfully, but these errors were encountered: