https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41353 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |For those using the MySQL release notes| |database. Starting from | |MySQL 5.7.31 and MySQL | |8.0.20, mysqldump requires | |the PROCESS privilege to | |access tablespace metadata | |by default. Without this | |privilege, backup | |operations fail with | |permission errors. | | | |This fixes this issue by | |adding the --no-tablespaces | |flag to the dbflag | |variable. This prevents | |mysqldump from attempting | |to access tablespace | |metadata, allowing backups | |to complete successfully | |without requiring the | |PROCESS privilege. -- You are receiving this mail because: You are watching all bug changes.