[Koha] How to upgrade Koha 19.11 to Koha 20.11? Also upgrade Ubuntu 18.04 to Ubuntu 20.04.

To upgrade Koha to 20.11, I would recommend to upgrade the operating system too. In my case I have upgraded Ubuntu 18.04 to 20.04 and then upgraded the Koha 19.11 to 20.11.
To upgrade the OS, follow the steps below: 
Step 1: #sudo apt update
Step 2: #sudo apt upgrade
Step 3: #sudo apt dist-upgrade
Step 4: #sudo apt-get autoremove
Step 5: #sudo apt install update-manager-core
Step 6: #sudo do-release-upgrade

Now to upgrade the Koha, follow the steps below: 

Step 1:
# sudo apt-get update
Step 2: #sudo apt-get upgrade
Step 3: #echo 'deb http://debian.koha-community.org/koha 20.11 main' | sudo tee /etc/apt/sources.list.d/koha.list
Step 4 : # sudo apt-get update
Step 5: #sudo apt-get install koha-common
Step 6: #sudo apt-get clean
Step 7: #sudo koha-upgrade-schema library (where 'library' is the koha instance name]
Step 8: #sudo koha-rebuild-zebra -v -f library

Comments

Popular posts from this blog

(Solved) (Fixed )MariaDB Unmet Dependencies on Ubuntu 20.04.

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.