• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Migration manager from 9.5.4 #MU20 to 10.4.4 #MU36

Mickael Salfati

Regular Pleskian
Migration manager from 9.5.4 #MU20 to 10.4.4 #MU36 (Rsync = issue)

Hi IgorG,

---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Plesk 10.4.4 #Mu36 Centos 6
Linux 2.6.38.2-xxxx-std-ipv6-64 #2 SMP Thu Aug 25 16:43:23 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

PROBLEM DESCRIPTION
http://www.image-heberg.fr/files/133952092434190.png

STEPS TO REPRODUCE
Migrate one customer account with one domain from plesk 9.5.4 to plesk 10.4.4 in RSYNC mode
If I don't use Rsync protocol everything is okay.

ACTUAL RESULT
Failed

EXPECTED RESULT
Success

ANY ADDITIONAL INFORMATION
IgorG, I send you by private message a link to download PMM-logs.zip for more investigations.

Here's below /usr/local/psa/PMM/logs/migration.log
Code:
[15:55:18|INFO: 1221:p.log] pmm-ras started : /usr/local/psa/admin/bin/pmm-ras --convert-local-dump --dump-storage=/usr/local/psa/PMM/var/20120613155422668/ --dump-specification=dump.xml.withowners --session-path=/usr/local/psa/PMM/logs
[15:55:18|INFO: 1221:p.log] Repository '/usr/local/psa/PMM/var/20120613155422668/' initialising...
[15:55:18|INFO: 1221:p.log] Repository '/usr/local/psa/PMM/var/20120613155422668/': Initialized
[15:55:18|INFO: 1221:p.log] Repository '/usr/local/psa/PMM/var/20120613155422668/': Convert local backup to current Panel version dump.xml.withowners
[15:55:18|INFO: 1221:p.log] Executing utility: /usr/local/psa/bin/pre10-backup-convert --can-convert -source /usr/local/psa/PMM/var/20120613155422668//dump.xml.withowners
2012-06-13T15:55:18+02:00 INFO (6): backup_Converter_Panel10::_canConvertCommand started from /usr/local/psa/PMM/var/20120613155422668//dump.xml.withowners
2012-06-13T15:55:18+02:00 INFO (6): Dump version is 10.4.4
2012-06-13T15:55:18+02:00 INFO (6): backup_Converter_Panel10::_canConvertCommand finished
[15:55:18|INFO: 1221:p.log] The utility succesfully executed.
[15:55:18|INFO: 1221:p.log] The return code was
The output on STDOUT was:
false
No output on STDERR were performed by the utility
[15:55:18|INFO: 1221:p.log] pmm-ras finished. Exit code: 0
--------------------------------------------------------------
 
Last edited:
Make sure that you have /dev/ptmx on your servers:
# ls -la /dev/ptmx
ls: cannot access /dev/ptmx: No such file or directory

Create it if necessary:

# mknod --mode=666 /dev/ptmx c 5 2

and repeat migration with rsync again.
 
I have the same problem,do tou get to resolve this problem?
I try to do migartion between two serves with plesk 10.4
 
This error can occur if /tmp fills up since even when using rsync to migrate, Plesk stupidly doesn't check how large /tmp is before deciding to extract tar files there; such as database dumps. You may need to temporarily unmount /tmp and use the root filesystem to give it enough space to complete.
 
Back
Top