Ok i'm having issues getting a pre-freeze script to return a value indicating success. We're trying to freeze our mariadb databases and i'm using the script from veeam.found here: Consistent Protection of MySQL/MariaDB with Veeam
We're using vmware tools version:10346 on a host running VMware ESXi, 6.7.0, 13981272. If i run the script from the command line it properly completes. If I take a snapshot it does run but vsphere reports it failed. I know the script does run because the log entries get made. I've tried to see if it's just a logic error someplace by placing an exit 0 statement on the 2nd line of the script but it still fails. So what did i miss?