Bug 15874

Summary: koha-dump should provide a way to exclude any database table
Product: Koha Reporter: Claudio Costales <costalc>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: josef.moravec, robin
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Claudio Costales 2016-02-21 20:14:58 UTC
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_ignore-table
Comment 1 Claudio Costales 2016-09-09 16:38:06 UTC

*** This bug has been marked as a duplicate of bug 12374 ***