• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk 12 to 12.5 migration failed with cause EOF during negotiation

metalalisa

Basic Pleskian
Code:
/usr/local/psa/admin/sbin/modules/panel-migrator/plesk-migrator generate-migration-list /usr/local/psa/var/modules/panel-migrator/sessions/20160106185107/config.ini --skip-services-checks
[2016-01-06 19:28:11][INFO] Initialize migrator
[2016-01-06 19:28:11][INFO] Load configuration
[2016-01-06 19:28:11][INFO] Target Plesk host: xx.xx.xx.xx
[2016-01-06 19:28:11][INFO] Source Plesk 'source' host: xx.xx.xx.xx
[2016-01-06 19:28:11][INFO] START: Check migrator updates
[2016-01-06 19:28:11][INFO] FINISH: Check migrator updates
[2016-01-06 19:28:11][INFO] START: Check connections
[2016-01-06 19:28:15][INFO] FINISH: Check connections
[2016-01-06 19:28:15][INFO] Check migration compatibility of source and target Plesk versions
[2016-01-06 19:28:15][INFO] START: Fetch basic information about resellers, clients and domains data from source servers
[2016-01-06 19:28:15][INFO] Deploy migration agent to 'xx.xx.xx.xx'
[2016-01-06 19:28:20][ERROR] Failed to fetch basic information about resellers, clients and domains data from source servers
Cause: EOF during negotiation
That is a critical error, migration was stopped.

where can I get some more information about error?

Thanks
 
Yes, I've already found debug.log

There are lines
Code:
+|2016-01-14_08:26:34,547|D|MT|core.run_command||source|Execute remote command: ssh <source_ip> "/usr/bin/test -e /tmp/panel_migrator"
+|2016-01-14_08:26:34,813|D|MT|core.utils.ssh_utils||source|Exit status: 0, stdout: , stderr:
+|2016-01-14_08:26:34,813|D|MT|core.run_command||source|Execute remote command: ssh <source_ip> "/usr/bin/test -e /tmp/panel_migrator/version"
+|2016-01-14_08:26:35,133|D|MT|core.utils.ssh_utils||source|Exit status: 1, stdout: , stderr:
+|2016-01-14_08:26:35,133|D|MT|core.run_command||source|Attempting to run "find /tmp/panel_migrator -maxdepth 1 -type f -printf "%f\0""
+|2016-01-14_08:26:35,133|D|MT|core.run_command||source|Execute remote command: ssh <source_ip> "find /tmp/panel_migrator -maxdepth 1 -type f -printf "%f\0""
+|2016-01-14_08:26:35,372|D|MT|core.utils.ssh_utils||source|Exit status: 0, stdout: , stderr:
+|2016-01-14_08:26:35,372|D|MT|core.run_command||source|Execute remote command: ssh <source_ip> "/usr/bin/test -e /tmp/panel_migrator/version"
+|2016-01-14_08:26:35,615|D|MT|core.utils.ssh_utils||source|Exit status: 1, stdout: , stderr:

Should I send the whole file as private message?
 
Problem solved.

On my source server
Code:
# tail /etc/ssh/sshd_config
Subsystem       sftp    /usr/libexec/openssh/sftp-server

where /usr/libexec/openssh/sftp-server does not exist.

Thanks for help!
 
Back
Top