When restoring a backup using UpDraft Plus we used to login to the Wordpress instance and execute the following commands to change the siteurl
and home
options (using the wp-cli):
wp option update home 'https://<our dns>'
wp option update siteurl 'https://<our dns>'
This worked when using Wordpress 4.3 but after upgrading to 4.4 setting the siteurl
and home
options doesn't seem to have any effect. Has this changed in version 4.4 and if so how do I go about changing it (preferably using the wordpress cli)?