Skip to content

Screencast

Kees Meijer edited this page Aug 16, 2017 · 6 revisions

Check out the output from this screencast below.


Screencast (slowed down for readability)

screencast-wp-update


Output

vagrant@vvv:/srv/www$ wp-update test/public/
Checking network connection...
Network connection detected
Checking plugin updates...
No plugin updates available
Checking theme updates...
Updating themes
Available theme updates:
+-----------------+--------+---------+----------------+
| name            | status | version | update_version |
+-----------------+--------+---------+----------------+
| twentyseventeen | active | 1.2     | 1.3            |
+-----------------+--------+---------+----------------+
Do you want to update all themes [y/n]y
backing up themes
Removing a previous database backup file...
Creating a backup of the test database before updating...
Success: Exported to 'wp-update-before-2017-08-16.sql'.
Updating themes
Enabling Maintenance mode...
Downloading update from https://downloads.wordpress.org/theme/twentyseventeen.1.3.zip...
Using cached file '/home/vagrant/.wp-cli/cache/theme/twentyseventeen-1.3.zip'...
Unpacking the update...
Installing the latest version...
Removing the old version of the theme...
Theme updated successfully.
Disabling Maintenance mode...
+-----------------+-------------+-------------+---------+
| name            | old_version | new_version | status  |
+-----------------+-------------+-------------+---------+
| twentyseventeen | 1.2         | 1.3         | Updated |
+-----------------+-------------+-------------+---------+
Success: Updated 1 of 1 themes.
Checking WordPress version...
WordPress is at the latest version
Checking spam comments...
+------------+-------------+-------------+-------------+-----------------+
| comment_ID | comment_aut | comment_aut | comment_app | comment_content |
|            | hor         | hor_email   | roved       |                 |
+------------+-------------+-------------+-------------+-----------------+
| 33         | Spammy      | spammy@exam | spam        | Spam spam spam  |
|            |             | ple.com     |             | spam            |
+------------+-------------+-------------+-------------+-----------------+
Do you want to delete all spam comments [y/n]y
Deleting spam comments
Success: Trashed comment 33.
Checking trash comments...
No trash comments found
Checking translations...
No language updates available
Removing a previous database backup file...
Creating a backup of the test database after updating...
Success: Exported to 'wp-update-after-2017-08-16.sql'.
Finished updating

Clone this wiki locally