Re: [bitfolk] Changing a WordPress site's hostname

Top Page

Reply to this message
Author: G. Miliotis
Date:  
To: users
Subject: Re: [bitfolk] Changing a WordPress site's hostname
That wp-cli stuff is too high tech for me

I just dump the SQL and sed it for the hostname then reload - or just do
it manually, it's usually two rows in wp-options table

For plugins I find + grep the files

Been working up to now.
Usual suspects are slideshow plugins and post uploads that contain full
URLs. The sql sed gets them.

--GM