Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upgrade from 0.0.92 to 1.0.1 #197

Closed
cynosureabu opened this issue Mar 18, 2014 · 1 comment
Closed

Cannot upgrade from 0.0.92 to 1.0.1 #197

cynosureabu opened this issue Mar 18, 2014 · 1 comment

Comments

@cynosureabu
Copy link

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.

@martinb3
Copy link
Contributor

martinb3 commented Jul 7, 2015

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.

@martinb3 martinb3 closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants