CloudBackupBundle
CloudBackupBundle copied to clipboard
Mysql Command line options (no lock & host/port)
mysqldump :
- added options to pass
--single-transaction
. This mainly avoids locking mysql database during dumps. Slows down dumps a bit.
mysql :
- pass host/port to command line if they are specified.
Hello, Is there any body out there ? ;)
Please, could you guys check & merge this PR ? We'd really like to use this package without relying on our custom fork, but as is, it is unusable : mysqldump locks our (big) database for too long, causing timeout crashes on our platform.
Also, I don't know how to fix HHVM/phpunit version in travis, it seems broken, see https://github.com/sebastianbergmann/phpunit/issues/2581
Thanks
Hey @MonsieurLanza, sorry for being late, but I've got no time to maintain that repository anymore unfortunately... Would you like to take over the ownership?