spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.65k stars 763 forks source link

php artisan backup:run --only-db is failing #1555

Closed amit-viacon closed 2 years ago

amit-viacon commented 2 years ago

I have a cron job that runs the backup job every day. It was working fine but now it is throwing error Backup failed because There are no files to be backed up

php artisan backup:run --only-db
Starting backup...
Dumping database xxxxxxxxx_xxxxxxxxxxxxxxxxxx...
Determining files to backup...
Backup failed because There are no files to be backed up..
ultrono commented 2 years ago

FYI there is some further discussion on this at https://github.com/spatie/laravel-backup/discussions/1554

freekmurze commented 2 years ago

We'll discuss this further in #1554