• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Plesk Migration 8.3 -> 8.3 doesn't work!

C

CloneCommander

Guest
Hi!

I am trying to migrate from my old Server (Plesk 8.3, SuSE 9.3) to a new one (Plesk 8.3, SuSE 10.2) and I get this error:

Traceback (most recent call last):
File "/usr/local/psa/admin/share/supervisor/processor.py", line 84, in getStatus
return (None, self.realGetStatus())
File "/usr/local/psa/admin/share/supervisor/processor.py", line 255, in realGetStatus
+ "/scout-result.xml").childNodes[0])
File "/usr/lib64/python2.5/xml/dom/minidom.py", line 1913, in parse
return expatbuilder.parse(file)
File "/usr/lib64/python2.5/xml/dom/expatbuilder.py", line 924, in parse
result = builder.parseFile(fp)
File "/usr/lib64/python2.5/xml/dom/expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, 0)
ExpatError: syntax error: line 1, column 2

If I start the Migration manager on the old Server it works... but it's the wrong direction :)

I searched this forum and found many people with the same problem, but nothing worked:

- I recreated /var/lib/psa/dumps/tmp on both servers
- I changed the temporary paths for the migration
- I tried /usr/local/psa/admin/sbin/backup_sign generate on both servers
- I set the mailman master-PW on the new Server

I hope, anyone can help :(

CC
 
LOL.
I found the error: The old server executes 'uptime' on root login - that was too much for the migration manager ^^
 
LOL.
I found the error: The old server executes 'uptime' on root login - that was too much for the migration manager ^^

Hi - what do you mean by this? - I'm experiencing the same exact problem and I'd like to understand properly what you said to try on my server...

Thanks for your time...
 
Hi, sorry for that short answer. I hat the command "uptime" added to /etc/bash.bashrc - so every time i logged in via ssh the output of "uptime" was displayed. That was also executed when PMM logged in, but he dont't expect it, and that caused the error...
maybe you also have something added to this file or /root/.bashrc (or similar)
 
Hi Clonecommander, thanks for replying so quickly. I checked the files but I only have these lines: # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions I checked under /etc/ and there's
 
And when you login to the Server yo want to migrate from (the "old" server) there is no output except of "Hava a lot of fun... last login from ..." ? Maybe empty the /etc/motd ?!
If that doesn't work I have no idea / you don't have the same problem than me :(
 
Back
Top