Backup Tool vs Laravel Sail: Spatie\BackupTool\Jobs\CreateBackupJob fails with no log, but works via artisan #131
Unanswered
wemersonrv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i generate a backup via artisan CLI with
artisan backup:run
it works fine. But when i try to create the backup via Nova Backup Tool from theCreate Backup
button, the queued task runs but it fails with no log entry onlaravel.log
file:My Environment:
v8.79.0
v3.30.0
v4.1.9
v7.7.3
v1.12.12
This issue i think is because of Laravel Sail in my local environment.
Beta Was this translation helpful? Give feedback.
All reactions