Report this

What is the reason for this report?

Update WordPress on FreeBDS

Posted on April 26, 2016

How do I update WordPress in FreeBSD without using ftp? Thanks for your help.

Riccardo



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

A simple method is to use WordPress to upgrade WordPress

Follow this guide to do so.

If it gives an error, or asks for FTP credentials, run this via SSH (changing the document root to the one you actually use:

doc_root='/usr/local/www/'
web_user=$(sockstat -l4p80|tail -1|awk '{print $1}')
chown -R ${web_user}:${web_user} $doc_root

This should set your permissions correctly. If you get no errors, you can then go back to the WordPress page, and refresh it to see if it allows you to upgrade without FTP.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.