Bug #2830
closedExplanation on how to upgrade is missing in the documentation
Description
A user would like to know how to upgrade from Rudder 2.3 to 2.4 and this is no mentioned in the documentation.
Updated by Nicolas PERRON over 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:f3244e10f0a842af0af7efd7676e9f9e2411d589.
Updated by Jonathan CLARKE over 12 years ago
- Status changed from Pending technical review to Discussion
Considering a discussion we had on IRC yesterday, it seems that this doc is partially incomplete. The Debian/Ubuntu section only refers to aptitude, but does not indicate how to do the upgrade with apt-get, althuogh this is the only tool available by default on Ubuntu, and is apparently recommended also by Debian now.
I think we should at least add instructions for apt-get, and maybe replace aptitude completely, since apt-get is available everywhere. Nicolas, I'll leave this up to you.
Updated by Nicolas PERRON over 12 years ago
Jonathan CLARKE wrote:
Considering a discussion we had on IRC yesterday, it seems that this doc is partially incomplete. The Debian/Ubuntu section only refers to aptitude, but does not indicate how to do the upgrade with apt-get, althuogh this is the only tool available by default on Ubuntu, and is apparently recommended also by Debian now.
I think we should at least add instructions for apt-get, and maybe replace aptitude completely, since apt-get is available everywhere. Nicolas, I'll leave this up to you.
Ok, you're right. Even "apt-add-repository" has been removed from the last Ubuntu (12.04).
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Discussion to Pending technical review
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Pending technical review to Discussion
Are you sure this is sufficient, Nicolas? You mentioned having to use dist-upgrade, but I don't see that here...
Updated by Nicolas PERRON about 12 years ago
Jonathan CLARKE wrote:
Are you sure this is sufficient, Nicolas? You mentioned having to use dist-upgrade, but I don't see that here...
If you want to upgrade all your packages, you can use apt-get dist-upgrade which will include rudder. But if you only want to upgrade rudder, dist-upgrade can't be used and this is why I didn't write it on the document.
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Discussion to Released
Great, thanks for confirming!