Closed futzlarson closed 2 years ago
I had a feeling I read something wrong and just noticed it's config/database.php
, not config/backup.php
. I didn't expect it to be in a separate file. Why not keep it all contained within the backup config?
I know, but isn't it strange that all the backup settings are in config/backup.php
, except for this one thing, which is in config/database.php
? As evidenced by #1368 and #1446.
Because it the best, not need to know why
@futzlarson it uses another laravel package for mysql dump, that package uses default laravel database configs, there is no way to send third party configs to that package as default
Close this and read other issues or discussions before opening a new one
Per
config/backup.php
:I have this:
But get this upon running:
Argument 1 passed to Spatie\Backup\Tasks\Backup\BackupJobFactory::Spatie\Backup\Tasks\Backup\{closure}() must be of the type string, array given, called in /var/www/production/html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php on line 742
Not sure what is off there?