https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15874 Bug ID: 15874 Summary: koha-dump should provide a way to exclude any database table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: costalc@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz koha-dump should provide a way to exclude any database table from the backup process, like --ignore-table switch does in mysqldump command. For example: biblioimages and patronimage tables in most cases are heavy tables that consume a long backup execution time so it would be nice to be able not to do a backup of them. Ref: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_ignor... -- You are receiving this mail because: You are watching all bug changes.