https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517
--- Comment #32 from Victor Grousset/tuxayo <[email protected]> --- == 1 == I might had issues related to bug 25482 because my dev env was Debian 10 (koha-testing-docker ku-md10) Which could explain cause koha-plack to not work which would cause issue to stop the instance. Actually only Apache processes are still there when doing koha-remove. With koha-disable, no errors and starman and Apache processes are still there. == 2 == So I tried with Debian 9 + MySQL 5.5 (koha-testing-docker ku) And now I get this issue. > root@b92acf73a243:kohadevbox$ koha-remove kohadev > Removing Koha instance kohadev > ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; > check the manual that corresponds to your MySQL server version for > the right syntax to use near 'IF EXISTS `koha_kohadev`@`%`' at line 1 == 3 == So I tried with Debian 9 + MariaDB (from it's repos) (koha-testing-docker ku-md9) Same error as with Debian 10. Processes still here. > userdel: user kohadev-koha is currently used by process 839 > /usr/sbin/deluser: `/usr/sbin/userdel kohadev-koha' returned error code 8. > > Exiting. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
