mxgross / EasyBackupBundle

Kimai 2 Plugin for easier backups
MIT License
24 stars 6 forks source link

Better failure logging and handling when executing mysqldump #31

Closed mxgross closed 1 year ago

mxgross commented 3 years ago

The failure handling can be optimized. And mariaDB should be tested.

See https://stackoverflow.com/questions/11679275/mysqldump-via-php Stackoverflow

mxgross commented 1 year ago

I implemented a version with using proc_open.