Tomas Cohen Arazi
b7096c1bfa
This patch changes the default behaviour of koha-dump to make the inclusion of Zebra indexes on the dump optional. It does so by introducing a new option switch that allows to have the previous behaviour in place. To test: - Run $ koha-dump your_instance - Save a copy of the dump files - Apply the patch / extract the koha-dump script - Run the new one: $ koha-dump your_instance => SUCCESS: Verify the contents of the dump are the same (i.e. it includes /var/lib/koha/your_instance) - Run with the new switch: $ koha-dump --exclude-indexes your_instance => SUCCESS: The dump does not contain stuff from /var/lib/koha/your_instance - Go through the rest of the new option switches -h | --help -q | --quiet => SUCCESS: They work as expected. - Sign off :-D Regards Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com |
||
---|---|---|
.. | ||
koha-common.xml | ||
koha-create-dirs.xml | ||
koha-create.xml | ||
koha-disable.xml | ||
koha-dump-defaults.xml | ||
koha-dump.xml | ||
koha-email-disable.xml | ||
koha-email-enable.xml | ||
koha-enable-sip.xml | ||
koha-enable.xml | ||
koha-foreach.xml | ||
koha-indexer.xml | ||
koha-list.xml | ||
koha-mysql.xml | ||
koha-mysqlcheck.xml | ||
koha-plack.xml | ||
koha-rebuild-zebra.xml | ||
koha-remove.xml | ||
koha-reset-passwd.xml | ||
koha-restart-zebra.xml | ||
koha-restore.xml | ||
koha-run-backups.xml | ||
koha-shell.xml | ||
koha-start-sip.xml | ||
koha-start-zebra.xml | ||
koha-stop-sip.xml | ||
koha-stop-zebra.xml | ||
koha-translate.xml | ||
koha-upgrade-schema.xml | ||
koha-upgrade-to-3.4.xml | ||
LEEME.Debian |