mysql - Am I missing anything in my steps to move my WordPress site to another server? -
i have 2 servers, both windows server 2008, both mysql on them, , 1 of them hosting live wordpress site want move other server. while i'm waiting files copy over, want know if there's wrong or missing steps.
i installed wordpress on server intend move site to.
i deleted source files created in physical path of new site, excluding
wp-config.php,web.config, saved.i copied of site's source files physical path of new site. overwrote
wp-config.php,web.configones saved in step 2.with mysql command interface, navigated database wordpress run on in new server, ran source
olddbquery.sql, query generates site's databaseusing iis, removed bindings site had on old server, , added them on new server
went domain name services manager , changed domains (equivalent bindings in step 5) point new server
is there wrong process?
step 4 doesn't specify whether or not mysql user created grant permissions applied new database.
also, if site uses ssl, need install certs on new server , configure bindings port 443.
Comments
Post a Comment