-
-
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
Server down #47
Comments
Maybe your question will be if there is mysqldump installed - Yes there is. |
Could you try looking in your app/server logs for a more specific error message? If nothing is there try to add a try catch statement to see where the code is failing. |
Reopen this if still are having problem and have a bit more detail regarding the error. |
This is the problem - package throw unformative errors 'Could not create backup of db' . Other problem is it working well on my local machine and when I upload it to live website then the package stop working. |
This is from error log [2015-10-23 09:55:52] production.ERROR: exception 'Exception' with message 'Could not create backup of db' in /var/www/getsmartfi.com/vendor/spatie/laravel-backup/src/BackupHandlers/Database/DatabaseBackupHandler.php:44 |
Everything with this package run great on local environment, but when I upload it to my server - the server go down without error or something just 'error 500'.
Any ideas?
The text was updated successfully, but these errors were encountered: