http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10735 Bug ID: 10735 Summary: koha-dump not working Change sponsored?: --- Product: Koha Version: 3.12 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: trebbu@googlemail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Steps to Reproduce (on Debian, installing via apt-get koha-common): (1) Use koha-run-backups on an older Koha version (I used 3.10 which has been updated from an even older installation). (2) koha-restore data and configuration from step (1) into a Koha 3.12 installation. (3) Run /usr/sbin/koha-dump. Actual Result: It says "Dumping Koha site [...]:". Nothing else happens. Expected Result: Two dump files. Workaround: Remove the "set -e" line in /usr/sbin/koha-dump Additional Information: The older configuration doesn't have a config/backupdir entry. backupdir="$( xmlstarlet sel -t -v 'yazgfs/config/backupdir' $kohaconfig )" therefore returns 1 and exits koha-dump. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.