https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41353 Saiful Amin <saiful@semanticconsulting.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saiful@semanticconsulting.c | |om --- Comment #1 from Saiful Amin <saiful@semanticconsulting.com> --- (In reply to Djalel CHEFROUR from comment #0)
The other alternative I found to fix this issue, and therefore the koha-dump backup, is just to add --no-tablespaces to the mysqldump flags in the koha-dump script.
You're probably on the right track with that fix. Koha doesn't make use of custom tablespaces as per my knowledge. Just note that changes shouldn't be made to the installed /usr/sbin/koha-dump script. All code modifications must go through the normal Koha development workflow so they can be reviewed and tested across different environments. Relevant docs: https://wiki.koha-community.org/wiki/Development_workflow https://wiki.koha-community.org/wiki/Submitting_A_Patch https://gitlab.com/koha-community/koha-testing-docker The actual file to patch is: debian/scripts/koha-dump Please submit the patch with a test plan and change the status to 'Needs Signoff'. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.