mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' when dumping table xxx #179
pczartoryski
started this conversation in
Ideas
Replies: 1 comment
-
This is an agnostic db dumper, they can't add an especific mysql option, just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As described in another Spatie library - spatie/laravel-backup#1600 - it would be nice to be able to pass max_allowed_packet parameter -> either to CLI command or in config/databases.php . Eventually it can be hard coded for max value to avoid backup fails.
Beta Was this translation helpful? Give feedback.
All reactions