In koha 19.05.04 installation on Debian can´t update to 19.05.x > 04. When I´ll run "apt-get update" && "apt-get upgrade" or "apt-get install koha-common" i´ll get "koha-common is in his last version 19.05.04". After a lot of tests, the solution was change the apt sources.list This is, when i change the text in "/etc/apt/sources.list.d/koha.list" deb http://debian.koha-community.org/koha 19.05 main to deb http://debian.koha-community.org/koha oldstable main works perfectly !!! It´s weird because from 19.05.x to 19.05.04 works fine.... :(
It's strange, and difficult to test. A clean install on debian 9 using 'deb http://debian.koha-community.org/koha 19.05 main' got me 19.05.10 right away, and can't install using packages 19.05.x with x <= 4
Sorry, I´ll forget to say that the server is Debian 10 virtual machine in Google Cloud.
The result of `apt-cache policy koha-common` after the `apt update` would have been useful I guess.
I think we could assume that this was due to a local circumstance, otherwise it should have been reported earlier.
Pablo, can you confirm it's fixed now?
Hi, it's fixed now when I´ll change koha.list text for my debian 10 server. But I can´t know if is local and specific problem or a bug. In a few days I must update 2 debian 9 servers with Koha 18.11 to 19.05. They have koha.list with "18.11 main" statement. I´ll ever use version number in koha.list for more control in updates. Let me try 18.11 to 19.05 update in this way (with version number in koha.list) and I'll report here procedure result. Cheers. Pablo
hi, finally I make koha server 18.11 upgrade to 19.05 The server is Debian 9.6 with a koha.list apt file content like: deb http://debian.koha-community.org/koha 18.11 main was changed by deb http://debian.koha-community.org/koha 19.05 main and works successfully for 3 instances with database schema upgrade included. Apparently the reported bug only shows up with Debian 10 stage. thanks by support
Marking this as INVALID. We will reopen it if the problem reappears for someone else.