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

Fix Xtrabackup8 dump dir argument #371

Closed veebkolm closed 5 months ago

veebkolm commented 5 months ago

Percona XtraBackup 8 requires the target directory as --target-dir option, not just as an argument.

See https://docs.percona.com/percona-xtrabackup/innovation-release/create-full-backup.html and #370

sebastianfeldmann commented 5 months ago

Thanks 👍

petecooper commented 5 months ago

Thanks @veebkolm