I am trying replace the site url via WP-CLI
the command bellow:
wp search-replace "https://oldUrl" "http://newUrl" --allow-root --all-tables --verbose
However I am getting in the console:
+----------------------------------------+-------------------------+--------------+------+
| Table | Column | Replacements | Type |
+----------------------------------------+-------------------------+--------------+------+
| wp_post | | skipped | |
| wp_user | | skipped | |
| wp_postmeta | | skipped | |
| wp_usermeta | | skipped | |
| ......... | | skipped | |
What I missed?