... | ... | @@ -3,6 +3,10 @@ These WP-CLI commands are all very handy for basic housekeeping of your site. Th |
|
|
|
|
|
Add this at the end of each command for root prems `--allow-root`
|
|
|
|
|
|
### Important
|
|
|
To update all the plugins you can use `wp plugin update --all --allow-root`<br>
|
|
|
To create database & file backup you can use `wp updraftplus backup`
|
|
|
|
|
|
### 1. Purging Cache
|
|
|
In this example, object caching is enabled on the site on our Managed WordPress or Managed WooCommerce, if you need to clear the object cache, use:
|
|
|
```wp cache flush```
|
... | ... | |