Allow more customization of the flags used for mysqldump
Supported through custom binary
Hi There,
I recently migrated from JB4 to JB5 and started getting backups failing/partially completing, with the error: Error: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet'
Which I found was strange as the database itself is around 200mb and I have max_allowed_packet set to 1G in my.cnf
As it turns out JB runs mysqldump and ignores the settings from my.cnf, luckily enough there is an option under Settings > Performance, to set the max_allowed_packet, which resolved the issue, however it would be good to have the option to specify additional settings that we want mysqldump to be ran with from within JB.
I like this idea
Hello Michael R,
Thank you for leaving your feedback and opening a feature request. We will review your request and provide updates accordingly. Please note that we use the voting system to gauge demand for additional features. The more votes a request has, the more likely it will be up for consideration by our developers.
Thank you,
The JetApps Team
Hello Michael R,
Thank you for leaving your feedback and opening a feature request. We will review your request and provide updates accordingly. Please note that we use the voting system to gauge demand for additional features. The more votes a request has, the more likely it will be up for consideration by our developers.
Thank you,
The JetApps Team
This can be achieved via a wrapper, very similar to the solution suggested here - https://request.jetbackup.com/topic/609-possibility-to-use-mysqlpump-instead-of-mysqldump-in-mysql-8
You create a wrapper to mysqldump, add your own flags and set in the binary location to call your wrapper instead of the actual mysqlldump: https://docs.jetbackup.com/v5.3/adminpanel/settings.html#settingsbinary
This can be achieved via a wrapper, very similar to the solution suggested here - https://request.jetbackup.com/topic/609-possibility-to-use-mysqlpump-instead-of-mysqldump-in-mysql-8
You create a wrapper to mysqldump, add your own flags and set in the binary location to call your wrapper instead of the actual mysqlldump: https://docs.jetbackup.com/v5.3/adminpanel/settings.html#settingsbinary
Replies have been locked on this page!