Changing the following in mantis.postinst will fix the issue for me. Postinst is using the wrong variable. Should use dbadmpass

283c283
<           mysqldump -u"$dbuser" -h"$dbserver" -p"$dbpass" "$dbname" \
---
>           mysqldump -u"$dbuser" -h"$dbserver" -p"$dbadmpass" "$dbname" \



--
Anthony Tippett - 425.443.3152 - Sports-IT - Software Developer
Sports-IT email support: [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to