WP-CLI Available on all Linux Shared Hosting Package
14 אוקטובר 2017
We have installed and activated WP-CLI on al web hosting 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