spatie / laravel-backup

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

backup:run command is not working from controller #1766

Closed noumanali3355 closed 8 months ago

noumanali3355 commented 8 months ago

Hello, I have installed spatie/laravel-backup composer package on my Laravel app. I am using the pgsql database with Laravel. This backup command is working fine in the vs code terminal but when I try to run this command from the controller then it's not working. I have read the GitHub discussion and read the answers on stack overflow but cannot find the solution. Please guide me on what's the problem?