• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

multiple errors while migrating

V

vinilios

Guest
Hi,
i'm trying to migrate from "Centos / Plesk 8.0.2" to "Debian / Plesk 8.2.0" and i get many errors on the procedure.
Trying to migrate all the clients failed with the following error :

Code:
Traceback (most recent call last):
File "/opt/psa/admin/share/supervisor/processor.py", line 116, in doActivityRunner
newState = self.doActivity()
File "/opt/psa/admin/share/supervisor/processor.py", line 817, in doActivity
cmd.spawn(os.environ.has_key("PLESKRESTORE_MODE"))
File "/opt/psa/admin/lib/python/subproc.py", line 238, in spawn
proc.run()
File "/opt/psa/admin/lib/python/subproc.py", line 193, in run
BaseSubprocess.run(self)
File "/opt/psa/admin/lib/python/subproc.py", line 177, in run
self.wait()
File "/opt/psa/admin/lib/python/subproc.py", line 197, in wait
BaseSubprocess.wait(self)
File "/opt/psa/admin/lib/python/subproc.py", line 187, in wait
raise NonzeroExitException(self, os.WEXITSTATUS(status))
NonzeroExitException: was finished with exit code 1

So i decided to migrate in stages:

the migration process where completed but not 100% successfully.
The most annoying problem is that on all the domains i have tried to migrate so far there was an error message that the web-content of the site cannot be transfered, and some times the whole domain cannot get transfered at all.

Here are the messages from migration log

Code:
Warning: The migration has been completed, but with errors.
For more information, see the log file at /opt/psa/PMM/logs/2007-08-31-03.54.13.66223/migration-logs.tar

Details
Data migration from host ********* has been completed.
Error log
	client fasthost

  	domain liquidpeople.net

   	mailname **********

    	

Execution of /opt/psa/admin/plib/api-cli/spamassassin.php --update ******* -status true -hits 7 -reject-spam false -modify-subj-text \*\*\*\*\*SPAM\*\*\*\*\* failed with return code 1.
Stderr is
Spamfilter does not supported by license key

   	

Can not deploy web-content of domain liquidpeople.net

    	

Execution of /opt/psa/admin/sbin/cid_unpacker /opt/psa/PMM/var/2007-08-31-03.54.13.66223 failed with return code 127.
Stdin is
untar

  	domain manual.gr

   	mailname ********

    	

Execution of /opt/psa/admin/plib/api-cli/spamassassin.php --update ************ -status true -hits 7 -reject-spam false -modify-subj-text \*\*\*\*\*SPAM\*\*\*\*\* failed with return code 1.
Stderr is
Spamfilter does not supported by license key



   	subdomain php.manual.gr

    	

Can not deploy web content of subdomain php (domain manual.gr)

Execution of /opt/psa/admin/sbin/cid_unpacker /opt/psa/PMM/var/2007-08-31-03.54.13.66223 failed with return code 1.
Stdin is
untar

Can not deploy web-content of domain tsilivihotels.gr

    	

Execution of /opt/psa/admin/sbin/cid_unpacker /opt/psa/PMM/var/2007-08-31-03.54.13.66223 failed with return code 1.
Stdin is
untar

  	

Failed deployment of domain wrathofolympus.com

   	

Execution of /opt/psa/admin/plib/api-cli/domain.php --create wrathofolympus.com -clogin fasthost -notify false -creation-date 2006-09-09 failed with return code 1.
Stderr is
An error occured during domain creation: unable to update domain preferences: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager->addDomain() failed: mailmng failed: Empty error message from utility.

  	

Failed deployment of domain zerma.gr

   	

Execution of /opt/psa/admin/plib/api-cli/domain.php --create zerma.gr -clogin fasthost -notify false -creation-date 2007-04-24 failed with return code 1.
Stderr is
An error occured during domain creation: unable to update domain preferences: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager->addDomain() failed: mailmng failed: Empty error message from utility.

could someone please give us any tips about what could possible caused these errors and if there is any solution ?

thanks in advance.
 
Hi,

Maybe you should check if you have the same plesk features enabled on the new license that in the old license:

Spamfilter does not supported by license key

Maybe isn't restoring OK because you need to purchase more options for your new license.

Regards
 
yeah the new server doesn't support spamassasin but thats the only difference.

The most annoying error is the web-content one.
 
I think that it could be for that reason.

Maybe the spamassassin error is locking the entire migration process:

Execution of /opt/psa/admin/plib/api-cli/spamassassin.php --update ******* -status true -hits 7 -reject-spam false -modify-subj-text \*\*\*\*\*SPAM\*\*\*\*\* failed with return code 1.
Stderr is
Spamfilter does not supported by license key



Can not deploy web-content of domain liquidpeople.net


Because it tries to move the web content after trying to move mailboxes, and if it detects an error, maybe it will fail completely.

Maybe you could try to disable spamassassin on your old server for all the domains and then try to migrate it to see if the problem is related to the spamassassin license.

Regards.
 
Back
Top