How to rebuild zebra in koha 18.05?
Hello Friends. I tried to rebuild the zebra index in koha 18.05 with "sudo koha-rebuild-zebra -a -f -b -v sgb" but the terminal shows: error retrieving biblio 157084 at /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl line 683. .DBD::mysql::db selectrow_array failed: Unknown column 'format' in 'where clause' [for Statement " SELECT metadata FROM biblio_metadata WHERE biblionumber=? AND format='marcxml' AND marcflavour=? "] at /usr/share/koha/lib/C4/Biblio.pm line 1168. Please could you help me what is happening? Many thanks in advance! Mauricio B. -- Advertencia legal: Este mensaje y, en su caso, los archivos anexos son confidenciales, especialmente en lo que respecta a los datos personales, y se dirigen exclusivamente al destinatario referenciado. Si usted no lo es y lo ha recibido por error o tiene conocimiento del mismo por cualquier motivo, le rogamos que nos lo comunique por este medio y proceda a destruirlo o borrarlo, y que en todo caso se abstenga de utilizar, reproducir, alterar, archivar o comunicar a terceros el presente mensaje y ficheros anexos, todo ello bajo pena de incurrir en responsabilidades legales. Las opiniones contenidas en este mensaje y en los archivos adjuntos, pertenecen exclusivamente a su remitente y no representan la opinión de la Universidad de Cuenca salvo que se diga expresamente y el remitente esté autorizado para ello. El emisor no garantiza la integridad, rapidez o seguridad del presente correo, ni se responsabiliza de posibles perjuicios derivados de la captura, incorporaciones de virus o cualesquiera otras manipulaciones efectuadas por terceros.
Hi Mauricio, which is the exact version of 18.05 you are using? You can find the exact version on the about page. The column format in biblio_metadata was renamed to schema with bug 22155, but that should only appear in 19.05. - So this is a bit strange here. Did it work before? Did you recently update? Katrin On 12.06.19 23:07, MAURICIO RODRIGO BRITO RIVAS wrote:
Hello Friends.
I tried to rebuild the zebra index in koha 18.05 with "sudo koha-rebuild-zebra -a -f -b -v sgb" but the terminal shows:
error retrieving biblio 157084 at /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl line 683. .DBD::mysql::db selectrow_array failed: Unknown column 'format' in 'where clause' [for Statement " SELECT metadata FROM biblio_metadata WHERE biblionumber=? AND format='marcxml' AND marcflavour=? "] at /usr/share/koha/lib/C4/Biblio.pm line 1168.
Please could you help me what is happening?
Many thanks in advance!
Mauricio B.
participants (2)
-
Katrin Fischer -
MAURICIO RODRIGO BRITO RIVAS