From 4050c547724e9c34f7758ed3561f738dab7c1e7d Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 27 Feb 2019 16:44:00 +0000 Subject: [PATCH] Updated Upgrading the database using WP CLI (markdown) --- Upgrading-the-database-using-WP-CLI.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Upgrading-the-database-using-WP-CLI.md b/Upgrading-the-database-using-WP-CLI.md index fe982ee..d13a7f3 100644 --- a/Upgrading-the-database-using-WP-CLI.md +++ b/Upgrading-the-database-using-WP-CLI.md @@ -1,8 +1,6 @@ When new versions of WooCommerce are released, often you'll be prompted to run a database upgrade. Whilst it's possible to do this through WP admin, advanced users may prefer to run these upgrades via the CLI, for example, on busy stores where timeouts could occur. -[This page outlines how to start using the WP CLI](https://wp-cli.org/) since we won't cover it in this WIKI. This article only covers the commands WooCommerce adds. - -## Using the `wc update` command +[This page outlines how to install and begin using the WP CLI](https://wp-cli.org/). To update the database, use the following CLI command: