You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm using the follow command to backup my database: php artisan backup:run --only-db
This is the output I got: Start backing up Database dumped Start zipping 1 files... Zip created! Start uploading backup to local-filesystem... Backup stored on local-filesystem in file "/home/vagrant/code/inventory.dev/backups/20150720131612.zip" Backup successfully completed
The backup not stored in my local filesystem. The "backups" folder is writeable.
The text was updated successfully, but these errors were encountered:
Hey,
I'm using the follow command to backup my database:
php artisan backup:run --only-db
This is the output I got:
Start backing up Database dumped Start zipping 1 files... Zip created! Start uploading backup to local-filesystem... Backup stored on local-filesystem in file "/home/vagrant/code/inventory.dev/backups/20150720131612.zip" Backup successfully completed
The backup not stored in my local filesystem. The "backups" folder is writeable.
The text was updated successfully, but these errors were encountered: