Bug 23346: Add without-db-name parameter to koha-dump
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 19 Jul 2019 10:24:01 +0000 (10:24 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 21 Oct 2019 09:02:58 +0000 (10:02 +0100)
commitd7d5a40548c5adb918cd4b35706db0679e46b005
tree7953667ce553c54edc3add1a2a84f43e88773928
parent6d8a26e5759fa81eff296fb733699ee8cdce3c7e
Bug 23346: Add without-db-name parameter to koha-dump

Test plan:
Run koha-dump [yourdb]. Rename the files in var/spool/koha/[yourdb]
Run koha-dump --without-db-name [yourdb]
Run a diff between the unzipped sql files. The last dump should not
contain a CREATE DATABASE and USE statement. See BZ 15664 c4.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
debian/scripts/koha-dump