Overview
This article walks you through different ways to manually update your WordPress website.
Background
Keeping your WordPress software up to date is an essential step in running a secure and functional website. All DreamHost WordPress installs in the panel are always set to update automatically (unless you specifically turn it off).
However, if your site is not a DreamHost WordPress install, you will need to update it manually.
Back up your data
Before you make any changes to your site, it's a good idea to make a backup of your WordPress installation. See the following articles for further information on backing up your website:
Updating your core WordPress files
You can use either the Dashboard Updates Screen or wp-cli to update your core WordPress files.
Using the WordPress dashboard
- Log into your WordPress site.
- In the left menu, choose Dashboard > Updates.
- Click the Update to version x.x.x button.
Using wp-cli
- Log into your server via SSH.
- Navigate to your website's directory.
- Run the following command to download and install the updated WordPress files:
[server]$ wp core update