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

Question move one to another

dalkol

Basic Pleskian
Hello

How can i move from /dev/vda3 to /dev/vdb1

/dev/vda3 is where my Plesk is installed and my domain

As you can see on attached image
XXXLmHM.jpg


And

U2BM1Vl.jpg
 
well you can start with this knowledgebase article Can Plesk manage disk space or extend a partition on Linux based server?

so it looks like with your OS template it was installed on the root disk, which has limited capacity.

To make use of your data-disk you can move some specific folders to your /data volume, and create symbolic link to it. It's advisable to do this right after you installed and configured Plesk, before you add any new domains or sites.

Some folders which you can move to the /data for example are:

/var/www/vhosts - websites/domains content
/var/qmail - mail configuration/content

You will have to understand basic Unix commands to do these steps and you should stop Plesk before

Example: these are the steps on how to move /var/www/vhosts to /data/vhosts and create the symbolic link for /var/www/vhosts:

cd /var/www
mv vhosts /data
ln -s /data/vhosts vhosts
 
Last edited:
Back
Top