I'm just wondering if this is a plesk error or if I'm missing something. I did a full server backup using pleskbackup and when I did the full restore on the new machine none of the databases or mail accounts could not restore.
The restore server was running CentOS release 6.3 (Final) 32bit on Plesk 11.0.9 Update #37. The backup server was CentOS release 6.3 (Final) 64bit on Plesk 11.0.9 Update #37.
Here are the content of the error logs (names were changed):
All the errors reference "Stderr is Wrong syntax for command's '-passwd' parameter." ? They all seem to be empty. Is this related to Plesk's new Security Enhanced Mode (Which was on for both servers) ? Any thoughts ?
The restore server was running CentOS release 6.3 (Final) 32bit on Plesk 11.0.9 Update #37. The backup server was CentOS release 6.3 (Final) 64bit on Plesk 11.0.9 Update #37.
Here are the content of the error logs (names were changed):
Code:
<object type="domain" name="yourdomain.com">
<message code="FailedMailuserDeployment" severity="error" id="4aedda90-de97-4f4e-8f39-a492154eb4fd">
<description>Failed deployment of mail user test@yourdomain.com</description>
<message code="ExecCmd::ExFailed" severity="error" id="7b93cb33-5991-4b70-8ebb-1f7cc2d60023">
<description>Execution of /usr/local/psa/admin/plib/api-cli/mail.php --create test@yourdomain.com -passwd '' -passwd_type sym -mailbox true -ignore-nonexistent-options failed with return code 1.
Stderr is
An error occured during mailname creation: Can't create mailname:
Wrong syntax for command's '-passwd' parameter.
</description>
</message>
</message>
</object>
<object type="database" name="yourdatabase">
<message code="FailedDatabaseUserDeployment" severity="error" id="a9fd0f77-712e-4fd7-83d2-239fd7aec749">
<description>Failed deployment of database user yourdatabase of database yourdatabase</description>
<message code="ExecCmd::ExFailed" severity="error" id="ca370977-ab7e-4a94-80ae-67daeb14d5d5">
<description>Execution of /usr/local/psa/admin/plib/api-cli/database.php --update yourdatabase -add_user yourdatabase -type mysql -print-id -default -passwd '' -passwd_type sym -ignore-nonexistent-options failed with return code 1.
Stderr is
Wrong syntax for command's '-passwd' parameter.
</description>
</message>
</message>
</object>
All the errors reference "Stderr is Wrong syntax for command's '-passwd' parameter." ? They all seem to be empty. Is this related to Plesk's new Security Enhanced Mode (Which was on for both servers) ? Any thoughts ?