docs
docs copied to clipboard
Update HTTPS/SSL docs with wp-cli information
From something RC wrote in the helpdesk channel in Slack:
- Update site domain to https at http://exampleorg/wp-admin/options-general.php
- WP Engine Dashboard => Install page => SSL Tab => select "Secure all URLs"
- WP Engine Dashboard => Install page => Advanced Tab => then run the following WP-CLI command
wp search-replace http://example.org/ https://example.org/ --dry-run- Run the same command as above but without
--dry-runattached
- [ ] update https://github.com/INN/docs/blob/ee53fd30061a1c77e89e6de274d694ff5461dad3/how-we-work/dev-processes/install-ssl.md with that information
some things about :wpengine:'s WP-CLI interface:
- after 26 seconds, your query times out on the front end. Needs re-running to verify it completed (sometimes dry-run is helpful as well to verify completeness)
- they're missing some commands, such as
wp db search, so I can't actually search the entire db forhttp://. I could, but I'd have no visibility what the results were, just a count of how many occurrences