-
-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL Backup does not work when using sockets. #24
Labels
Comments
This is solved in version 2.2.0 |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today, I discovered that the scheduled backups I had on a client's project weren't working quite as intended. Digging through the files, I found the cause of the problem:
It seems like the backup script does not pick up the socket configuration I have in my
config/database.php
:Fixing this would be much appreciated! Thanks for this wonderful package :)
Edit: Maybe this helps: http://stackoverflow.com/questions/15318875/mysqldump-cannot-connect-using-socket
The text was updated successfully, but these errors were encountered: