• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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