]> git.koha-community.org Git - koha.git/commit
Bug 7924 - Fix handling of command line arguments in koha-remove
authorMagnus Enger <magnus@enger.priv.no>
Mon, 30 Apr 2012 11:49:38 +0000 (13:49 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 8 May 2012 21:50:39 +0000 (17:50 -0400)
commit60f7b337c255bbd444f545543c6c270e44a6ea62
tree3cad5875604ebbd4fb33a55ded0a1c0733966507
parent4b0cbab8c286c5d6b168826334c177b1d7116ac5
Bug 7924 - Fix handling of command line arguments in koha-remove

koha-remove would fail with a message like this:
Removing Koha instance --
ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_--'@'%'

After fixing this, the --keep-mysql option made the script exit without doing
anything.

To test:

Alt 1
- Build package with build-git-snapshot
- Install package

Alt 2
- Replicate the changes in the patch in an existing installation

Then:
- Add instance1 and instance2
- koha-remove instance1
-- Check that script completes and the databse is gone
- koha-remove --keep-mysql instance2
-- Check that the script completes but the database is not removed

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Cherry-picked to 3.6.x prior to inclusion in Master because this is required for
the release build.
debian/scripts/koha-remove