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

Migration Manager issue

zeroborg

Basic Pleskian
Hi all,

i tried to Migrate some clients from another PLESK server i have, and the problem is that the Source Server hasn't enough disk space at the "/" partition (/migration/xxxxxxxxx).
How can i change this directory at the Source server, so i can define a new one with a lot of disk space?

Thank you.

Zero.
 
[Solved]

Hi all,

if you have the same problem, you can edit this file:
/usr/local/psa/admin/share/migration-handler/migration_handler.py

Find and edit with the correct value the line:

migration_session.setValue('agent_dir',"/migration/%s/" % migration_session.getSessionId())

There you can insert your own directory.

Zero.
 
1and1 customer? Their default partition schemes tend to cause this issue the most.

The easiest solution is to symlink the directory Plesk is looking for to a larger partition. You can read more about it here
 
Back
Top