By joelsjostrom
I am trying to migrate my wp site from local to my digital ocean account using the wp plugin duplicator.
I get an error message when I run the duplicator installer that says that my folder Path: /var/www/html/foldername is not writable by php.
How can I set the required permissions?
When I click the folder in filezilla, the permissions are set to 755
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
if on CentOS/Fedora:
chown apache:apache /var/www/html/ -R
if on Ubuntu/Debian:
chown www-data:www-data /var/www/html -R
I’m on ubutu and tried the suggested command.
Unfortunately I got an error message:
chown: changing ownership of '/var/www/html/apply': Operation not permitted
sudo chown -R www-data:www-data /var/www
its worked for me
may be run this code also
sudo chmod -R g+rw /var/www
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.