Hi , I have 2 servers: server *A* and server *B *. server A has koha 3.10 installation ( packages ) server B has koha 3.14 installation (packages ) . I take the backup files from (/var/spool/koha/library ) from server A . and restore them on server B . after that I get an error message : ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_library'@ '%' I make the upgrade schema after that. koha-upgrade-schema library . no errors . and Koha is working, it seems that there is no problem . but I don't know what is that error message means ? please let me know if I miss something . or that is normal . Many Thanks :) . -- *Karam Qubsi*
Karam Qubsi wrote:
I take the backup files from (/var/spool/koha/library ) from server A . and restore them on server B .
after that I get an error message : ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_library'@ '%'
[...] and Koha is working, it seems that there is no problem . but I don't know what is that error message means ?
That error message has happened to me since a while ago. I suspect it's being too cautious, trying to make really sure it removes the old username and it should check it exists before running DROP USER, but I've not taken the time to investigate further yet. Hope that explains, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op http://koha-community.org supporter, web and library systems developer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire (including development) at http://www.software.coop/
participants (2)
-
Karam Qubsi -
MJ Ray