[Koha-bugs] [Bug 30912] Database update fails for 21.12.00.016 Bug 30060

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 10 08:56:26 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912

--- Comment #9 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Keith Sorbo from comment #8)
> (In reply to Nick Clemens from comment #6)
> > Created attachment 135881 [details]
> > Script to allow running a single update
> > 
> > Provide the file name of the update you wish to run in the update option.
> > 
> > e.g.
> > 
> > perl run_single_update.pl --update 211200016.pl
> 
> (Again, please forgive my koha ignorance!)
> 
> What folder do I run this from? 
> I tried from /usr/share/koha/
> 
> and get Can't locate C4/Context.pm in @INC

You need a MySQL CLI then run:
  ALTER TABLE user_permissions DROP INDEX `PRIMARY`;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list