Hi,
a Backup from Plesk 11.0.9 last MU installed to Plesk 12.0.18 last MU installed brings a lot of:
Database:
<message code="FailedDatabaseUserDeployment" severity="warning" id="160ffa07-4a78-400b-88f9-8a4292b78c30">
<description>Failed deployment of database user phpbb of database usr_web2_3</description>
<message code="ExecCmd::ExFailed" severity="warning" id="f5e9a089-a046-4937-8fe0-bbaee9e61b7b">
<description>Execution of /opt/psa/admin/plib/api-cli/database.php --update usr_web2_3 -add_user phpbb -server localhost:3306 -type mysql -print-id -default -set-acl % -passwd '' -passwd_type sym -ignore-nonexistent-options failed with return code 1.
</description>
</message>
While on shell it results in:
# /opt/psa/admin/plib/api-cli/database.php --update usr_web2_3 -add_user phpbb -server localhost:3306 -type mysql -print-id -default -set-acl % -passwd '' -passwd_type sym -ignore-nonexistent-options
You should specify "PSA_PASSWORD" or "PSA_CRYPTED_PASSWORD" environment variables when you pass empty -passwd option
###############
Same goes for emails:
<message code="FailedMailuserDeployment" severity="warning" id="6f183fcd-be3e-4912-808c-a52dbea2b013">
<description>Failed deployment of mail user [email protected]</description>
<message code="ExecCmd::ExFailed" severity="warning" id="7923d4ac-263b-4e37-87a9-d636cd7d5f88">
<description>Execution of /opt/psa/admin/plib/api-cli/mail.php --create [email protected] -passwd '' -passwd_type sym -mailbox true -mbox_quota -1 -aliases add:abuse,administrator,hostmaster,postmaster,webmaster -forwarding false -ignore-nonexistent-options failed with return code 1.
</description>
</message>
While on shell is looks like:
# /opt/psa/admin/plib/api-cli/mail.php --create [email protected] -passwd '' -passwd_type sym -mailbox true -mbox_quota -1 -aliases add:abuse,administrator,hostmaster,postmaster,webmaster -forwarding false -ignore-nonexistent-options
An error occured during mailname creation: Can't create mailname:
You should specify "PSA_PASSWORD" or "PSA_CRYPTED_PASSWORD" environment variables when you pass empty -passwd option
---------------
So how to solve this problem ?
Thank you !
Greetings
Oliver
a Backup from Plesk 11.0.9 last MU installed to Plesk 12.0.18 last MU installed brings a lot of:
Database:
<message code="FailedDatabaseUserDeployment" severity="warning" id="160ffa07-4a78-400b-88f9-8a4292b78c30">
<description>Failed deployment of database user phpbb of database usr_web2_3</description>
<message code="ExecCmd::ExFailed" severity="warning" id="f5e9a089-a046-4937-8fe0-bbaee9e61b7b">
<description>Execution of /opt/psa/admin/plib/api-cli/database.php --update usr_web2_3 -add_user phpbb -server localhost:3306 -type mysql -print-id -default -set-acl % -passwd '' -passwd_type sym -ignore-nonexistent-options failed with return code 1.
</description>
</message>
While on shell it results in:
# /opt/psa/admin/plib/api-cli/database.php --update usr_web2_3 -add_user phpbb -server localhost:3306 -type mysql -print-id -default -set-acl % -passwd '' -passwd_type sym -ignore-nonexistent-options
You should specify "PSA_PASSWORD" or "PSA_CRYPTED_PASSWORD" environment variables when you pass empty -passwd option
###############
Same goes for emails:
<message code="FailedMailuserDeployment" severity="warning" id="6f183fcd-be3e-4912-808c-a52dbea2b013">
<description>Failed deployment of mail user [email protected]</description>
<message code="ExecCmd::ExFailed" severity="warning" id="7923d4ac-263b-4e37-87a9-d636cd7d5f88">
<description>Execution of /opt/psa/admin/plib/api-cli/mail.php --create [email protected] -passwd '' -passwd_type sym -mailbox true -mbox_quota -1 -aliases add:abuse,administrator,hostmaster,postmaster,webmaster -forwarding false -ignore-nonexistent-options failed with return code 1.
</description>
</message>
While on shell is looks like:
# /opt/psa/admin/plib/api-cli/mail.php --create [email protected] -passwd '' -passwd_type sym -mailbox true -mbox_quota -1 -aliases add:abuse,administrator,hostmaster,postmaster,webmaster -forwarding false -ignore-nonexistent-options
An error occured during mailname creation: Can't create mailname:
You should specify "PSA_PASSWORD" or "PSA_CRYPTED_PASSWORD" environment variables when you pass empty -passwd option
---------------
So how to solve this problem ?
Thank you !
Greetings
Oliver
Last edited: