• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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