F.A.Q
Plesk FAQ
How do I move the update files to the home partition ?
- Connect to your server through SSH.
- You can check your space on the partitions by using the df command:
df -h - (If you are using Plesk 7) Move the PSA 7 files and create a symlink so that when something tries to access it, it is redirected to the new location:
shell~> mv /root/psa /home/psa
shell~> ln -s /home/psa /root/psa - (If you are using Plesk 8) Move the PSA 8 files and create a symlink so that when something tries to access it, it is redirected to the new location:
shell~> mv /opt /home/opt
shell~> ln -s /home/opt /opt