Created attachment 250077 [details] patch mysqldump-secure to backup MySQL8 mysqldump-secure fails to dump MySQL8 databases. # /usr/local/bin/mysqldump-secure [INFO] (OPT): Logging enabled [INFO] (OPT): MySQL SSL connection disabled [INFO] (OPT): Compression enabled [INFO] (OPT): Encryption disabled [INFO] (OPT): Deletion enabled [INFO] (OPT): Nagios log enabled [INFO] (OPT): Info files enabled return: Illegal number: The attached patch fix the issue. An upgrade to mysqldump-secure 1.6.5 fix the issue https://github.com/cytopia/mysqldump-secure/releases/tag/0.16.5 Best regards
This patch looks like it changes the installed copy of mysqldump-secure, rather than upgrading the port or fixing the software in the port before it's installed. We should just be updating the port, not trying to hot fix it after installation.
There is already a patch for updating to the new version here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276234
Could you please check with newest version? https://cgit.freebsd.org/ports/commit/?id=9dfc18e6d2838821b3a49c243f5e707d2ae10238
Friendly ping.