• 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 Backup: Subdomain?

omexlu

Regular Pleskian
Hello,

I wanted to ask if I now add a subdomain via "Add Subdomain" which gets its own folder, will it be included in the Daily Backup because this folder is outside of httpdocs then, isn't it?

Thanks in advance.
 
Hello @IgorG

If I understand correct subdomain will not be backed up on customer level?

I have another question related to subdomains:
- is it possible to define a different php version for the subdomain as the main-domain?

Thanks in advance.
 
Will be backuped.

That's very cool, the Standart path of a subdomain is just under 'httpsdocs', correct?

Yes, you can define different PHP version for subdomain and for main domain in the corresponding PHP settings.
That's is very cool to, even if the path is inside httpdocs?

Example:
Main-domain (httpdocs) = php 7.1
Subdomain (httpsdocs/subdomain) = php 7.4

Will this example work or must the subdomain be outside httpdocs?

Thanks for your help.
 
Default location of subdomain directory is outside of main domain httpdocs - Virtual Host Structure (Linux)

Code:
# ll /var/www/vhosts/domain.tld/
total 8
drwxr-x---. 12 admin_ftp_12 psaserv 4096 Mar  2 21:59 httpdocs
drwx------.  5 admin_ftp_12 root    4096 Mar  4 03:09 logs
drwxr-xr-x.  2 admin_ftp_12 psacln     6 Nov 17  2017 snapshots
drwxr-x---.  8 admin_ftp_12 psaserv  169 Sep 16 17:07 xf.domain.tld

but I don't understand why you are so worried about it?
Backup and PHP versions are not affected by this fact.
 
Back
Top