• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

ERROR: Not enough space for product installation

ok, delete /var/opt/opt and /var/opt and then try again from the top
 
Thanks I think that worked hehe


lrwxrwxrwx 1 root root 8 Apr 18 22:08 opt -> /var/opt



thanks for all your help mate! your a star!!!!
 
Originally posted by Highland
1and1 customer, right?

Code:
#cd /
#mv /opt /home/opt
# ln -s /home/opt ./opt


Thanks, just what I needed!

1&1 customer, yes. Why do SWSoft keep moving the directory where plesk does its updates? I've seen it in three different locations now...
 
It's actually 1and1, not SWSoft. Should be in /var from now on.
 
I'm not sure I understand why its 1&1 rather than SWSoft. Upgrades on the same server have been stashed in three different locations since I first got it and ran updates. Crazy.
 
1and1 customer, right?

SSH in and do the following
Code:
#df -h
Take note of what the largest partition is. It's either going to be /home or /var. I'm going to assume /home
Code:
#cd /
#mv /opt /home/opt
# ln -s /home/opt ./opt

Now your opt directory is symlinked to the large home partition and you should have all the room you need.
10 years later and your answer is still useful.
Thank you.
 
Back
Top