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
I have the newest updates on laravel and your package and have spent about 6 hours trying to get this working. As soon as i get some of it working more parts break. Its driving me absolutely nuts.
Here is the error that keeps coming back.
Too few arguments to function Spatie\DbDumper\DbDumper::excludeTables(), 0 passed in domain.com/vendor/spatie/laravel-backup/src/Tasks/Backup/DbDumperFactory.php on line 121 and exactly 1 expected {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Spatie\\DbDumper\\DbDumper::excludeTables(), 0 passed in domain.com/vendor/spatie/laravel-backup/src/Tasks/Backup/DbDumperFactory.php on line 121 and exactly 1 expected at domain.com/vendor/spatie/db-dumper/src/DbDumper.php:215)
I have tried to remove all exclude from backup.php and then i get the error.
Backup failed because: Undefined index: exclude.
I cant waste any more time on this. your help world be a great asset right now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the newest updates on laravel and your package and have spent about 6 hours trying to get this working. As soon as i get some of it working more parts break. Its driving me absolutely nuts.
Here is the error that keeps coming back.
I have tried to remove all exclude from backup.php and then i get the error.
I cant waste any more time on this. your help world be a great asset right now.
"laravel/framework": "^8.0",
"spatie/laravel-backup": "^6.15",
Beta Was this translation helpful? Give feedback.
All reactions