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

            Bug ID: 29009
           Summary: Attempting to Koha-restore shows unnecessary SQL error
 Change sponsored?: ---
           Product: Koha
           Version: 21.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

`koha-restore` command outputs an error about being unable to drop the user:

`ERROR 1396 (HY000) at line 1: Operation DROP USER failed for
'koha_library'@'%'`

This can be avoided by adding `IF EXISTS` to the command (as has been done in
[`koha-remove`](https://github.com/Koha-Community/Koha/blob/a5a3a330cfc7c7d6c35db13326745dabf8fe0df3/debian/scripts/koha-remove#L69-70)

Tested on Ubuntu 20.04 LTS with Koha 21.05.02.003 and 21.05.03.001

N.B. This bug was originally filed as a [PR on
GitHub](https://github.com/Koha-Community/Koha/pull/42)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to