• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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