On 29/10/21 1:48 am, George Mikuchadze wrote:
I've successfully upgraded koha from version 3.22.21 to version 19.05.17 (in ubuntu 18.04 server) using only the tarball file because v3.22.21 was also installed from the tarball. I didn't use any koha repository during its installation/upgrade and therefore I don't have any "koha-common" service/package!.
hi George you should install koha 19.05.17 using the packages, to fix your problem more info here... https://wiki.koha-community.org/wiki/Koha_on_Debian $ echo 'deb http://debian.koha-community.org/koha 19.05 main bionic' | sudo tee /etc/apt/sources.list.d/koha.list $ sudo apt-get update $ apt-cache policy koha-common koha-common: Installed: (none) Candidate: 19.05.17-1 Version table: *** 19.05.17-1 500 500 http://debian.koha-community.org/koha 19.05/main amd64 Packages 100 /var/lib/dpkg/status $ sudo apt install koha-common _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

