laravel-backup icon indicating copy to clipboard operation
laravel-backup copied to clipboard

Calling db:backup from Controller in IIS

Open sethphillips opened this issue 10 years ago • 0 comments

This worked great in my osx development environment but not when deployed on an iis web server. It does not throw errors but the files are not created. It works correctly from a command line. how do i test to see where it wrote files, if any?

Laravel 4.2

Artisan::call('db:backup',['filename'=>'app/storage/dumps/sqlbackup.sql']); Artisan::call('db:backup');

sethphillips avatar Sep 11 '14 20:09 sethphillips