spatie / laravel-backup

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

Allow to backup databases that are not in backup config #1624

Closed applyACS closed 1 year ago

freekmurze commented 1 year ago

Could you explain why this change is needed?

If it's because of a bug, could you add a tests that would fail without this change?

applyACS commented 1 year ago

You currently can not backup manually a DB that it's connection is not set in config backup.source.databases. I opened a discussion some time ago: https://github.com/spatie/laravel-backup/discussions/1593 So I want to do a backup of a database that I don't want to backup regularly. I don't want to include this in my daily backup. This fixes the issue.

freekmurze commented 1 year ago

Could you add a test to make sure this change works correctly?

freekmurze commented 1 year ago

Closing due to inactivity.