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

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