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.

  1. i installed wordpress on server intend move site to.

  2. i deleted source files created in physical path of new site, excluding wp-config.php , web.config, saved.

  3. i copied of site's source files physical path of new site. overwrote wp-config.php , web.config ones saved in step 2.

  4. with mysql command interface, navigated database wordpress run on in new server, ran source olddbquery.sql, query generates site's database

  5. using iis, removed bindings site had on old server, , added them on new server

  6. 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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -