Skip to content

Instantly share code, notes, and snippets.

@sergixnet
Created May 29, 2018 09:19
Show Gist options
  • Save sergixnet/ce93d5c23b85dfd9675acbda0e8e01b8 to your computer and use it in GitHub Desktop.
Save sergixnet/ce93d5c23b85dfd9675acbda0e8e01b8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# This script updates WordPress core and database with WP-CLI
# Go to WordPress directory
cd htdocs
# Update WordPress
wp core update
# Update the database
wp core update-db
echo WordPress and the database updated OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment