Export of mysqlDB backup is failing
-
Hi there, i just updated from 7.2.0- 11 to 7.2.0-27 and all my app backups started to fail fith message
Failed to execute remote command: [LC_ALL=C find '/tmp/vprotect/' -exec ls -ld {} ;], return code: 1, error: [find: '/tmp/vprotect/': No such file or directorybut directory exists,there is issue with ' in bash expansion se bellow.
:~#LC_ALL=C find '/tmp/vprotect/' -exec ls -ld {} ;
find: '/tmp/vprotect/': No such file or directory
:~# LC_ALL=C find /tmp/vprotect/* -exec ls -ld {} ;
-rw-r--r-- 1 root root 1183761740 May 28 10:40 /tmp/vprotect/zabbix_2025-05-28_10:23:52.dump.gzis there any fix or workaround for this.
Thank you
Jiri