Hello, I have installed koha 3.12 on ubuntu by packages, It is successful. Now, I would like know, how to upgrade from 3.12 to 3.14 ? Does the following 3 commands upgrade to latest version? and How to know, up-gradation is successful, once it is completed? apt-get update apt-get upgrade apt-get dist-upgrade thank you Ram.
Ram Verma schreef op wo 27-11-2013 om 16:49 [+0530]:
Does the following 3 commands upgrade to latest version? and How to know, up-gradation is successful, once it is completed?
apt-get update apt-get upgrade apt-get dist-upgrade
That will do it. You'll know if it's successful because it works :) Also, if something serious goes wrong, then the package installation will fail. I would, as always, recommend doing this first on a testing system that is set up the same as your production system. That'll let you catch anything strange that interferes with the process. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
apt-get update && update upgrade should do the trick, no? On 28 November 2013 01:09, Robin Sheat <robin@catalyst.net.nz> wrote:
Ram Verma schreef op wo 27-11-2013 om 16:49 [+0530]:
Does the following 3 commands upgrade to latest version? and How to know, up-gradation is successful, once it is completed?
apt-get update apt-get upgrade apt-get dist-upgrade
That will do it. You'll know if it's successful because it works :) Also, if something serious goes wrong, then the package installation will fail.
I would, as always, recommend doing this first on a testing system that is set up the same as your production system. That'll let you catch anything strange that interferes with the process.
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA. Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali
Chrispin Simasiku Sitali schreef op do 28-11-2013 om 08:34 [+0200]:
apt-get update && update upgrade
should do the trick, no?
If there are dependency changes, a dist-upgrade is needed to pull them in. A regular apt-get upgrade does this: "Packages currently installed with new versions available are retrieved and upgraded; under no circumstances are currently installed packages removed, or packages not already installed retrieved and installed. New versions of currently installed packages that cannot be upgraded without changing the install status of another package will be left at their current version." We try to keep dependency changes to a minimum within a release, however between releases all bets are off. PS: I'm on the list, there's no need to CC me also :) -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (3)
-
Chrispin Simasiku Sitali -
Ram Verma -
Robin Sheat