• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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