It’s annoying to have to remember all my dumb WP sites scattered all over and then logging in and keeping all those updated, so I set up a script I can run as root to update everything. For each site, I have a stanza like this in a little bash script. #!/bin/bash echo "Updating blog.schoolfield.org"… Read more Updating WordPress with wp-cli