• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Backup import with wrong permissions

T

tubadc

Guest
Hi guyz,

Im trying to import a backup generate by plesk, but when its finished, all the folder are with the user root, and not with the domain user or ftp user for the domain im trying to import...

What is going on?

Tks
 
The 'vhostmng' utility will help you.

It will restore the ownership and permissions withing the /var/www/vhosts/DOMAIN_NAME/ to the default and correct state.
The utility is executed against the specific domain, with specifying the FTP username of the domain. The FTP username of any domain could be obtained through /etc/passwd in this way:
==============================
# grep DOMAIN_NAME /etc/passwd
==============================

After that you can execute vhostmng:
==============================
# /usr/local/psa/admin/sbin/vhostmng --install-domain=DOMAIN_NAME --ftp-user=FTP_USER_NAME --set-content-permissions
==============================

If the given syntax for vhostmng doesn't work, then execute vhostmng with '--help' option to see the correct usage.
 
Back
Top