Replies: 1 comment 4 replies
-
Back up individually |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
spatie/laravel-backup
to back up a bunch of databases: around seven, within a single Laravel app that is. When the first DB fails to be backed up, the whole command fails. It would be great ifbackup:run
would just continue with DB 2 to 7 and save those 6 backups, then notify me of a failure of the first DB.Because now, I get no backups of any DB, even though there might only be 1 DB e.g. unreachable.
Beta Was this translation helpful? Give feedback.
All reactions