Database error in updating from 10.5 to 10.12.1
Hi all, I have just update my koha installation from 10.5 to the new one 10.12.1. All seems to be ok, but when I had run the web installation at the moment of the database update I get these errors: ---- Update errors : [Wed Jul 17 19:31:59 2013] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry 'OPACNumbersPreferPhrase' for key 'PRIMARY' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 6405. [Wed Jul 17 19:31:59 2013] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry 'IntranetNumbersPreferPhrase' for key 'PRIMARY' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 6406. [Wed Jul 17 19:31:59 2013] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry 'UNIMARCAuthorityField100' for key 'PRIMARY' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 6413. [Wed Jul 17 19:31:59 2013] updatedatabase.pl: DBD::mysql::db do failed: Duplicate key name 'batch_id_record_type' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 6483. [Wed Jul 17 19:31:59 2013] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry 'UNIMARCAuthorsFacetsSeparator' for key 'PRIMARY' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 6538. ---- Does anyone know what is the problem? Can I use koha safetly have I to fix these? Thank for your help. Sander -- View this message in context: http://koha.1045719.n5.nabble.com/Database-error-in-updating-from-10-5-to-10... Sent from the Koha-general mailing list archive at Nabble.com.
Op 17/07/13 17:52, Sander898 schreef:
Does anyone know what is the problem? Can I use koha safetly have I to fix these?
Pretty much always, "Duplicate" messages aren't a problem. We ought to match them and not flag them in red. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Hi, On Wed, Jul 17, 2013 at 9:52 AM, Sander898 <scrittore@hotmail.it> wrote:
I have just update my koha installation from 10.5 to the new one 10.12.1.
All seems to be ok, but when I had run the web installation at the moment of the database update I get these errors:
---- Update errors :
It's fine -- four of the errors refer to attempts to add system preferences that you already had in your database, while the fifth refers to an attempt to add an index that, again, your database already had.
Does anyone know what is the problem? Can I use koha safetly have I to fix these?
Go forth and use your shiny upgraded 3.12.1 database! Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Hi Robin and Galen, thank you so much for your reply. Thanks and regards Sander -- View this message in context: http://koha.1045719.n5.nabble.com/Database-error-in-updating-from-10-5-to-10... Sent from the Koha-general mailing list archive at Nabble.com.
participants (3)
-
Galen Charlton -
Robin Sheat -
Sander898