https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43029 --- Comment #1 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201709&action=edit Bug 43029: Guard maintenance scripts against biblios with corrupt metadata sanitize_records.pl and touch_all_biblios.pl both read a biblio's metadata record and unconditionally re-save it. Since Koha::Biblio::Metadata->record()/store() can now throw Koha::Exceptions::Metadata::Invalid for a record that was already corrupt before bug 35104 existed, wrap the read (and, for touch_all_biblios.pl, the resulting ModBiblio) so one such biblio is skipped and reported rather than aborting the whole maintenance run. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.