How to migrate or transfer a WordPress website hosted by an external developer to our own Wordpress instance in Azure

EricRaz9 6 Reputation points
2022-09-14T20:19:21.403+00:00

Good day.

We have an external developer hosting our new website in his own servers. The website is in WordPress and we would like to host the website on our own Azure running WordPress. Please advise what the developer needs to do and how can we migrate and run it on our own Azure services.

Thank you.

Community Center | Not monitored
{count} vote

4 answers

Sort by: Most helpful
  1. Carlos Solís Salazar 18,191 Reputation points MVP Volunteer Moderator
    2022-09-14T21:35:43.947+00:00

    Hi @EricRaz9

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    The migration of WordPress is not part of Azure Scope.

    However, I can recommend yo use this plugin https://wordpress.org/plugins/wp-migrate-db/. I used this plugin in the past.

    Hope this helps,

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.

    1 person found this answer helpful.
    0 comments No comments

  2. alvisinparker 11 Reputation points
    2023-02-02T08:39:22.9433333+00:00

    Our website R2park is also in WordPress and we would like to host the website on our own Azure running WordPress. If you get answer here mention me.

    Thank you.

    1 person found this answer helpful.
    0 comments No comments

  3. alvisinparker 11 Reputation points
    2023-02-02T08:41:13.9233333+00:00

    Hello,

    Our website R2Park is also in WordPress and we would like to host the website on our own Azure running WordPress. If you get solution of this mention me.

    Thanks.

    1 person found this answer helpful.
    0 comments No comments

  4. thavest 0 Reputation points
    2023-10-24T07:35:21.6033333+00:00

    To migrate a WordPress website hosted by an external developer to your own WordPress instance in Azure, you'll need to follow a few key steps. First, set up a new WordPress instance in Azure using a virtual machine or an Azure Web App. Once the Azure environment is ready, you'll want to create a database for your WordPress site and import your existing site's database into it. Next, copy your website files, including themes, plugins, and uploads, to your Azure server using an FTP client or Azure's built-in tools. Update the wp-config.php file to point to the new database in Azure. After that, you may need to make adjustments to the site's URL settings and permalinks in the WordPress dashboard to match the new Azure environment. Finally, thoroughly test your site to ensure everything is working as expected before updating your DNS records to point to your Azure instance, effectively redirecting your domain to the new hosting environment.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.