• 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 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