Forum
I would also add that there's a third error - backup command failing but reported as a success, in my case. (I'm still trying to get it sorted so the command actually works):Code: [Select]root ~ (networkmail): su websrv$ /opt/nmail/mysql/bin/mysqldump --user=my_user --password=my_password my_db > /tmp/dump.sqlld.so.1: mysqldump: fatal: libssl.so.0.9.8: open failed: No such file or directoryKilled$ echo $?137$ As you can see the command doesn't exit with 0, but 137.
root ~ (networkmail): su websrv$ /opt/nmail/mysql/bin/mysqldump --user=my_user --password=my_password my_db > /tmp/dump.sqlld.so.1: mysqldump: fatal: libssl.so.0.9.8: open failed: No such file or directoryKilled$ echo $?137$