Changes between Initial Version and Version 1 of Ticket #42805, comment 2
- Timestamp:
- 12/06/2017 07:33:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42805, comment 2
initial v1 1 How are you migrating sites from test to live? How are you handling the search/replace of URLs? If you are doing a plain search/replace than this will fail due to values being stored in serialized PHP values. To safely rename a URL in a database, you need to use something like WP-CLI's [ wp search-replace](https://developer.wordpress.org/cli/commands/search-replace/).1 How are you migrating sites from test to live? How are you handling the search/replace of URLs? If you are doing a plain search/replace than this will fail due to values being stored in serialized PHP values. To safely rename a URL in a database, you need to use something like WP-CLI's [https://developer.wordpress.org/cli/commands/search-replace/ wp search-replace].