sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

Add --no-tablespaces for mysqldump #332

Open de-es opened 1 year ago

de-es commented 1 year ago

I can't use PHPBU with mysqldump on certain shared webhostings because PROCESS privileges are required since MySQL 5.7.31 and MySQL 8.0.21. Could you add the --no-tablespaces option which would solve this problem.