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
A fresh install with version 1.0.1 is fine. However, if I installed the default version(0.0.92) first, then running
{
"run_list": [ "recipe[elasticsearch]" ],
"elasticsearch" : {
"cluster_name" : "elasticsearch_realtime",
"mlockall" : false,
"version" : "1.0.1"
}
}
will NOT be able to upgrade to 1.0.1. The log will show 'arc skipped due to no-if'. I also tried to specify "download_url", still the same.
Change version to 1.0.0.RC2, or 1.0.0.RC1 both working.
The text was updated successfully, but these errors were encountered:
Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version; it should also be much easier to run multiple instances of ES. We've also opened #331 to do additional cleanup if the package-manager complains about an upgrade. Hope this helps! Please re-open if you're still seeing the issue on the re-written version of this cookbook.
A fresh install with version 1.0.1 is fine. However, if I installed the default version(0.0.92) first, then running
{
"run_list": [ "recipe[elasticsearch]" ],
"elasticsearch" : {
"cluster_name" : "elasticsearch_realtime",
"mlockall" : false,
"version" : "1.0.1"
}
}
will NOT be able to upgrade to 1.0.1. The log will show 'arc skipped due to no-if'. I also tried to specify "download_url", still the same.
Change version to 1.0.0.RC2, or 1.0.0.RC1 both working.
The text was updated successfully, but these errors were encountered: