• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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