• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Migration Plesk 8.2 -> 8.2

B

beta_markus

Guest
Hey everyone,

we just got some new server to host our customers websites. Now I wish to migrate from the old server to the new ones.

Everthing starts well and seems to be ok.

Migration Assistant gets information from my Source System and wants to list all the domains and customers. In this step the migration crashes with the following error message:

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 417, in doActivity
state = self.translateDump()
File "/opt/psa/admin/share/supervisor/processor.py", line 408, in translateDump
cmd.spawn()
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 185, in wait
raise SignalException(self, os.WTERMSIG(status))
SignalException: <unprintable instance object>

When doing a manual backup on the shell i get the following errors. Perhaps that helps:

Code:
Phase 2/2: packing data
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file

When executing the manual backup with some more -v's the following is the output:

Code:
16:42:29 INFO  Executing bundle producer: '/bin/tar -f - -c .' in /var/qmail/mailnames/sushi-taxi.de/markus/.spamassassin
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file
16:42:29 INFO  Executing bundle producer: '/usr/bin/mysqldump -h 'localhost' -u 'XXX' -p'XXX' -P 'XXX' --quick --quote-names --add-drop-table 'XXX'' in 
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file

No chars duplicated by killing my credentials.. ;)

Thanks in advance.
Markus
 
Back
Top