-
Notifications
You must be signed in to change notification settings - Fork 423
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
rabbitmq doesn't support package upgrade #143
Comments
Actually, I get an error if one is already installed now:
|
i am trying to update from version 3.3.1 to 3.4.1, the chef run completes. logs shows that i installed 3.4.1 version, but the version still remains 3.3.1 when you check the service status. |
@JayashreeN that sounds like we're missing a |
i have use_distro_version set to false, and use rpm_package. I am trying to do an inplace upgrade from 3.3.1 to 3.4.1. reparing to replace rabbitmq-server 3.3.1-1 (using .../rabbitmq-server_3.4.1-1_all.deb) ... |
rpm_package? and it's calling |
yes and yes. Thank you!! |
@JayashreeN i cant seems to find where you set to use |
Are you specifically talking about this? https://github.com/jjasghar/rabbitmq/blob/master/recipes/default.rb#L35-L45 |
yes, https://github.com/jjasghar/rabbitmq/blob/master/attributes/default.rb#L2-L4 On Wed, Dec 3, 2014 at 1:24 PM, JJ Asghar notifications@github.com wrote:
|
Ok, so i think i get where you're coming from now. We need to add a The |
I created #180 to resolve this, if you have other thoughts please put them there. |
If there exists a rabbitmq package installed, and we want to upgrade it to higher version, the current recipe will do nothing.
https://github.com/kennonkwok/rabbitmq/blob/master/recipes/default.rb#L95
The text was updated successfully, but these errors were encountered: