Move a Wordpress installation to a different server

As you can see my blog is powered by Wordpress. I recently needed to move my wordpress installation to a different server and here are some details on how this can be done successfully. Why I wanted to move it? Well because I made so many customizations to my current theme, so when I wanted to test a new layout using a new theme I realized that this will break all my previous work. So in order to properly test this without breaking the live installation I had to move it to a development server.

In case you are moving your wordpress installation just because you are migrating servers and you will keep all the old installation details (domain, installation directory) then you don’t need to worry about this, as it is a very simple task… Just as a short reference you will need to:

Once you will change your DNS setting to point to the new server, all should be working properly as on the old server.

In my case I needed to change the domain (as I left the live installation running) and also to install it under a subdirectory (as on my development server I have many other things and could not install it in root directory as on live server). Here are the things that you will need to do extra from a simple move:

After this I can play with my development installation without breaking anything on the live server, and I have the same installation (all the plugins, and theme customizations, etc.). Of course I could have reinstalled all the plugins on a new installation that had only my live server theme, but as you can see this is not at all very complicated.
If you need to move your wordpress installation for whatever reason, I hope that you will find this information useful.

Tags:

Share This

Related Posts:

6 Responses to “Move a Wordpress installation to a different server

Leave a Reply