CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

Mysql Command line options (no lock & host/port)

Open MonsieurLanza opened this issue 7 years ago • 2 comments

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.

MonsieurLanza avatar Nov 21 '17 17:11 MonsieurLanza

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

MonsieurLanza avatar Jan 31 '18 10:01 MonsieurLanza

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?

dizda avatar Jan 31 '18 16:01 dizda