• 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 using multiple drives

steveameba

New Pleskian
I have a dedicated server with 2x400gb ssd and 2x3tb hdd both raid1

how does plesk use these drives? at the moment I only have the 400gb ssd's configured so I cant see the 3tb drives yet, but to me (who has little idea really) it looks like plesk and all the website data etc will go in the 400gb, and if it gets filled it wont use the additional drive,

Is it possible to assign the data from a site to one of the drives in plesk? at the moment it is in /dev/sda3
if not possible in plesk then can it be done in the sites software? so for example if i install owncloud it will go into /dev/sda3 but can I tell owncloud that its data is in /dev/sda4?
 
Plesk will use that partitioning that you define in the file /etc/fstab
For example, for mail/web/db data you can define /var partition located on SSD drive. For /tmp partition you can also use SSD and HDD for / partition.
 
Back
Top