• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Need more space ... move /var?

TristanA

Basic Pleskian
Hello everyone,

I need your help!

I have a Debian 8.9 VM on OpenStack provided by OVH.com where Plesk Onyx is installed.
This VM has only 50GB of disk space without partition.

I was thinking of adding an NFS share of 1.2TB. I know plesk VHOSTs are in /var/www. But are the mails stored? The database?

Should I do a dd of /var to my NFS share?

Thank you in advance for your help.
 
Hi UFHH01,

Thanks for your reply!

I just created a new plesk infrastructure for our customers.
I took 3 servers 1 for management node and 2 for node instances.

For you, I just have to do a mount point of /var/qmail and /var/www/vhost to the NFS server? Not full /var ?
 
Hi TristanA,

50 GB are sufficient and leave enough space for additional files and folders, when you move "/var/qmail" and "/var/www" to another mount point. But consider as well to change the backup - location, which is defined at "/etc/psa/psa.conf" with the standart settings:
Code:
# Backups directory
DUMP_D /var/lib/psa/dumps
# Backups temporary directory. DUMP_TMP_D should not be inside of (or equal to) DUMP_D.
DUMP_TMP_D /tmp
 
Back
Top