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

Issue Plesk to Plesk Migration Not Working

mdraselkhan

Basic Pleskian
Hello, I'm using AWS LightSail Instances for both servers. I tried to migrate from the old server to the new server. To do that I followed multiples guides. But at the end of the day, I failed to do. Suffering this issue for more than 2 months. When I try to get an error "Failed to connect to the source server 'source'by SSH: not a valid OPENSSH private key file".

The guides are that I followed:
1. Authentication by SSH (Linux)
2. How to set up SSH keys for Plesk server?
3. How to use SSH keys with Plesk
4. Resolved - Problem with migrating from Plesk ubuntu to Plesk ubuntu

I think I did something that related to the server users, which user account should I use to do?

The old server has [ubuntu & root] users.
And the new server has [centos & root] users.

Anybody here to guide me step by step?

So many thanks in advance.
 
Last edited:
@IgorG
Thanks for your reply.
I was run the ssh command [$ ssh-keygen] as a "root" user not a "centos" user on the new server (targeted). Then I copied the text from the /root/.ssh/id_rsa.pub file of the new server (targeted) to the old server's (source) /root/.ssh/authorized_keys file. Here is I removed all existing text from the old server's (source) /root/.ssh/authorized_keys file, then I paste the copied text. After that, I restart the ssh service by the command [$ service sshd reload]
 
Last edited:
Back
Top