-
-
Notifications
You must be signed in to change notification settings - Fork 783
Closed
Labels
Description
Is it possible to have an artisan command that is only for a DB Backup? Like in version 1?
I personally dont need my application backed up (I have it in Github) - I just want to dump my DB and save it locally + S3.
I can imagine other people would want to run the DB backup more frequently - and backup the app less often. So having the ability to run each command separately seems useful...?