Using wp-cli to Update WP Networks / Multisite from 3.5.1 to 3.8

For regular users, the preferred update method is pressing the “Update” button in wp-admin.

For sysadmins, wp core update + wp core update-db will probably be a lot faster. Note that for multisite instances, you’ll have to update the DB for each site in the network. See https://github.com/wp-cli/wp-cli/issues/683

NB: I might be biased, since I’m currently the maintainer of WP-CLI.

Leave a Comment