News: WP-CLI Available on all Linux Shared Hosting Packages and Managed Servers

Published: 14/10/2017

We have installed and activated WP-CLI on al web hosting and managed servers. With this tool that is to be invoked directly on the command line interface (CLI) you can managed WordPress and the WordPress database directly from the shell, e.g. to create a database backup you would issue the following command:


wp db export backup-before-search-replace.sql

To perform a search and replace you could use the following command:


wp search-replace 'server24.net' 'server24.eu' --skip-columns=guid