[Koha] after upgrade koha from 3.22 to 19.05 zebra doesn't work in cron

Mason James mtj at kohaaloha.com
Fri Oct 29 16:26:35 NZDT 2021


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




More information about the Koha mailing list