Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: What steps do I take to transfer a WordPress site from one host to another? I have a self-hosted WordPress site at a hosting provider but I need to move it to a new hosting company. How

@LarsenBagley505

Posted in: #Domains #WebHosting #Wordpress

I have a self-hosted WordPress site at a hosting provider but I need to move it to a new hosting company.

How do I transfer my WordPress installation from one host to the other, and then how do I re-point my domain name to the new host?

In what order do I do these things to minimize the downtime?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

1) Make a dump (backup) of your database.

2) FTP the code from your current host to your new host.

3) Create a database on your new host. Make certain that the database name and username is the same as it is on the current platform. If this is not possible, then you'll need to modify your code to suit the new platform.

4) Execute the SQL script created in step 1 to restore your database.

5) Your new host should provide you with a temporary URL that you can use for testing. Test the site thoroughly.

6) After thoroughly testing the site, login to the domain registrar and change your name servers (DNS).
*NB: Don't forget to consider email (if applicable).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme