Debian packages for 3.22.7 now available in oldstable
Hi, Debian packages for Koha 3.22.7 are now available. With the release of Koha 16.05, new packages in the 3.22.x series are now available in the 'oldstable' slot. Packages for 16.05 will be placed in the 'stable' or 'squeeze' slot when I finish building them later this week. If you are currently using 3.22.x from packages and wish to continue with that release series for now, you should make the following change in your Apt sources (e.g., /etc/apt/sources.list): Replace deb http://debian.koha-community.org/koha stable main with deb http://debian.koha-community.org/koha oldstable main After making that change, to upgrade to Koha 3.22.7, do the following with root privileges: apt-get update apt-get install koha-common Note that an 'apt-get install' rather than an 'apt-get upgrade' is required, even if you are upgrading from an earlier release in the 3.22.x, as a new dependency is added to achieve support for MySQL 5.7. Note that if you are currently running 3.20.x from package (and thus had been using 'oldstable') and do not wish to upgrade Koha right away, you should not do an 'apt-get install koha-common'; you can safely run 'apt-get upgrade' without an unexpected upgrade to Koha 3.22. Regards, Galen -- Galen Charlton gmcharlt@gmail.com
Awesome! El mar., 31 de may. de 2016 22:14, Galen Charlton <gmcharlt@gmail.com> escribió:
Hi,
Debian packages for Koha 3.22.7 are now available. With the release of Koha 16.05, new packages in the 3.22.x series are now available in the 'oldstable' slot. Packages for 16.05 will be placed in the 'stable' or 'squeeze' slot when I finish building them later this week.
If you are currently using 3.22.x from packages and wish to continue with that release series for now, you should make the following change in your Apt sources (e.g., /etc/apt/sources.list):
Replace
deb http://debian.koha-community.org/koha stable main
with
deb http://debian.koha-community.org/koha oldstable main
After making that change, to upgrade to Koha 3.22.7, do the following with root privileges:
apt-get update apt-get install koha-common
Note that an 'apt-get install' rather than an 'apt-get upgrade' is required, even if you are upgrading from an earlier release in the 3.22.x, as a new dependency is added to achieve support for MySQL 5.7.
Note that if you are currently running 3.20.x from package (and thus had been using 'oldstable') and do not wish to upgrade Koha right away, you should not do an 'apt-get install koha-common'; you can safely run 'apt-get upgrade' without an unexpected upgrade to Koha 3.22.
Regards,
Galen -- Galen Charlton gmcharlt@gmail.com _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F
great! 2016-06-01 12:53 GMT+02:00 Tomas Cohen Arazi <tomascohen@gmail.com>:
Awesome!
El mar., 31 de may. de 2016 22:14, Galen Charlton <gmcharlt@gmail.com> escribió:
Hi,
Debian packages for Koha 3.22.7 are now available. With the release of Koha 16.05, new packages in the 3.22.x series are now available in the 'oldstable' slot. Packages for 16.05 will be placed in the 'stable' or 'squeeze' slot when I finish building them later this week.
If you are currently using 3.22.x from packages and wish to continue with that release series for now, you should make the following change in your Apt sources (e.g., /etc/apt/sources.list):
Replace
deb http://debian.koha-community.org/koha stable main
with
deb http://debian.koha-community.org/koha oldstable main
After making that change, to upgrade to Koha 3.22.7, do the following with root privileges:
apt-get update apt-get install koha-common
Note that an 'apt-get install' rather than an 'apt-get upgrade' is required, even if you are upgrading from an earlier release in the 3.22.x, as a new dependency is added to achieve support for MySQL 5.7.
Note that if you are currently running 3.20.x from package (and thus had been using 'oldstable') and do not wish to upgrade Koha right away, you should not do an 'apt-get install koha-common'; you can safely run 'apt-get upgrade' without an unexpected upgrade to Koha 3.22.
Regards,
Galen -- Galen Charlton gmcharlt@gmail.com _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- *Hugo Agud - Orex Digital * *www.orex.es <http://www.orex.es>* <http://www.orex.es/> [image: http://orex.es] <http://orex.es> <http://www.orex.es> Director Passatge de la Llançadera, 3 · 08338 Premià de Dalt - Tel: 93 539 40 70 hagud@orex.es · http://www.orex.es/ No imprima este mensaje a no ser que sea necesario. Una tonelada de papel implica la tala de 15 árboles y el consumo de 250.000 litros de agua. Aviso de confidencialidad Este mensaje contiene información que puede ser CONFIDENCIAL y/o de USO RESTRINGIDO. Si usted no es el receptor deseado del mensaje (ni está autorizado a recibirlo por el remitente), no está autorizado a copiar, reenviar o divulgar el mensaje o su contenido. Si ha recibido este mensaje por error, por favor, notifíquenoslo inmediatamente y bórrelo de su sistema.
Just upgraded to Koha 3.22.7 from 3.20.10 using the Debian package on Ubuntu 14.04. Checking "System information" in "About Koha", I see two messages: Warning You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please add it, pointing to the log4perl.conf file for your Koha instance. Warning You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. I can find the new upload directory at /var/lib/koha/<instance name>/uploads. But I can't for the life of me find a log4perl.conf file in /etc/koha/<instance name>/ or elsewhere. Should this have been created in the upgrade process or does it need to be created by hand using log4perl-site.conf.in? gcb
participants (4)
-
Bortel, Gary -
Galen Charlton -
Hugo Agud -
Tomas Cohen Arazi