'Codename' value from '20.11' to '21.05
Good morning, I received the following message after apt-get update *E: Repository 'http://debian.koha-community.org/koha <http://debian.koha-community.org/koha> stable InRelease' changed i ts 'Codename' value from '20.11' to '21.05'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.* Should this be fixed? What correction is needed? thanks Victor
Greetings, I presume you followed: https://wiki.koha-community.org/wiki/Koha_on_Debian to istall, and you are on: echo 'deb http://debian.koha-community.org/koha 19.11 main' | sudo tee /etc/apt/sources.list.d/koha.list then to upgrade to 21.05 you need to add echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo tee /etc/apt/sources.list.d/koha.list. Then just sudo apt-get update and sudo apt-get install koha-common. Then your installation will be upgraded to Koha 21.05. The wiki still shows stable (20.11) is the current stable release. Definitely this will be fixed! Cheers Sitali CS On Thu, 10 Jun 2021 at 13:46, Victor Barroso Oliveira <vbovictor@gmail.com> wrote:
Good morning, I received the following message after apt-get update
*E: Repository 'http://debian.koha-community.org/koha <http://debian.koha-community.org/koha> stable InRelease' changed i ts 'Codename' value from '20.11' to '21.05'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.*
Should this be fixed? What correction is needed?
thanks Victor _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA. Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali
My version is 20.11.06 e "Koha.list" is deb http://debian.koha-community.org/koha stable main bionic Em qui., 10 de jun. de 2021 às 09:53, Mr. Sitali C. S. <libsitali@gmail.com> escreveu:
Greetings, I presume you followed: https://wiki.koha-community.org/wiki/Koha_on_Debian to istall, and you are on: echo 'deb http://debian.koha-community.org/koha 19.11 main' | sudo tee /etc/apt/sources.list.d/koha.list then to upgrade to 21.05 you need to add echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo tee /etc/apt/sources.list.d/koha.list. Then just sudo apt-get update and sudo apt-get install koha-common. Then your installation will be upgraded to Koha 21.05. The wiki still shows stable (20.11) is the current stable release. Definitely this will be fixed!
Cheers
Sitali CS
On Thu, 10 Jun 2021 at 13:46, Victor Barroso Oliveira <vbovictor@gmail.com> wrote:
Good morning, I received the following message after apt-get update
*E: Repository 'http://debian.koha-community.org/koha <http://debian.koha-community.org/koha> stable InRelease' changed i ts 'Codename' value from '20.11' to '21.05'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.*
Should this be fixed? What correction is needed?
thanks Victor _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA.
Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali
On 11/06/21 2:50 am, Victor Barroso Oliveira wrote:
My version is 20.11.06 e "Koha.list" is
deb http://debian.koha-community.org/koha stable main bionic
hi Victor, your koha.list file is correct, and does not need any changes the following commands explicitly accept the 'stable' codename change from 20.11 to 21.05, and upgrade the package to the latest stable version sudo apt-get update --allow-releaseinfo-change sudo apt-get upgrade koha-common
I accepted the change and did the update. The update had errors I logged in and got the 21.05 web installer. It gave me the following errors:
We are upgrading from Koha 20.12.00.021 to 21.05.00.000
{UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Table 'koha_windingcircle.letter' doesn't exist [for Statement " INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES ('circulation','CHECKINSLIP','','Checkin slip',1,'Checkin slip', "<h3>[% branch.branchname %]</h3> Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br /> ([% borrower.cardnumber %]) <br /> [% today | $KohaDates %]<br /> <h4>Checked in today</h4> [% FOREACH checkin IN old_checkouts %] [% SET item = checkin.item %] <p> [% item.biblio.title %] <br /> Barcode: [% item.barcode %] <br /> </p> [% END %]", 'print') "] at /usr/share/perl5/DBIx/Class/Schema.pm line 1118. DBIx::Class::Schema::throw_exception(Koha::Schema=HASH(0x557bcf9a7da8), "DBI Exception: DBD::mysql::db do failed: Table 'koha_windingc"...) called at /usr/share/perl5/DBIx/Class/Storage.pm line 113 DBIx::Class::Storage::throw_exception(DBIx::Class::Storage::DBI::mysql=HASH(0x557bcd838490), "DBI Exception: DBD::mysql::db do failed: Table 'koha_windingc"...) called at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1501 DBIx::Class::Storage::DBI::__ANON__("DBD::mysql::db do failed: Table 'koha_windingcircle.letter' d"..., DBI::db=HASH(0x557bd044dae0), undef) called at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 23651 I tried Mr. Sitali's suggestions with no change.
On 6/10/21 8:54 AM, Mr. Sitali C. S. wrote:
Greetings, I presume you followed: https://wiki.koha-community.org/wiki/Koha_on_Debian to istall, and you are on: echo 'deb http://debian.koha-community.org/koha 19.11 main' | sudo tee /etc/apt/sources.list.d/koha.list then to upgrade to 21.05 you need to add echo 'deb http://debian.koha-community.org/koha 21.05 main' | sudo tee /etc/apt/sources.list.d/koha.list. Then just sudo apt-get update and sudo apt-get install koha-common. Then your installation will be upgraded to Koha 21.05. The wiki still shows stable (20.11) is the current stable release. Definitely this will be fixed!
Cheers
Sitali CS
On Thu, 10 Jun 2021 at 13:46, Victor Barroso Oliveira <vbovictor@gmail.com> wrote:
Good morning, I received the following message after apt-get update
*E: Repository 'http://debian.koha-community.org/koha <http://debian.koha-community.org/koha> stable InRelease' changed i ts 'Codename' value from '20.11' to '21.05'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.*
Should this be fixed? What correction is needed?
thanks Victor _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
|hi Victor the warning is expected these commands resolve the warning... sudo apt-get update --allow-releaseinfo-change or.. sudo apt update | On 10/06/21 11:45 pm, Victor Barroso Oliveira wrote:
Good morning, I received the following message after apt-get update
*E: Repository 'http://debian.koha-community.org/koha <http://debian.koha-community.org/koha> stable InRelease' changed i ts 'Codename' value from '20.11' to '21.05'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.*
Should this be fixed? What correction is needed?
thanks Victor _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Bob Ewart -
Mason James -
Mr. Sitali C. S. -
Victor Barroso Oliveira