Hello
I’m on “Wordpress on Ubuntu 13.10” should I? & how do I update to “Wordpress on Ubuntu 14.04” without minimal down time.
Thank you
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!
Simplified steps are:
If you want to update in place instead of migrating to a fresh server, that’s possible as well. As with any major upgrade, it’s highly recommended you take a snapshot of the droplet before you begin so you can roll back if problems arise.
To upgrade Ubuntu itself, run: <pre> sudo apt-get update sudo apt-get dist-upgrade sudo do-release-upgrade </pre> This command will take some time and require a reboot. When asked: <pre> Configuration file ‘/etc/apache2/apache2.conf’ ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer’s version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version. *** apache2.conf (Y/I/N/O/D/Z) [default=N] ? n </pre> answer “No” to preserve your current Apache configurations. Do the same when asked about PHP configuration files.
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.