• 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

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