-
-
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
Backup failed with exit code 1 #83
Comments
Is |
Yes, I called the command from php artisan. I tried with --only-db option but it also failed. Anyway, I've created my own script to backup(using artisan command too) and already uninstalled laravel-backup, so I cannot help with debugging. |
am having the same issue. php artisan backup:run from the command line throws the error below Starting backup... |
I also encounter in this type of error |
Same error here, this ticket should be reopened. Even if this is a configuration error the error message can be improved.
|
It looks like this commit to db-dumper caused the problem: The spatie/db-dumper@d114fb8#diff-ef96e9262b9ecfcf31e59d4b11ac335fR254 Setting Also, I had to upgrade to the latest version. This was also a problem: |
Hi, I just tried laravel-backup but it always failed to backup.
Here's the error message
I think maybe because I gave the APP_URL some random name? Do I need a working url to put it there? I don't see any example in the documentation how APP_URL should looks like.
There's an empty file in storage/laravel-backups/temp with the database name(testlaravel.sql) and there's no error about the laravel-backup generated in the log file.
Manually calling mysqldump in php works.
Laravel 5.2.22
laravel-backup 3.0.5
homestead 0.4.2
The text was updated successfully, but these errors were encountered: