Reputation: 45
I have a wordpress site with database. I need to migrate that site to windows azure. How to proceed with that. I don't want to create a new wordpress site. I need to migrate the existing site to azure
Upvotes: 2
Views: 2323
Reputation: 21
I have migrated the wordpress website from different server to Azure Web App using the plugin and it is easy and working for me.
Download the plugin WP Clone on your existing Wordpress site and, activate it and create a backup. You will get a url which you need to copy.
Second, you need to Create a new Wordpress site in an Azure Web App. Again, download the plugin WP Clone on your Azure Wordpress site and activate the plugin. Select restore the and paste the url link which you copied from your another Wordpress website.
Upvotes: 2
Reputation: 2258
If you are moving from a Linux VM you can use this tool that I wrote:
https://github.com/Azure/Azure-Apache-Migration-Tool
If you are moving from a Windows VM you can use this tool that I wrote:
Upvotes: 0
Reputation: 141632
Here are the general steps:
There are details in this series: http://www.davebost.com/2013/07/11/moving-a-wordpress-blog-to-windows-azure-part-4-pretty-permalinks-and-url-rewrite-rules
Upvotes: 0