dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Fix chmod for mysql configuration file #122

Closed akovalyov closed 7 years ago

akovalyov commented 7 years ago

In Filesystem component >= 3.0 third argument is removed. Result - file is created with 0666 mask. As stated in docs, On Unix platforms, MySQL ignores configuration files that are world-writable., so mysqldump tries to connect with user, under which it was executed. I would recommend to merge it as soon as possible, release and recommend all users with Symfony >=3.0 to upgrade.

akovalyov commented 7 years ago

@Nyholm just in case - whitespaces trouble resolved. Let me know, if anything is needed from my side - I would be happy to help.

Nyholm commented 7 years ago

Thank you