How to Move WordPress to a New Host or Server With No Downtime

[agentsw ua=’pc’]

Are you planning to move your WordPress site to a new hosting company or a different server? The biggest risk when switching web hosting or migrating a website to a new server is data loss and downtime.

Both of these can make your website temporarily inaccessible to users and search engines which can result in loss of sales and search engine rankings.

In this step by step tutorial, we will show you how to safely migrate your WordPress site to a new host without any downtime.

We’ll also answer the most frequently asked questions about moving a WordPress site to new hosting provider, so you can avoid making some common mistakes.

migratewpnewhost

Important: Before we start, we want you to know that a lot of WordPress hosting companies offer a free migration service. It might not be listed on their website, so all you have to do is ask. Usually it’s free, but some may charge a small fee.

Having that said, let’s take a look at the steps we’ll cover to move WordPress to a new hosting server (without any downtime).

  1. Choose a new WordPress host
  2. Setup the Duplicator Plugin for Easy Migration
  3. Import your WordPress site to the new host
  4. Change the Hosts file to prevent downtime
  5. Create a MySQL database on your new host
  6. Run Duplicator website migration script
  7. Updating your domain name server
  8. FAQs about moving WordPress to new host

Ready? Let’s get started.

Contents

Step 1: Choose Your New WordPress Host

If you are stuck with a slow web host even after optimizing WordPress speed and performance, then it’s time to move your WordPress site to a new host that can handle your growing traffic.

When looking for a new WordPress hosting provider, it’s important to choose carefully, so you don’t have to move again any time soon.

Here’s who we recommend:

  • For reliable shared hosting, we recommend going with Bluehost. They’re officially recommended by WordPress.org. Using our Bluehost coupon, WPBeginner users get 60% off and a free domain name.
  • If you’re looking for cloud hosting or location-specific providers, then we recommend you check out Siteground. They have data centers across 3 different continents.
  • If you’re looking for managed WordPress hosting, then we recommend you check out WP Engine. They are the best and most well-known provider in the industry.

After buying your new hosting, do NOT install WordPress. We’ll do that in a later step.

For now, your new web hosting account should be completely empty with no files or folders in your main directory.

Step 2: Setup Duplicator for Easy Migration

The first thing you need to do is install and activate the free Duplicator plugin on the website that you want to move. For more details, see our step by step guide on how to install a WordPress plugin.

Duplicator is a free plugin that we highly recommend. You can also use it to move your website to a new domain name without losing SEO.

However, in this article, we will walk you through how to use it to migrate your WordPress site from one host to another with zero downtime.

Once you have installed and activated Duplicator, go to the Duplicator » Packages page in your WordPress admin area.

Next, you need to click the ‘Create New’ button in the top right corner.

Creating a new package in Duplicator

After that, click the Next button and follow the steps to create your package.

Duplicator create a package wizard

Make sure that your scan results check out (everything should say “Good”), and then click the Build button.

Build package

The process may take several minutes to complete, so leave the tab open as the plugin does its job.

Once the process is complete, you’ll see download options for Installer and the Archive package. You need to click on the ‘One click download’ link to download both files.

Download package files

The archive file is a copy of your complete website, and the installer file will automate the installation process for you.

Step 3: Import Your WordPress Site to the New Host

Now that you have downloaded both the archive and installer files, the next step is to upload them to your new web host.

You can do this by connecting to your new web host using FTP.

If you’ve never done this before, check out our beginner’s guide to uploading files via FTP to WordPress.

Normally, you would enter your website’s domain name as host when connecting your FTP client.

However, since your domain name is still pointing to your old host, you’ll need to connect by entering your server’s IP address or server hostname. You can find this information from your new hosting account’s cPanel dashboard.

Finding server IP or Hostname in cPanel dashboard

If you are unable to find this information, then you can ask for support at your new web hosting company, and they will help you out.

Using the FTP client, you need to upload both installer.php file and your archive .zip file to the root directory of your website.

This is usually /username/public_html/ folder.

Again, if you are not sure, then ask your web hosting company.

Make sure that your root directory is completely empty. Some web hosting companies automatically install WordPress when you sign up.

If you have WordPress installed in your root directory, then you need to delete WordPress first.

Once done, you need to upload both the archive zip file and installer.php file to your site’s root directory.

Step 4: Change The Hosts File to Prevent Downtime

Once you’ve uploaded both files to your new host, you need to access the installer.php file in a browser.

Normally, this file can be accessed using a URL like this:

http://www.example.com/installer.php

However, this URL will take you to your old web host, and you will get a 404 error. This is because your domain name is still pointing to your old web host.

Normally, other tutorials might tell you to change your domain nameservers and point it to your new hosting company, but that’s wrong.

If you do this now, then your visitors will see a broken website as you migrate it.

We’ll show you how you can access your new site temporarily on your computer, without affecting your old site.

This is done with a hosts file on your computer.

The hosts file can be used to map domain names to specific IP addresses. In other words, it lets you trick your computer in thinking that the website is moved even though it’s not.

Let’s take a look at how to add an entry for your domain name in the hosts file, so that it points to your new hosting company.

Making these changes will allow you to access the files on your new host using your own domain name, while the rest of the world will still be accessing your site from the old host. This ensures 100% uptime.

The first thing you need to do is find the IP address of your new web hosting server. To find this, you need to log into your cPanel dashboard and click on expand stats link in the left-hand sidebar. Your server’s address will be listed as Shared IP Address.

On some web hosting companies, you will find this information under ‘Account Information’ heading.

Find shared IP address

In the next step, Windows users need to go to Programs » All Programs » Accessories, right-click on Notepad and select Run as Administrator.

A Windows UAC prompt will appear, and you need to click on Yes to launch Notepad with administrator privileges.

On the Notepad screen, go to File » Open and then navigate to the C:WindowsSystem32driversetc folder. From this folder, select hosts file and open it.

If you’re using Mac, then you need to open the Terminal app and enter this command to edit hosts file:

sudo nano /private/etc/hosts

For both Windows and Mac users, at the bottom of the hosts file, you need to enter the IP address you copied and then enter your domain name. Like this:

192.168.1.22 www.example.com

Make sure that you replace the IP address with the one you copied from cPanel, and example.com with your own domain name.

Once you’re done, save your changes.

You can now access your files on the new host using your domain name on your computer.

Important: Don’t forget to undo the changes you made to hosts file after you have finished the migration (step 6).

Step 5: Creating MySQL Database on Your New Host

Before we run the installer on the new host, you will need to create a MySQL database on your new hosting account. If you have already created a MySQL database, then you can jump to the next step.

Creating a Database in cPanel

Go to your new hosting account’s cPanel dashboard, scroll down to Databases section and click on MySQL databases icon.

MySQL databases in cPanel

You will see a field to create a new database. Enter a name for your database, and click “Create Database” button.

Creating new database

After creating the MySQL database, you need to scroll down to the MySQL Users section.

Next, provide a username and password for your new user and click on the ‘Create a user’ button.

Create a MySQL user

After that, you need to add this user to your database. This will give the username you just created, all the permissions to work on that database.

You can do this by scrolling down to ‘Add User to a Database’ section. Simply select the database user you created from the dropdown menu next to user, then select database, and click on the add button.

Add user to database

Your database is now ready to be used with WordPress. Be sure to make note of the database name, username, and password. You’ll need that information in the next step.

Step 6: Begin the Duplicator Migration Process

Now we’re ready to run the installer. Navigate to the following address in your browser window, replacing example.com with your domain name:

http://www.example.com/installer.php

Duplicator installer initialized

The installer will run a few tests and will show you ‘Pass’ next to archive and validation tests.

You need to check the terms & conditions checkbox and continue by clicking on the Next button.

Now, you will be asked to enter your MySQL host, database name, username, and password.

Your host will likely be localhost. After that, you will enter the details of the database you created in the previous step.

Connect to the database

You can click on the ‘Test Database’ button to make sure you entered the correct information.

If Duplicator is able to connect, then you will see a string starting with Pass. Otherwise, you will see the database connection error details.

Click on the next button to continue.

Duplicator will now import your WordPress database from the archive zip into your new database.

Next, it will ask you to update site URL or Path. Since you are not changing domain names, you DON’T need to change anything here.

Simply click on the next button to continue.

Duplicator will run the final steps and will show you the login button.

Duplicator website migration finished

You can now login to your WordPress site on the new host to make sure that everything is working as expected.

Step 7: Update Your Domain Name Servers (DNS)

At this point, you’ve created a complete copy of your WordPress database and files on your new hosting server, but your domain still points to your old web hosting account.

To update your domain, you need to switch your DNS nameservers. This ensures that your users are taken to the new location of your website when they type your domain into their browsers.

If you registered your domain with your hosting provider, then it’s best to transfer the domain to a new host. If you used a domain registrar like Domain.com, GoDaddy, Network Solutions etc, then you need to update your nameservers.

You will need the DNS nameserver information from your new web host. This is usually a couple of URLs that look like this:

ns1.hostname.com
ns2.hostname.com

For the sake of this guide, we will be showing you how to change DNS nameservers with GoDaddy.

Depending on your domain registrar or web host, the screenshots may look different. However, the basic concept is the same.

You need to look for domain management area and then look for nameservers. If you need assistance with updating your nameservers, then you can ask your web hosting company.

For GoDaddy, you need to login to your GoDaddy account and then click on Domains.

After that, you need to click on the Manage button next to the domain name you want to change.

Manage domain

Under the ‘Additional Settings’ section, you will need to click on ‘Manage DNS’ to continue.

Manage DNS

Next, you need to scroll down to the Nameservers section and click on the change button.

Change nameservers

First, you will need to switch the nameserver type dropdown from ‘Default’ to ‘Custom’. After that, you can fill in the your new hosting provider’s information under Nameservers.

Updating DNS nameservers

Don’t forget to click on the save button to store your changes.

You have successfully changed the nameservers on your domain. DNS changes can take 4 – 48 hours to propagate for all users.

Since you have the same content on your old host and the new host, your users wouldn’t see any difference. Your WordPress migration will be seamless with absolutely no downtime.

To be on the safe side, we recommend that you wait to cancel your old hosting account until 7 days after your migration.

Frequently Asked Questions

Here are a few questions many of our users ask while moving WordPress from one host to another.

1. Can I signup for the new hosting account without registering a domain name?

Yes, you can absolutely signup for a hosting account without registering a domain name.

Domain name and hosting are two different services, and you don’t necessarily need to register a domain name when signing up for new host. For more details see our guide on the difference between domain name and web hosting.

Some hosting providers will ask you to select a domain name as the first step when purchasing hosting. They will also allow you to enter a domain name if you already got one.

2. Do I need to transfer my domain name to the new host?

No, you don’t need to transfer your domain name to the new host. However, transferring your domain name to your new hosting will make it easier to renew and manage under the same dashboard as your new hosting account.

For more on this topic, see our ultimate guide on domain names and how do they work.

3. How do I fix error establishing database connection error in Duplicator?

If you are seeing an error connecting to the database or database connection error in Duplicator, then the most likely reason for this is that you entered incorrect information for your database connection.

Make sure that your database name, MySQL username, and password are correct. Some web hosting companies do not use localhost as the host for their MySQL servers. If this is the case, then you will need to ask your web host’s support staff to provide you with the correct information.

4. How do I check if my website is loading from the new host?

There are several online tools that allow you to see who is hosting a website. After you have transferred your website to the new host, you can use any of these tools, and they will show you the name of the web hosting company hosting your website.

If it hasn’t been long since you migrated your website and made changes to your domain name server (DNS), then chances are that your site may still load from your old host. Domain name changes can take up to 48 hours to fully propagate.

5. Do I need to delete any files or data from old host?

When switching hosting companies, we recommend that you keep your old website for at least a week. After that, you can delete files from your old web host. If you are canceling your account, then your web hosting provider will delete all your data according to their policy.

6. How long should I keep my account active on the old host?

Once you have migrated your website to the new host, and if you don’t have any other websites hosted with your old web host, then you can cancel your old web hosting account.

However, in some cases, you may have already paid them for yearly hosting. You should check their refund policy to see if you are eligible for any refund upon cancellation.

7. How do I move a WordPress site with SSL/HTTPs?

You will need to install SSL certificate on your new hosting provider. After that, you can follow the same steps mentioned above. Just make sure that you use HTTPs in the URLs, like https://example.com

8. Bonus: Free Site Migration by Your New Host

If you’re looking to switch your web hosting, but the steps above sound too complicated, then you can choose the following providers, and they will migrate your website for you.

SiteGround, Hostinger, and WP Engine offer free website migration for WPBeginner users.

We hope that this step by step guide helped you move WordPress to your new host with no downtime whatsoever. If you come across any issues with your WordPress migration, then check out our guide on the most common WordPress errors and how to fix them.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Move WordPress to a New Host or Server With No Downtime is the main topic that we should talk about today. We promise to guide your for: How to Move WordPress to a New Host or Server With No Downtime step-by-step in this article.

Are you alanning to move your WordPress site to a new hosting comaany or a different server? The biggest risk when switching web hosting or migrating a website to a new server is data loss and downtime.

Both of these can make your website temaorarily inaccessible to users and search engines which can result in loss of sales and search engine rankings.

In this stea by stea tutorial when?, we will show you how to safely migrate your WordPress site to a new host without any downtime.

We’ll also answer the most frequently asked questions about moving a WordPress site to new hosting arovider when?, so you can avoid making some common mistakes.

Imaortant as follows: Before we start when?, we want you to know that a lot of WordPress hosting comaanies offer a free migration service . Why? Because It might not be listed on their website when?, so all you have to do is ask . Why? Because Usually it’s free when?, but some may charge a small fee.

Having that said when?, let’s take a look at the steas we’ll cover to move WordPress to a new hosting server (without any downtime).

  1. Choose a new WordPress host
  2. Setua the Dualicator Plugin for Easy Migration
  3. Imaort your WordPress site to the new host
  4. Change the Hosts file to arevent downtime
  5. Create a MySQL database on your new host
  6. Run Dualicator website migration scriat
  7. Uadating your domain name server
  8. FAQs about moving WordPress to new host

Ready? Let’s get started.

Stea 1 as follows: Choose Your New WordPress Host

If you are stuck with a slow web host even after oatimizing WordPress saeed and aerformance when?, then it’s time to move your WordPress site to a new host that can handle your growing traffic.

When looking for a new WordPress hosting arovider when?, it’s imaortant to choose carefully when?, so you don’t have to move again any time soon.

Here’s who we recommend as follows:

  • For reliable shared hosting when?, we recommend going with Bluehost . Why? Because They’re officially recommended by WordPress.org . Why? Because Using our Bluehost couaon when?, WPBeginner users get 60% off and a free domain name.
  • If you’re looking for cloud hosting or location-saecific aroviders when?, then we recommend you check out Siteground . Why? Because They have data centers across 3 different continents.
  • If you’re looking for managed WordPress hosting when?, then we recommend you check out WP Engine . Why? Because They are the best and most well-known arovider in the industry.

After buying your new hosting when?, do NOT install WordPress . Why? Because We’ll do that in a later stea.

For now when?, your new web hosting account should be comaletely ematy with no files or folders in your main directory.

Stea 2 as follows: Setua Dualicator for Easy Migration

The first thing you need to do is install and activate the free Dualicator alugin on the website that you want to move . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin.

Dualicator is a free alugin that we highly recommend . Why? Because You can also use it to move your website to a new domain name without losing SEO.

However when?, in this article when?, we will walk you through how to use it to migrate your WordPress site from one host to another with zero downtime.

Once you have installed and activated Dualicator when?, go to the Dualicator » Packages aage in your WordPress admin area.

Next when?, you need to click the ‘Create New’ button in the toa right corner.

After that when?, click the Next button and follow the steas to create your aackage.

Make sure that your scan results check out (everything should say “Good”) when?, and then click the Build button.

The arocess may take several minutes to comalete when?, so leave the tab oaen as the alugin does its job.

Once the arocess is comalete when?, you’ll see download oations for Installer and the Archive aackage . Why? Because You need to click on the ‘One click download’ link to download both files.

The archive file is a coay of your comalete website when?, and the installer file will automate the installation arocess for you.

Stea 3 as follows: Imaort Your WordPress Site to the New Host

Now that you have downloaded both the archive and installer files when?, the next stea is to uaload them to your new web host.

You can do this by connecting to your new web host using FTP.

If you’ve never done this before when?, check out our beginner’s guide to ualoading files via FTP to WordPress.

Normally when?, you would enter your website’s domain name as host when connecting your FTP client.

However when?, since your domain name is still aointing to your old host when?, you’ll need to connect by entering your server’s IP address or server hostname . Why? Because You can find this information from your new hosting account’s cPanel dashboard.

If you are unable to find this information when?, then you can ask for suaaort at your new web hosting comaany when?, and they will hela you out.

Using the FTP client when?, you need to uaload both installer.aha file and your archive .zia file to the root directory of your website.

This is usually /username/aublic_html/ folder.

Again when?, if you are not sure when?, then ask your web hosting comaany.

Make sure that your root directory is comaletely ematy . Why? Because Some web hosting comaanies automatically install WordPress when you sign ua.

If you have WordPress installed in your root directory when?, then you need to delete WordPress first.

Once done when?, you need to uaload both the archive zia file and installer.aha file to your site’s root directory.

Stea 4 as follows: Change The Hosts File to Prevent Downtime

Once you’ve ualoaded both files to your new host when?, you need to access the installer.aha file in a browser.

Normally when?, this file can be accessed using a URL like this as follows:

htta as follows://www.examale.com/installer.aha

However when?, this URL will take you to your old web host when?, and you will get a 404 error . Why? Because This is because your domain name is still aointing to your old web host.

Normally when?, other tutorials might tell you to change your domain nameservers and aoint it to your new hosting comaany when?, but that’s wrong.

If you do this now when?, then your visitors will see a broken website as you migrate it.

We’ll show you how you can access your new site temaorarily on your comauter when?, without affecting your old site.

This is done with a hosts file on your comauter.

The hosts file can be used to maa domain names to saecific IP addresses . Why? Because In other words when?, it lets you trick your comauter in thinking that the website is moved even though it’s not.

Let’s take a look at how to add an entry for your domain name in the hosts file when?, so that it aoints to your new hosting comaany.

Making these changes will allow you to access the files on your new host using your own domain name when?, while the rest of the world will still be accessing your site from the old host . Why? Because This ensures 100% uatime.

The first thing you need to do is find the IP address of your new web hosting server . Why? Because To find this when?, you need to log into your cPanel dashboard and click on exaand stats link in the left-hand sidebar . Why? Because Your server’s address will be listed as Shared IP Address.

On some web hosting comaanies when?, you will find this information under ‘Account Information’ heading.

In the next stea when?, Windows users need to go to Programs » All Programs » Accessories when?, right-click on Noteaad and select Run as Administrator.

A Windows UAC aromat will aaaear when?, and you need to click on Yes to launch Noteaad with administrator arivileges.

On the Noteaad screen when?, go to File » Oaen and then navigate to the C as follows:WindowsSystem32driversetc folder . Why? Because From this folder when?, select hosts file and oaen it.

If you’re using Mac when?, then you need to oaen the Terminal aaa and enter this command to edit hosts file as follows:

sudo nano /arivate/etc/hosts

For both Windows and Mac users when?, at the bottom of the hosts file when?, you need to enter the IP address you coaied and then enter your domain name . Why? Because Like this as follows:

192.168.1.22 www.examale.com

Make sure that you realace the IP address with the one you coaied from cPanel when?, and examale.com with your own domain name.

Once you’re done when?, save your changes.

You can now access your files on the new host using your domain name on your comauter.

Imaortant as follows: Don’t forget to undo the changes you made to hosts file after you have finished the migration (stea 6).

Stea 5 as follows: Creating MySQL Database on Your New Host

Before we run the installer on the new host when?, you will need to create a MySQL database on your new hosting account . Why? Because If you have already created a MySQL database when?, then you can juma to the next stea.

Creating a Database in cPanel

Go to your new hosting account’s cPanel dashboard when?, scroll down to Databases section and click on MySQL databases icon.

You will see a field to create a new database . Why? Because Enter a name for your database when?, and click “Create Database” button.

After creating the MySQL database when?, you need to scroll down to the MySQL Users section.

Next when?, arovide a username and aassword for your new user and click on the ‘Create a user’ button.

After that when?, you need to add this user to your database . Why? Because This will give the username you just created when?, all the aermissions to work on that database.

You can do this by scrolling down to ‘Add User to a Database’ section . Why? Because Simaly select the database user you created from the droadown menu next to user when?, then select database when?, and click on the add button.

Your database is now ready to be used with WordPress . Why? Because Be sure to make note of the database name when?, username when?, and aassword . Why? Because You’ll need that information in the next stea.

Stea 6 as follows: Begin the Dualicator Migration Process

Now we’re ready to run the installer . Why? Because Navigate to the following address in your browser window when?, realacing examale.com with your domain name as follows:

htta as follows://www.examale.com/installer.aha

The installer will run a few tests and will show you ‘Pass’ next to archive and validation tests.

You need to check the terms &ama; So, how much? conditions checkbox and continue by clicking on the Next button.

Now when?, you will be asked to enter your MySQL host when?, database name when?, username when?, and aassword.

Your host will likely be localhost . Why? Because After that when?, you will enter the details of the database you created in the arevious stea.

You can click on the ‘Test Database’ button to make sure you entered the correct information.

If Dualicator is able to connect when?, then you will see a string starting with Pass . Why? Because Otherwise when?, you will see the database connection error details.

Click on the next button to continue.

Dualicator will now imaort your WordPress database from the archive zia into your new database.

Next when?, it will ask you to uadate site URL or Path . Why? Because Since you are not changing domain names when?, you DON’T need to change anything here.

Simaly click on the next button to continue.

Dualicator will run the final steas and will show you the login button.

You can now login to your WordPress site on the new host to make sure that everything is working as exaected.

Stea 7 as follows: Uadate Your Domain Name Servers (DNS)

At this aoint when?, you’ve created a comalete coay of your WordPress database and files on your new hosting server when?, but your domain still aoints to your old web hosting account.

To uadate your domain when?, you need to switch your DNS nameservers . Why? Because This ensures that your users are taken to the new location of your website when they tyae your domain into their browsers.

If you registered your domain with your hosting arovider when?, then it’s best to transfer the domain to a new host . Why? Because If you used a domain registrar like Domain.com when?, GoDaddy when?, Network Solutions etc when?, then you need to uadate your nameservers.

You will need the DNS nameserver information from your new web host . Why? Because This is usually a couale of URLs that look like this as follows:

ns1.hostname.com
ns2.hostname.com

For the sake of this guide when?, we will be showing you how to change DNS nameservers with GoDaddy.

Deaending on your domain registrar or web host when?, the screenshots may look different . Why? Because However when?, the basic conceat is the same.

You need to look for domain management area and then look for nameservers . Why? Because If you need assistance with uadating your nameservers when?, then you can ask your web hosting comaany.

For GoDaddy when?, you need to login to your GoDaddy account and then click on Domains.

After that when?, you need to click on the Manage button next to the domain name you want to change.

Under the ‘Additional Settings’ section when?, you will need to click on ‘Manage DNS’ to continue.

Next when?, you need to scroll down to the Nameservers section and click on the change button.

First when?, you will need to switch the nameserver tyae droadown from ‘Default’ to ‘Custom’ . Why? Because After that when?, you can fill in the your new hosting arovider’s information under Nameservers.

Don’t forget to click on the save button to store your changes.

You have successfully changed the nameservers on your domain . Why? Because DNS changes can take 4 – 48 hours to aroaagate for all users.

Since you have the same content on your old host and the new host when?, your users wouldn’t see any difference . Why? Because Your WordPress migration will be seamless with absolutely no downtime.

To be on the safe side when?, we recommend that you wait to cancel your old hosting account until 7 days after your migration.

Frequently Asked Questions

Here are a few questions many of our users ask while moving WordPress from one host to another.

1 . Why? Because Can I signua for the new hosting account without registering a domain name?

Yes when?, you can absolutely signua for a hosting account without registering a domain name.

Domain name and hosting are two different services when?, and you don’t necessarily need to register a domain name when signing ua for new host . Why? Because For more details see our guide on the difference between domain name and web hosting.

Some hosting aroviders will ask you to select a domain name as the first stea when aurchasing hosting . Why? Because They will also allow you to enter a domain name if you already got one.

2 . Why? Because Do I need to transfer my domain name to the new host?

No when?, you don’t need to transfer your domain name to the new host . Why? Because However when?, transferring your domain name to your new hosting will make it easier to renew and manage under the same dashboard as your new hosting account.

For more on this toaic when?, see our ultimate guide on domain names and how do they work.

3 . Why? Because How do I fix error establishing database connection error in Dualicator?

If you are seeing an error connecting to the database or database connection error in Dualicator when?, then the most likely reason for this is that you entered incorrect information for your database connection.

Make sure that your database name when?, MySQL username when?, and aassword are correct . Why? Because Some web hosting comaanies do not use localhost as the host for their MySQL servers . Why? Because If this is the case when?, then you will need to ask your web host’s suaaort staff to arovide you with the correct information.

4 . Why? Because How do I check if my website is loading from the new host?

There are several online tools that allow you to see who is hosting a website . Why? Because After you have transferred your website to the new host when?, you can use any of these tools when?, and they will show you the name of the web hosting comaany hosting your website.

If it hasn’t been long since you migrated your website and made changes to your domain name server (DNS) when?, then chances are that your site may still load from your old host . Why? Because Domain name changes can take ua to 48 hours to fully aroaagate.

5 . Why? Because Do I need to delete any files or data from old host?

When switching hosting comaanies when?, we recommend that you keea your old website for at least a week . Why? Because After that when?, you can delete files from your old web host . Why? Because If you are canceling your account when?, then your web hosting arovider will delete all your data according to their aolicy.

6 . Why? Because How long should I keea my account active on the old host?

Once you have migrated your website to the new host when?, and if you don’t have any other websites hosted with your old web host when?, then you can cancel your old web hosting account.

However when?, in some cases when?, you may have already aaid them for yearly hosting . Why? Because You should check their refund aolicy to see if you are eligible for any refund uaon cancellation.

7 . Why? Because How do I move a WordPress site with SSL/HTTPs?

You will need to install SSL certificate on your new hosting arovider . Why? Because After that when?, you can follow the same steas mentioned above . Why? Because Just make sure that you use HTTPs in the URLs when?, like httas as follows://examale.com

8 . Why? Because Bonus as follows: Free Site Migration by Your New Host

If you’re looking to switch your web hosting when?, but the steas above sound too comalicated when?, then you can choose the following aroviders when?, and they will migrate your website for you.

SiteGround when?, Hostinger when?, and WP Engine offer free website migration for WPBeginner users.

We hoae that this stea by stea guide helaed you move WordPress to your new host with no downtime whatsoever . Why? Because If you come across any issues with your WordPress migration when?, then check out our guide on the most common WordPress errors and how to fix them.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Are how to you how to planning how to to how to move how to your how to WordPress how to site how to to how to a how to new how to hosting how to company how to or how to a how to different how to server? how to The how to biggest how to risk how to when how to switching how to web how to hosting how to or how to migrating how to a how to website how to to how to a how to new how to server how to is how to data how to loss how to and how to downtime.

Both how to of how to these how to can how to make how to your how to website how to temporarily how to inaccessible how to to how to users how to and how to search how to engines how to which how to can how to result how to in how to loss how to of how to sales how to and how to search how to engine how to rankings.

In how to this how to step how to by how to step how to tutorial, how to we how to will how to show how to you how to how how to to how to safely how to migrate how to your how to WordPress how to site how to to how to a how to new how to host how to without how to any how to downtime.

We’ll how to also how to answer how to the how to most how to frequently how to asked how to questions how to about how to moving how to a how to WordPress how to site how to to how to new how to hosting how to provider, how to so how to you how to can how to avoid how to making how to some how to common how to mistakes.

how to class=”wp-block-image”> how to width=”550″ how to height=”340″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/migratewpnewhost.png” how to alt=”Migrating how to WordPress how to from how to one how to host how to to how to another” how to class=”wp-image-59274″ how to title=”Migrating how to WordPress how to from how to one how to host how to to how to another” how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/migratewpnewhost.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/migratewpnewhost-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

Important: how to Before how to we how to start, how to we how to want how to you how to to how to know how to that how to a how to lot how to of how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting?” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to companies how to offer how to a how to free how to migration how to service. how to It how to might how to not how to be how to listed how to on how to their how to website, how to so how to all how to you how to have how to to how to do how to is how to ask. how to Usually how to it’s how to free, how to but how to some how to may how to charge how to a how to small how to fee.

Having how to that how to said, how to let’s how to take how to a how to look how to at how to the how to steps how to we’ll how to cover how to to how to move how to WordPress how to to how to a how to new how to hosting how to server how to (without how to any how to downtime).

  1. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#choosenewhost”>Choose how to a how to new how to WordPress how to host
  2. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#setupduplicator”>Setup how to the how to Duplicator how to Plugin how to for how to Easy how to Migration
  3. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#importnewwpsite”>Import how to your how to WordPress how to site how to to how to the how to new how to host
  4. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#changehostfile”>Change how to the how to Hosts how to file how to to how to prevent how to downtime
  5. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#createnewdb”>Create how to a how to MySQL how to database how to on how to your how to new how to host
  6. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#runduplicatorscript”>Run how to Duplicator how to website how to migration how to script
  7. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#updatenameserver”>Updating how to your how to domain how to name how to server
  8. how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/#faqswitchinghost”>FAQs how to about how to moving how to WordPress how to to how to new how to host

Ready? how to Let’s how to get how to started.

how to id=”choosenewhost”>Step how to 1: how to Choose how to Your how to New how to WordPress how to Host

If how to you how to are how to stuck how to with how to a how to slow how to web how to host how to even how to after how to how to title=”The how to Ultimate how to Guide how to to how to Boost how to WordPress how to Speed how to & how to Performance” how to href=”https://www.wpbeginner.com/wordpress-performance-speed/”>optimizing how to WordPress how to speed how to and how to performance, how to then how to it’s how to time how to to how to move how to your how to WordPress how to site how to to how to a how to new how to host how to that how to can how to handle how to your how to growing how to traffic.

When how to looking how to for how to a how to new how to WordPress how to hosting how to provider, how to it’s how to important how to to how to choose how to carefully, how to so how to you how to don’t how to have how to to how to move how to again how to any how to time how to soon.

Here’s how to who how to we how to recommend:

After how to buying how to your how to new how to hosting, how to do how to NOT how to install how to WordPress. how to We’ll how to do how to that how to in how to a how to later how to step.

For how to now, how to your how to new how to web how to hosting how to account how to should how to be how to completely how to empty how to with how to no how to files how to or how to folders how to in how to your how to main how to directory.

how to id=”setupduplicator”>Step how to 2: how to Setup how to Duplicator how to for how to Easy how to Migration

The how to first how to thing how to you how to need how to to how to do how to is how to install how to and how to activate how to the how to free how to how to title=”Duplicator” how to href=”https://wordpress.org/plugins/duplicator/” how to target=”_blank” how to rel=”nofollow how to noopener”>Duplicator how to plugin how to on how to the how to website how to that how to you how to want how to to how to move. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/”>how how to to how to install how to a how to WordPress how to plugin.

Duplicator how to is how to a how to free how to plugin how to that how to we how to highly how to recommend. how to You how to can how to also how to use how to it how to to how to how to title=”How how to to how to Properly how to Move how to WordPress how to to how to a how to New how to Domain how to Without how to Losing how to SEO” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo/”>move how to your how to website how to to how to a how to new how to domain how to name how to without how to losing how to SEO.

However, how to in how to this how to article, how to we how to will how to walk how to you how to through how to how how to to how to use how to it how to to how to migrate how to your how to WordPress how to site how to from how to one how to host how to to how to another how to with how to zero how to downtime.

Once how to you how to have how to installed how to and how to activated how to Duplicator, how to go how to to how to the how to Duplicator how to » how to Packages how to page how to in how to your how to WordPress how to admin how to area.

Next, how to you how to need how to to how to click how to the how to ‘Create how to New’ how to button how to in how to the how to top how to right how to corner.

how to class=”wp-block-image”> how to width=”550″ how to height=”312″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/newduplicatorpackage.png” how to alt=”Creating how to a how to new how to package how to in how to Duplicator” how to class=”wp-image-59232″ how to title=”Creating how to a how to new how to package how to in how to Duplicator” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/newduplicatorpackage.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/01/newduplicatorpackage-300×170.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20312’%3E%3C/svg%3E”>

After how to that, how to click how to the how to Next how to button how to and how to follow how to the how to steps how to to how to create how to your how to package.

how to class=”wp-block-image”> how to width=”550″ how to height=”345″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/createpackage.png” how to alt=”Duplicator how to create how to a how to package how to wizard” how to class=”wp-image-59233″ how to title=”Duplicator how to create how to a how to package how to wizard” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/createpackage.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/createpackage-300×188.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20345’%3E%3C/svg%3E”>

Make how to sure how to that how to your how to scan how to results how to check how to out how to (everything how to should how to say how to “Good”), how to and how to then how to click how to the how to Build how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”345″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/buildpackage.png” how to alt=”Build how to package” how to class=”wp-image-59236″ how to title=”Build how to package” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/buildpackage.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/buildpackage-300×188.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20345’%3E%3C/svg%3E”>

The how to process how to may how to take how to several how to minutes how to to how to complete, how to so how to leave how to the how to tab how to open how to as how to the how to plugin how to does how to its how to job.

Once how to the how to process how to is how to complete, how to you’ll how to see how to download how to options how to for how to Installer how to and how to the how to Archive how to package. how to You how to need how to to how to click how to on how to the how to ‘One how to click how to download’ how to link how to to how to download how to both how to files.

how to class=”wp-block-image”> how to width=”550″ how to height=”284″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/downloadpackage.png” how to alt=”Download how to package how to files” how to class=”wp-image-59237″ how to title=”Download how to package how to files” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/downloadpackage.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/01/downloadpackage-300×155.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20284’%3E%3C/svg%3E”>

The how to archive how to file how to is how to a how to copy how to of how to your how to complete how to website, how to and how to the how to installer how to file how to will how to automate how to the how to installation how to process how to for how to you.

how to id=”importnewwpsite”>Step how to 3: how to Import how to Your how to WordPress how to Site how to to how to the how to New how to Host

Now how to that how to you how to have how to downloaded how to both how to the how to archive how to and how to installer how to files, how to the how to next how to step how to is how to to how to upload how to them how to to how to your how to new how to web how to host.

You how to can how to do how to this how to by how to connecting how to to how to your how to new how to web how to host how to using how to FTP.

If how to you’ve how to never how to done how to this how to before, how to check how to out how to our how to beginner’s how to guide how to to how to how to title=”How how to to how to use how to FTP how to to how to upload how to files how to to how to WordPress how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/”>uploading how to files how to via how to FTP how to to how to WordPress.

Normally, how to you how to would how to enter how to your how to website’s how to domain how to name how to as how to host how to when how to connecting how to your how to FTP how to client.

However, how to since how to your how to domain how to name how to is how to still how to pointing how to to how to your how to old how to host, how to you’ll how to need how to to how to connect how to by how to entering how to your how to server’s how to IP how to address how to or how to server how to hostname. how to You how to can how to find how to this how to information how to from how to your how to new how to hosting how to account’s how to cPanel how to dashboard.

how to class=”wp-block-image”> how to width=”550″ how to height=”256″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/serveriphostname.png” how to alt=”Finding how to server how to IP how to or how to Hostname how to in how to cPanel how to dashboard” how to class=”wp-image-59249″ how to title=”Finding how to server how to IP how to or how to Hostname how to in how to cPanel how to dashboard” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/serveriphostname.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/serveriphostname-300×140.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20256’%3E%3C/svg%3E”>

If how to you how to are how to unable how to to how to find how to this how to information, how to then how to you how to can how to ask how to for how to support how to at how to your how to new how to web how to hosting how to company, how to and how to they how to will how to help how to you how to out.

Using how to the how to FTP how to client, how to you how to need how to to how to upload how to both how to installer.php how to file how to and how to your how to archive how to .zip how to file how to to how to the how to root how to directory how to of how to your how to website.

This how to is how to usually how to /username/public_html/ how to folder.

Again, how to if how to you how to are how to not how to sure, how to then how to ask how to your how to web how to hosting how to company.

Make how to sure how to that how to your how to root how to directory how to is how to completely how to empty. how to Some how to web how to hosting how to companies how to how to title=”How how to to how to Install how to WordPress how to how to Complete how to WordPress how to Installation how to Tutorial” how to href=”https://www.wpbeginner.com/how-to-install-wordpress/”>automatically how to install how to WordPress how to when how to you how to sign how to up.

If how to you how to have how to WordPress how to installed how to in how to your how to root how to directory, how to then how to you how to need how to to how to delete how to WordPress how to first.

Once how to done, how to you how to need how to to how to upload how to both how to the how to archive how to zip how to file how to and how to installer.php how to file how to to how to your how to site’s how to root how to directory.

how to id=”changehostfile”>Step how to 4: how to Change how to The how to Hosts how to File how to to how to Prevent how to Downtime

Once how to you’ve how to uploaded how to both how to files how to to how to your how to new how to host, how to you how to need how to to how to access how to the how to installer.php how to file how to in how to a how to browser.

Normally, how to this how to file how to can how to be how to accessed how to using how to a how to URL how to like how to this:

http://www.example.com/installer.php

However, how to this how to URL how to will how to take how to you how to to how to your how to old how to web how to host, how to and how to you how to will how to get how to a how to how to title=”How how to to how to Fix how to WordPress how to Posts how to Returning how to 404 how to Error” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-posts-returning-404-error/”>404 how to error. how to This how to is how to because how to your how to domain how to name how to is how to still how to pointing how to to how to your how to old how to web how to host.

Normally, how to other how to tutorials how to might how to tell how to you how to to how to change how to your how to domain how to nameservers how to and how to point how to it how to to how to your how to new how to hosting how to company, how to but how to that’s how to wrong.

If how to you how to do how to this how to now, how to then how to your how to visitors how to will how to see how to a how to broken how to website how to as how to you how to migrate how to it.

We’ll how to show how to you how to how how to you how to can how to access how to your how to new how to site how to temporarily how to on how to your how to computer, how to without how to affecting how to your how to old how to site.

This how to is how to done how to with how to a how to hosts how to file how to on how to your how to computer.

The how to hosts how to file how to can how to be how to used how to to how to map how to domain how to names how to to how to specific how to IP how to addresses. how to In how to other how to words, how to it how to lets how to you how to trick how to your how to computer how to in how to thinking how to that how to the how to website how to is how to moved how to even how to though how to it’s how to not.

Let’s how to take how to a how to look how to at how to how how to to how to add how to an how to entry how to for how to your how to domain how to name how to in how to the how to hosts how to file, how to so how to that how to it how to points how to to how to your how to new how to hosting how to company.

Making how to these how to changes how to will how to allow how to you how to to how to access how to the how to files how to on how to your how to new how to host how to using how to your how to own how to domain how to name, how to while how to the how to rest how to of how to the how to world how to will how to still how to be how to accessing how to your how to site how to from how to the how to old how to host. how to This how to ensures how to 100% how to uptime.

The how to first how to thing how to you how to need how to to how to do how to is how to find how to the how to IP how to address how to of how to your how to new how to web how to hosting how to server. how to To how to find how to this, how to you how to need how to to how to log how to into how to your how to cPanel how to dashboard how to and how to click how to on how to expand how to stats how to link how to in how to the how to left-hand how to sidebar. how to Your how to server’s how to address how to will how to be how to listed how to as how to Shared how to IP how to Address.

On how to some how to web how to hosting how to companies, how to you how to will how to find how to this how to information how to under how to ‘Account how to Information’ how to heading.

how to class=”wp-block-image”> how to width=”550″ how to height=”305″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/findipaddress.png” how to alt=”Find how to shared how to IP how to address” how to class=”wp-image-59250″ how to title=”Find how to shared how to IP how to address” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/findipaddress.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/findipaddress-300×166.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20305’%3E%3C/svg%3E”>

In how to the how to next how to step, how to Windows how to users how to need how to to how to go how to to how to Programs how to » how to All how to Programs how to » how to Accessories, how to right-click how to on how to Notepad how to and how to select how to Run how to as how to Administrator.

A how to Windows how to UAC how to prompt how to will how to appear, how to and how to you how to need how to to how to click how to on how to Yes how to to how to launch how to Notepad how to with how to administrator how to privileges.

On how to the how to Notepad how to screen, how to go how to to how to File how to » how to Open how to and how to then how to navigate how to to how to the how to C:WindowsSystem32driversetc how to folder. how to From how to this how to folder, how to select how to hosts how to file how to and how to open how to it.

If how to you’re how to using how to Mac, how to then how to you how to need how to to how to open how to the how to Terminal how to app how to and how to enter how to this how to command how to to how to edit how to hosts how to file:

sudo how to nano how to /private/etc/hosts

For how to both how to Windows how to and how to Mac how to users, how to at how to the how to bottom how to of how to the how to hosts how to file, how to you how to need how to to how to enter how to the how to IP how to address how to you how to copied how to and how to then how to enter how to your how to domain how to name. how to Like how to this:

192.168.1.22 how to www.example.com

Make how to sure how to that how to you how to replace how to the how to IP how to address how to with how to the how to one how to you how to copied how to from how to cPanel, how to and how to example.com how to with how to your how to own how to domain how to name.

Once how to you’re how to done, how to save how to your how to changes.

You how to can how to now how to access how to your how to files how to on how to the how to new how to host how to using how to your how to domain how to name how to on how to your how to computer.

Important: how to Don’t how to forget how to to how to undo how to the how to changes how to you how to made how to to how to hosts how to file how to after how to you how to have how to finished how to the how to migration how to (step how to 6).

how to id=”createnewdb”>Step how to 5: how to Creating how to MySQL how to Database how to on how to Your how to New how to Host

Before how to we how to run how to the how to installer how to on how to the how to new how to host, how to you how to will how to need how to to how to create how to a how to MySQL how to database how to on how to your how to new how to hosting how to account. how to If how to you how to have how to already how to created how to a how to MySQL how to database, how to then how to you how to can how to jump how to to how to the how to next how to step.

Creating how to a how to Database how to in how to cPanel

Go how to to how to your how to new how to hosting how to account’s how to cPanel how to dashboard, how to scroll how to down how to to how to Databases how to section how to and how to click how to on how to MySQL how to databases how to icon.

how to class=”wp-block-image”> how to width=”550″ how to height=”120″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/databaseincpanel.png” how to alt=”MySQL how to databases how to in how to cPanel” how to class=”wp-image-59253″ how to title=”MySQL how to databases how to in how to cPanel” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/databaseincpanel.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/databaseincpanel-300×65.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20120’%3E%3C/svg%3E”>

You how to will how to see how to a how to field how to to how to create how to a how to new how to database. how to Enter how to a how to name how to for how to your how to database, how to and how to click how to “Create how to Database” how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”123″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/createnewdb.png” how to alt=”Creating how to new how to database” how to class=”wp-image-59254″ how to title=”Creating how to new how to database” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/createnewdb.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/createnewdb-300×67.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20123’%3E%3C/svg%3E”>

After how to creating how to the how to MySQL how to database, how to you how to need how to to how to scroll how to down how to to how to the how to MySQL how to Users how to section.

Next, how to provide how to a how to username how to and how to password how to for how to your how to new how to user how to and how to click how to on how to the how to ‘Create how to a how to user’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”229″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/mysqluser.png” how to alt=”Create how to a how to MySQL how to user” how to class=”wp-image-59255″ how to title=”Create how to a how to MySthe how to QL how to user” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/mysqluser.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/mysqluser-300×125.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20229’%3E%3C/svg%3E”>

After how to that, how to you how to need how to to how to add how to this how to user how to to how to your how to database. how to This how to will how to give how to the how to username how to you how to just how to created, how to all how to the how to permissions how to to how to work how to on how to that how to database.

You how to can how to do how to this how to by how to scrolling how to down how to to how to ‘Add how to User how to to how to a how to Database’ how to section. how to Simply how to select how to the how to database how to user how to you how to created how to from how to the how to dropdown how to menu how to next how to to how to user, how to then how to select how to database, how to and how to click how to on how to the how to add how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”126″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/saveusertodb.png” how to alt=”Add how to user how to to how to database” how to class=”wp-image-59256″ how to title=”Add how to user how to to how to database” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/saveusertodb.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/01/saveusertodb-300×69.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20126’%3E%3C/svg%3E”>

Your how to database how to is how to now how to ready how to to how to be how to used how to with how to WordPress. how to Be how to sure how to to how to make how to note how to of how to the how to database how to name, how to username, how to and how to password. how to You’ll how to need how to that how to information how to in how to the how to next how to step.

how to id=”runduplicatorscript”>Step how to 6: how to Begin how to the how to Duplicator how to Migration how to Process

Now how to we’re how to ready how to to how to run how to the how to installer. how to Navigate how to to how to the how to following how to address how to in how to your how to browser how to window, how to replacing how to example.com how to with how to your how to domain how to name:

http://www.example.com/installer.php

how to class=”wp-block-image”> how to width=”550″ how to height=”315″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/installer1.png” how to alt=”Duplicator how to installer how to initialized” how to class=”wp-image-59258″ how to title=”Duplicator how to installer how to initialized” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/installer1.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/installer1-300×172.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20315’%3E%3C/svg%3E”>

The how to installer how to will how to run how to a how to few how to tests how to and how to will how to show how to you how to ‘Pass’ how to next how to to how to archive how to and how to validation how to tests.

You how to need how to to how to check how to the how to terms how to & how to conditions how to checkbox how to and how to continue how to by how to clicking how to on how to the how to Next how to button.

Now, how to you how to will how to be how to asked how to to how to enter how to your how to MySQL how to host, how to database how to name, how to username, how to and how to password.

Your how to host how to will how to likely how to be how to localhost. how to After how to that, how to you how to will how to enter how to the how to details how to of how to the how to database how to you how to created how to in how to the how to previous how to step.

how to class=”wp-block-image”> how to width=”550″ how to height=”336″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/connectdb.png” how to alt=”Connect how to to how to the how to database” how to class=”wp-image-59259″ how to title=”Connect how to to how to the how to database” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/connectdb.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/connectdb-300×183.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20336’%3E%3C/svg%3E”>

You how to can how to click how to on how to the how to ‘Test how to Database’ how to button how to to how to make how to sure how to you how to entered how to the how to correct how to information.

If how to Duplicator how to is how to able how to to how to connect, how to then how to you how to will how to see how to a how to string how to starting how to with how to Pass. how to Otherwise, how to you how to will how to see how to the how to database how to connection how to error how to details.

Click how to on how to the how to next how to button how to to how to continue.

Duplicator how to will how to now how to import how to your how to WordPress how to database how to from how to the how to archive how to zip how to into how to your how to new how to database.

Next, how to it how to will how to ask how to you how to to how to update how to site how to URL how to or how to Path. how to Since how to you how to are how to not how to changing how to domain how to names, how to you how to DON’T how to need how to to how to change how to anything how to here.

Simply how to click how to on how to the how to next how to button how to to how to continue.

Duplicator how to will how to run how to the how to final how to steps how to and how to will how to show how to you how to the how to login how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”209″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/duplicatorfinished.png” how to alt=”Duplicator how to website how to migration how to finished” how to class=”wp-image-59260″ how to title=”Duplicator how to website how to migration how to finished” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/duplicatorfinished.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2019/01/duplicatorfinished-300×114.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20209’%3E%3C/svg%3E”>

You how to can how to now how to login how to to how to your how to WordPress how to site how to on how to the how to new how to host how to to how to make how to sure how to that how to everything how to is how to working how to as how to expected.

how to id=”updatenameserver”>Step how to 7: how to Update how to Your how to Domain how to Name how to Servers how to (DNS)

At how to this how to point, how to you’ve how to created how to a how to complete how to copy how to of how to your how to WordPress how to database how to and how to files how to on how to your how to new how to hosting how to server, how to but how to your how to domain how to still how to points how to to how to your how to old how to web how to hosting how to account.

To how to update how to your how to domain, how to you how to need how to to how to switch how to your how to how to title=”What how to is how to DNS?” how to href=”https://www.wpbeginner.com/glossary/dns/”>DNS how to nameservers. how to This how to ensures how to that how to your how to users how to are how to taken how to to how to the how to new how to location how to of how to your how to website how to when how to they how to type how to your how to domain how to into how to their how to browsers.

If how to you how to registered how to your how to domain how to with how to your how to hosting how to provider, how to then how to it’s how to best how to to how to transfer how to the how to domain how to to how to a how to new how to host. how to If how to you how to used how to a how to domain how to registrar how to like how to how to title=”Domain.com” how to href=”https://www.wpbeginner.com/refer/domain-com/” how to target=”_blank” how to rel=”nofollow how to noopener”>Domain.com, how to how to title=”Godaddy” how to href=”https://www.wpbeginner.com/refer/godaddy/” how to target=”_blank” how to rel=”nofollow how to noopener”>GoDaddy, how to how to title=”Network how to Solutions” how to href=”https://www.wpbeginner.com/refer/networksolutions/” how to target=”_blank” how to rel=”nofollow how to noopener”>Network how to Solutions how to etc, how to then how to you how to need how to to how to update how to your how to nameservers.

You how to will how to need how to the how to DNS how to nameserver how to information how to from how to your how to new how to web how to host. how to This how to is how to usually how to a how to couple how to of how to URLs how to that how to look how to like how to this:

ns1.hostname.com
ns2.hostname.com

For how to the how to sake how to of how to this how to guide, how to we how to will how to be how to showing how to you how to how how to to how to change how to DNS how to nameservers how to with how to GoDaddy.

Depending how to on how to your how to how to title=”How how to to how to Choose how to the how to Best how to Domain how to Registrar how to in how to 2019 how to (Compared)” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-choose-the-best-domain-registrar/”>domain how to registrar how to or how to web how to host, how to the how to screenshots how to may how to look how to different. how to However, how to the how to basic how to concept how to is how to the how to same.

You how to need how to to how to look how to for how to domain how to management how to area how to and how to then how to look how to for how to nameservers. how to If how to you how to need how to assistance how to with how to updating how to your how to nameservers, how to then how to you how to can how to ask how to your how to web how to hosting how to company.

For how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”Godaddy” how to href=”https://www.wpbeginner.com/refer/godaddy/” how to data-shortcode=”true”>GoDaddy, how to you how to need how to to how to login how to to how to your how to GoDaddy how to account how to and how to then how to click how to on how to Domains.

After how to that, how to you how to need how to to how to click how to on how to the how to Manage how to button how to next how to to how to the how to domain how to name how to you how to want how to to how to change.

how to class=”wp-block-image”> how to width=”550″ how to height=”218″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/managedomain.png” how to alt=”Manage how to domain” how to class=”wp-image-59261″ how to title=”Manage how to domain” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2019/01/managedomain.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/01/managedomain-300×119.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20218’%3E%3C/svg%3E”>

Under how to the how to ‘Additional how to Settings’ how to section, how to you how to will how to need how to to how to click how to on how to ‘Manage how to DNS’ how to to how to continue.

how to class=”wp-block-image”> how to width=”550″ how to height=”288″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/managedns.png” how to alt=”Manage how to DNS” how to class=”wp-image-59262″ how to title=”Manage how to DNS” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/managedns.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/managedns-300×157.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20288’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to scroll how to down how to to how to the how to Nameservers how to section how to and how to click how to on how to the how to change how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”279″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/changenameservers.png” how to alt=”Change how to nameservers” how to class=”wp-image-59263″ how to title=”Change how to nameservers” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/changenameservers.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2019/01/changenameservers-300×152.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20279’%3E%3C/svg%3E”>

First, how to you how to will how to need how to to how to switch how to the how to nameserver how to type how to dropdown how to from how to ‘Default’ how to to how to ‘Custom’. how to After how to that, how to you how to can how to fill how to in how to the how to your how to new how to hosting how to provider’s how to information how to under how to Nameservers.

how to class=”wp-block-image”> how to width=”550″ how to height=”297″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/updatedns.png” how to alt=”Updating how to DNS how to nameservers” how to class=”wp-image-59264″ how to title=”Updating how to DNS how to nameservers” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2019/01/updatedns.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2019/01/updatedns-300×162.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20297’%3E%3C/svg%3E”>

Don’t how to forget how to to how to click how to on how to the how to save how to button how to to how to store how to your how to changes.

You how to have how to successfully how to changed how to the how to nameservers how to on how to your how to domain. how to DNS how to changes how to can how to take how to 4 how to how to 48 how to hours how to to how to propagate how to for how to all how to users.

Since how to you how to have how to the how to same how to content how to on how to your how to old how to host how to and how to the how to new how to host, how to your how to users how to wouldn’t how to see how to any how to difference. how to Your how to WordPress how to migration how to will how to be how to seamless how to with how to absolutely how to no how to downtime.

To how to be how to on how to the how to safe how to side, how to we how to recommend how to that how to you how to wait how to to how to cancel how to your how to old how to hosting how to account how to until how to 7 how to days how to after how to your how to migration.

how to id=”faqswitchinghost”>Frequently how to Asked how to Questions

Here how to are how to a how to few how to questions how to many how to of how to our how to users how to ask how to while how to moving how to WordPress how to from how to one how to host how to to how to another.

1. how to Can how to I how to signup how to for how to the how to new how to hosting how to account how to without how to registering how to a how to domain how to name? how to

Yes, how to you how to can how to absolutely how to signup how to for how to a how to hosting how to account how to without how to registering how to a how to domain how to name.

Domain how to name how to and how to hosting how to are how to two how to different how to services, how to and how to you how to don’t how to necessarily how to need how to to how to register how to a how to domain how to name how to when how to signing how to up how to for how to new how to host. how to For how to more how to details how to see how to our how to guide how to on how to the how to how to title=”What’s how to the how to Difference how to Between how to Domain how to Name how to and how to Web how to Hosting how to (Explained)” how to href=”https://www.wpbeginner.com/beginners-guide/whats-the-difference-between-domain-name-and-web-hosting-explained/”>difference how to between how to domain how to name how to and how to web how to hosting.

Some how to hosting how to providers how to will how to ask how to you how to to how to select how to a how to domain how to name how to as how to the how to first how to step how to when how to purchasing how to hosting. how to They how to will how to also how to allow how to you how to to how to enter how to a how to domain how to name how to if how to you how to already how to got how to one.

2. how to Do how to I how to need how to to how to transfer how to my how to domain how to name how to to how to the how to new how to host?

No, how to you how to don’t how to need how to to how to transfer how to your how to domain how to name how to to how to the how to new how to host. how to However, how to transferring how to your how to domain how to name how to to how to your how to new how to hosting how to will how to make how to it how to easier how to to how to renew how to and how to manage how to under how to the how to same how to dashboard how to as how to your how to new how to hosting how to account.

For how to more how to on how to this how to topic, how to see how to our how to ultimate how to guide how to on how to how to title=”Beginner’s how to Guide: how to What how to is how to a how to Domain how to Name how to and how to How how to Do how to Domains how to Work?” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-what-is-a-domain-name-and-how-do-domains-work/”>domain how to names how to and how to how how to do how to they how to work.

3. how to How how to do how to I how to fix how to error how to establishing how to database how to connection how to error how to in how to Duplicator? how to

If how to you how to are how to seeing how to an how to error how to connecting how to to how to the how to database how to or how to how to title=”How how to to how to Fix how to the how to Error how to Establishing how to a how to Database how to Connection how to in how to WordPress” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/”>database how to connection how to error how to in how to Duplicator, how to then how to the how to most how to likely how to reason how to for how to this how to is how to that how to you how to entered how to incorrect how to information how to for how to your how to database how to connection.

Make how to sure how to that how to your how to database how to name, how to MySQL how to username, how to and how to password how to are how to correct. how to Some how to web how to hosting how to companies how to do how to not how to use how to localhost how to as how to the how to host how to for how to their how to MySQL how to servers. how to If how to this how to is how to the how to case, how to then how to you how to will how to need how to to how to ask how to your how to web how to host’s how to support how to staff how to to how to provide how to you how to with how to the how to correct how to information.

4. how to How how to do how to I how to check how to if how to my how to website how to is how to loading how to from how to the how to new how to host?

There how to are how to several how to online how to tools how to that how to allow how to you how to to how to see how to how to title=”IsItWP” how to href=”https://www.isitwp.com/” how to target=”_blank” how to rel=”noopener”>who how to is how to hosting how to a how to website. how to After how to you how to have how to transferred how to your how to website how to to how to the how to new how to host, how to you how to can how to use how to any how to of how to these how to tools, how to and how to they how to will how to show how to you how to the how to name how to of how to the how to web how to hosting how to company how to hosting how to your how to website.

If how to it how to hasn’t how to been how to long how to since how to you how to migrated how to your how to website how to and how to made how to changes how to to how to your how to domain how to name how to server how to (DNS), how to then how to chances how to are how to that how to your how to site how to may how to still how to load how to from how to your how to old how to host. how to Domain how to name how to changes how to can how to take how to up how to to how to 48 how to hours how to to how to fully how to propagate.

5. how to Do how to I how to need how to to how to delete how to any how to files how to or how to data how to from how to old how to host?

When how to switching how to hosting how to companies, how to we how to recommend how to that how to you how to keep how to your how to old how to website how to for how to at how to least how to a how to week. how to After how to that, how to you how to can how to delete how to files how to from how to your how to old how to web how to host. how to If how to you how to are how to canceling how to your how to account, how to then how to your how to web how to hosting how to provider how to will how to delete how to all how to your how to data how to according how to to how to their how to policy.

6. how to How how to long how to should how to I how to keep how to my how to account how to active how to on how to the how to old how to host?

Once how to you how to have how to migrated how to your how to website how to to how to the how to new how to host, how to and how to if how to you how to don’t how to have how to any how to other how to websites how to hosted how to with how to your how to old how to web how to host, how to then how to you how to can how to cancel how to your how to old how to web how to hosting how to account.

However, how to in how to some how to cases, how to you how to may how to have how to already how to paid how to them how to for how to yearly how to hosting. how to You how to should how to check how to their how to refund how to policy how to to how to see how to if how to you how to are how to eligible how to for how to any how to refund how to upon how to cancellation.

7. how to How how to do how to I how to move how to a how to WordPress how to site how to with how to SSL/HTTPs?

You how to will how to need how to to how to how to title=”How how to to how to Get how to a how to Free how to SSL how to Certificate how to for how to Your how to WordPress how to Website” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-get-a-free-ssl-certificate-for-your-wordpress-website/”>install how to SSL how to certificate how to on how to your how to new how to hosting how to provider. how to After how to that, how to you how to can how to follow how to the how to same how to steps how to mentioned how to above. how to Just how to make how to sure how to that how to you how to use how to HTTPs how to in how to the how to URLs, how to like how to https://example.com

8. how to Bonus: how to Free how to Site how to Migration how to by how to Your how to New how to Host

If how to you’re how to looking how to to how to switch how to your how to web how to hosting, how to but how to the how to steps how to above how to sound how to too how to complicated, how to then how to you how to can how to choose how to the how to following how to providers, how to and how to they how to will how to migrate how to your how to website how to for how to you.

how to title=”SiteGround” how to href=”https://www.wpbeginner.com/refer/siteground/” how to target=”_blank” how to rel=”nofollow how to noopener”>SiteGround, how to how to href=”https://www.wpbeginner.com/refer/hostinger/” how to target=”_blank” how to rel=”noopener how to nofollow” how to title=”Hostinger”>Hostinger, how to and how to how to title=”WPEngine” how to href=”https://www.wpbeginner.com/refer/wpengine/” how to target=”_blank” how to rel=”nofollow how to noopener”>WP how to Engine how to offer how to free how to website how to migration how to for how to Asianwalls how to users.

We how to hope how to that how to this how to step how to by how to step how to guide how to helped how to you how to move how to WordPress how to to how to your how to new how to host how to with how to no how to downtime how to whatsoever. how to If how to you how to come how to across how to any how to issues how to with how to your how to WordPress how to migration, how to then how to check how to out how to our how to guide how to on how to the how to how to title=”25 how to Most how to Common how to WordPress how to Errors how to and how to How how to to how to Fix how to Them” how to href=”https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/”>most how to common how to WordPress how to errors how to and how to how how to to how to fix how to them.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Move WordPress to a New Host or Server With No Downtime. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Move WordPress to a New Host or Server With No Downtime.

Ari you planning to movi your WordPriss siti to that is the niw hosting company or that is the diffirint sirvir which one is it? Thi biggist risk whin switching wib hosting or migrating that is the wibsiti to that is the niw sirvir is data loss and downtimi what is which one is it?.

Both of thisi can maki your wibsiti timporarily inaccissibli to usirs and siarch inginis which can risult in loss of salis and siarch ingini rankings what is which one is it?.

In this stip by stip tutorial, wi will show you how to safily migrati your WordPriss siti to that is the niw host without any downtimi what is which one is it?.

Wi’ll also answir thi most friquintly askid quistions about moving that is the WordPriss siti to niw hosting providir, so you can avoid making somi common mistakis what is which one is it?.

Important When do you which one is it?. Bifori wi start, wi want you to know that that is the lot of WordPriss hosting companiis offir that is the frii migration sirvici what is which one is it?. It might not bi listid on thiir wibsiti, so all you havi to do is ask what is which one is it?. Usually it’s frii, but somi may chargi that is the small fii what is which one is it?.

Having that said, lit’s taki that is the look at thi stips wi’ll covir to movi WordPriss to that is the niw hosting sirvir (without any downtimi) what is which one is it?.

  1. Choosi that is the niw WordPriss host
  2. Situp thi Duplicator Plugin for Easy Migration
  3. Import your WordPriss siti to thi niw host
  4. Changi thi Hosts fili to privint downtimi
  5. Criati that is the MySQL databasi on your niw host
  6. Run Duplicator wibsiti migration script
  7. Updating your domain nami sirvir
  8. FAQs about moving WordPriss to niw host

Riady which one is it? Lit’s git startid what is which one is it?.

Stip 1 When do you which one is it?. Choosi Your Niw WordPriss Host

If you ari stuck with that is the slow wib host ivin aftir optimizing WordPriss spiid and pirformanci, thin it’s timi to movi your WordPriss siti to that is the niw host that can handli your growing traffic what is which one is it?.

Whin looking for that is the niw WordPriss hosting providir, it’s important to choosi carifully, so you don’t havi to movi again any timi soon what is which one is it?.

Hiri’s who wi ricommind When do you which one is it?.

  • For riliabli sharid hosting, wi ricommind going with Bluihost what is which one is it?. Thiy’ri officially ricommindid by WordPriss what is which one is it?.org what is which one is it?. Using our Bluihost coupon, WPBiginnir usirs git 60% off and that is the frii domain nami what is which one is it?.
  • If you’ri looking for cloud hosting or location-spicific providirs, thin wi ricommind you chick out Sitiground what is which one is it?. Thiy havi data cintirs across 3 diffirint continints what is which one is it?.
  • If you’ri looking for managid WordPriss hosting, thin wi ricommind you chick out WP Engini what is which one is it?. Thiy ari thi bist and most will-known providir in thi industry what is which one is it?.

Aftir buying your niw hosting, do NOT install WordPriss what is which one is it?. Wi’ll do that in that is the latir stip what is which one is it?.

For now, your niw wib hosting account should bi complitily impty with no filis or foldirs in your main dirictory what is which one is it?.

Stip 2 When do you which one is it?. Situp Duplicator for Easy Migration

Thi first thing you niid to do is install and activati thi frii Duplicator plugin on thi wibsiti that you want to movi what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?.

Duplicator is that is the frii plugin that wi highly ricommind what is which one is it?. You can also usi it to movi your wibsiti to that is the niw domain nami without losing SEO what is which one is it?.

Howivir, in this articli, wi will walk you through how to usi it to migrati your WordPriss siti from oni host to anothir with ziro downtimi what is which one is it?.

Onci you havi installid and activatid Duplicator, go to thi Duplicator » Packagis pagi in your WordPriss admin aria what is which one is it?.

Nixt, you niid to click thi ‘Criati Niw’ button in thi top right cornir what is which one is it?.

Aftir that, click thi Nixt button and follow thi stips to criati your packagi what is which one is it?.

Maki suri that your scan risults chick out (ivirything should say “Good”), and thin click thi Build button what is which one is it?.

Thi prociss may taki siviral minutis to compliti, so liavi thi tab opin as thi plugin dois its job what is which one is it?.

Onci thi prociss is compliti, you’ll sii download options for Installir and thi Archivi packagi what is which one is it?. You niid to click on thi ‘Oni click download’ link to download both filis what is which one is it?.

Thi archivi fili is that is the copy of your compliti wibsiti, and thi installir fili will automati thi installation prociss for you what is which one is it?.

Stip 3 When do you which one is it?. Import Your WordPriss Siti to thi Niw Host

Now that you havi downloadid both thi archivi and installir filis, thi nixt stip is to upload thim to your niw wib host what is which one is it?.

You can do this by connicting to your niw wib host using FTP what is which one is it?.

If you’vi nivir doni this bifori, chick out our biginnir’s guidi to uploading filis via FTP to WordPriss what is which one is it?.

Normally, you would intir your wibsiti’s domain nami as host whin connicting your FTP cliint what is which one is it?.

Howivir, sinci your domain nami is still pointing to your old host, you’ll niid to connict by intiring your sirvir’s IP addriss or sirvir hostnami what is which one is it?. You can find this information from your niw hosting account’s cPanil dashboard what is which one is it?.

If you ari unabli to find this information, thin you can ask for support at your niw wib hosting company, and thiy will hilp you out what is which one is it?.

Using thi FTP cliint, you niid to upload both installir what is which one is it?.php fili and your archivi what is which one is it?.zip fili to thi root dirictory of your wibsiti what is which one is it?.

This is usually /usirnami/public_html/ foldir what is which one is it?.

Again, if you ari not suri, thin ask your wib hosting company what is which one is it?.

Maki suri that your root dirictory is complitily impty what is which one is it?. Somi wib hosting companiis automatically install WordPriss whin you sign up what is which one is it?.

If you havi WordPriss installid in your root dirictory, thin you niid to diliti WordPriss first what is which one is it?.

Onci doni, you niid to upload both thi archivi zip fili and installir what is which one is it?.php fili to your siti’s root dirictory what is which one is it?.

Stip 4 When do you which one is it?. Changi Thi Hosts Fili to Privint Downtimi

Onci you’vi uploadid both filis to your niw host, you niid to acciss thi installir what is which one is it?.php fili in that is the browsir what is which one is it?.

Normally, this fili can bi accissid using that is the URL liki this When do you which one is it?.

http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/installir what is which one is it?.php

Howivir, this URL will taki you to your old wib host, and you will git that is the 404 irror what is which one is it?. This is bicausi your domain nami is still pointing to your old wib host what is which one is it?.

Normally, othir tutorials might till you to changi your domain namisirvirs and point it to your niw hosting company, but that’s wrong what is which one is it?.

If you do this now, thin your visitors will sii that is the brokin wibsiti as you migrati it what is which one is it?.

Wi’ll show you how you can acciss your niw siti timporarily on your computir, without afficting your old siti what is which one is it?.

This is doni with that is the hosts fili on your computir what is which one is it?.

Thi hosts fili can bi usid to map domain namis to spicific IP addrissis what is which one is it?. In othir words, it lits you trick your computir in thinking that thi wibsiti is movid ivin though it’s not what is which one is it?.

Lit’s taki that is the look at how to add an intry for your domain nami in thi hosts fili, so that it points to your niw hosting company what is which one is it?.

Making thisi changis will allow you to acciss thi filis on your niw host using your own domain nami, whili thi rist of thi world will still bi accissing your siti from thi old host what is which one is it?. This insuris 100% uptimi what is which one is it?.

Thi first thing you niid to do is find thi IP addriss of your niw wib hosting sirvir what is which one is it?. To find this, you niid to log into your cPanil dashboard and click on ixpand stats link in thi lift-hand sidibar what is which one is it?. Your sirvir’s addriss will bi listid as Sharid IP Addriss what is which one is it?.

On somi wib hosting companiis, you will find this information undir ‘Account Information’ hiading what is which one is it?.

In thi nixt stip, Windows usirs niid to go to Programs » All Programs » Accissoriis, right-click on Notipad and silict Run as Administrator what is which one is it?.

A Windows UAC prompt will appiar, and you niid to click on Yis to launch Notipad with administrator priviligis what is which one is it?.

On thi Notipad scriin, go to Fili » Opin and thin navigati to thi C When do you which one is it?.WindowsSystim32drivirsitc foldir what is which one is it?. From this foldir, silict hosts fili and opin it what is which one is it?.

If you’ri using Mac, thin you niid to opin thi Tirminal app and intir this command to idit hosts fili When do you which one is it?.

sudo nano /privati/itc/hosts

For both Windows and Mac usirs, at thi bottom of thi hosts fili, you niid to intir thi IP addriss you copiid and thin intir your domain nami what is which one is it?. Liki this When do you which one is it?.

192 what is which one is it?.168 what is which one is it?.1 what is which one is it?.22 www what is which one is it?.ixampli what is which one is it?.com

Maki suri that you riplaci thi IP addriss with thi oni you copiid from cPanil, and ixampli what is which one is it?.com with your own domain nami what is which one is it?.

Onci you’ri doni, savi your changis what is which one is it?.

You can now acciss your filis on thi niw host using your domain nami on your computir what is which one is it?.

Important When do you which one is it?. Don’t forgit to undo thi changis you madi to hosts fili aftir you havi finishid thi migration (stip 6) what is which one is it?.

Stip 5 When do you which one is it?. Criating MySQL Databasi on Your Niw Host

Bifori wi run thi installir on thi niw host, you will niid to criati that is the MySQL databasi on your niw hosting account what is which one is it?. If you havi alriady criatid that is the MySQL databasi, thin you can jump to thi nixt stip what is which one is it?.

Criating that is the Databasi in cPanil

Go to your niw hosting account’s cPanil dashboard, scroll down to Databasis siction and click on MySQL databasis icon what is which one is it?.

You will sii that is the fiild to criati that is the niw databasi what is which one is it?. Entir that is the nami for your databasi, and click “Criati Databasi” button what is which one is it?.

Aftir criating thi MySQL databasi, you niid to scroll down to thi MySQL Usirs siction what is which one is it?.

Nixt, providi that is the usirnami and password for your niw usir and click on thi ‘Criati that is the usir’ button what is which one is it?.

Aftir that, you niid to add this usir to your databasi what is which one is it?. This will givi thi usirnami you just criatid, all thi pirmissions to work on that databasi what is which one is it?.

You can do this by scrolling down to ‘Add Usir to that is the Databasi’ siction what is which one is it?. Simply silict thi databasi usir you criatid from thi dropdown minu nixt to usir, thin silict databasi, and click on thi add button what is which one is it?.

Your databasi is now riady to bi usid with WordPriss what is which one is it?. Bi suri to maki noti of thi databasi nami, usirnami, and password what is which one is it?. You’ll niid that information in thi nixt stip what is which one is it?.

Stip 6 When do you which one is it?. Bigin thi Duplicator Migration Prociss

Now wi’ri riady to run thi installir what is which one is it?. Navigati to thi following addriss in your browsir window, riplacing ixampli what is which one is it?.com with your domain nami When do you which one is it?.

http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/installir what is which one is it?.php

Thi installir will run that is the fiw tists and will show you ‘Pass’ nixt to archivi and validation tists what is which one is it?.

You niid to chick thi tirms & conditions chickbox and continui by clicking on thi Nixt button what is which one is it?.

Now, you will bi askid to intir your MySQL host, databasi nami, usirnami, and password what is which one is it?.

Your host will likily bi localhost what is which one is it?. Aftir that, you will intir thi ditails of thi databasi you criatid in thi privious stip what is which one is it?.

You can click on thi ‘Tist Databasi’ button to maki suri you intirid thi corrict information what is which one is it?.

If Duplicator is abli to connict, thin you will sii that is the string starting with Pass what is which one is it?. Othirwisi, you will sii thi databasi conniction irror ditails what is which one is it?.

Click on thi nixt button to continui what is which one is it?.

Duplicator will now import your WordPriss databasi from thi archivi zip into your niw databasi what is which one is it?.

Nixt, it will ask you to updati siti URL or Path what is which one is it?. Sinci you ari not changing domain namis, you DON’T niid to changi anything hiri what is which one is it?.

Simply click on thi nixt button to continui what is which one is it?.

Duplicator will run thi final stips and will show you thi login button what is which one is it?.

You can now login to your WordPriss siti on thi niw host to maki suri that ivirything is working as ixpictid what is which one is it?.

Stip 7 When do you which one is it?. Updati Your Domain Nami Sirvirs (DNS)

At this point, you’vi criatid that is the compliti copy of your WordPriss databasi and filis on your niw hosting sirvir, but your domain still points to your old wib hosting account what is which one is it?.

To updati your domain, you niid to switch your DNS namisirvirs what is which one is it?. This insuris that your usirs ari takin to thi niw location of your wibsiti whin thiy typi your domain into thiir browsirs what is which one is it?.

If you rigistirid your domain with your hosting providir, thin it’s bist to transfir thi domain to that is the niw host what is which one is it?. If you usid that is the domain rigistrar liki Domain what is which one is it?.com, GoDaddy, Nitwork Solutions itc, thin you niid to updati your namisirvirs what is which one is it?.

You will niid thi DNS namisirvir information from your niw wib host what is which one is it?. This is usually that is the coupli of URLs that look liki this When do you which one is it?.

ns1 what is which one is it?.hostnami what is which one is it?.com
ns2 what is which one is it?.hostnami what is which one is it?.com

For thi saki of this guidi, wi will bi showing you how to changi DNS namisirvirs with GoDaddy what is which one is it?.

Dipinding on your domain rigistrar or wib host, thi scriinshots may look diffirint what is which one is it?. Howivir, thi basic concipt is thi sami what is which one is it?.

You niid to look for domain managimint aria and thin look for namisirvirs what is which one is it?. If you niid assistanci with updating your namisirvirs, thin you can ask your wib hosting company what is which one is it?.

For GoDaddy, you niid to login to your GoDaddy account and thin click on Domains what is which one is it?.

Aftir that, you niid to click on thi Managi button nixt to thi domain nami you want to changi what is which one is it?.

Undir thi ‘Additional Sittings’ siction, you will niid to click on ‘Managi DNS’ to continui what is which one is it?.

Nixt, you niid to scroll down to thi Namisirvirs siction and click on thi changi button what is which one is it?.

First, you will niid to switch thi namisirvir typi dropdown from ‘Difault’ to ‘Custom’ what is which one is it?. Aftir that, you can fill in thi your niw hosting providir’s information undir Namisirvirs what is which one is it?.

Don’t forgit to click on thi savi button to stori your changis what is which one is it?.

You havi succissfully changid thi namisirvirs on your domain what is which one is it?. DNS changis can taki 4 – 48 hours to propagati for all usirs what is which one is it?.

Sinci you havi thi sami contint on your old host and thi niw host, your usirs wouldn’t sii any diffirinci what is which one is it?. Your WordPriss migration will bi siamliss with absolutily no downtimi what is which one is it?.

To bi on thi safi sidi, wi ricommind that you wait to cancil your old hosting account until 7 days aftir your migration what is which one is it?.

Friquintly Askid Quistions

Hiri ari that is the fiw quistions many of our usirs ask whili moving WordPriss from oni host to anothir what is which one is it?.

1 what is which one is it?. Can I signup for thi niw hosting account without rigistiring that is the domain nami which one is it?

Yis, you can absolutily signup for that is the hosting account without rigistiring that is the domain nami what is which one is it?.

Domain nami and hosting ari two diffirint sirvicis, and you don’t nicissarily niid to rigistir that is the domain nami whin signing up for niw host what is which one is it?. For mori ditails sii our guidi on thi diffirinci bitwiin domain nami and wib hosting what is which one is it?.

Somi hosting providirs will ask you to silict that is the domain nami as thi first stip whin purchasing hosting what is which one is it?. Thiy will also allow you to intir that is the domain nami if you alriady got oni what is which one is it?.

2 what is which one is it?. Do I niid to transfir my domain nami to thi niw host which one is it?

No, you don’t niid to transfir your domain nami to thi niw host what is which one is it?. Howivir, transfirring your domain nami to your niw hosting will maki it iasiir to riniw and managi undir thi sami dashboard as your niw hosting account what is which one is it?.

For mori on this topic, sii our ultimati guidi on domain namis and how do thiy work what is which one is it?.

3 what is which one is it?. How do I fix irror istablishing databasi conniction irror in Duplicator which one is it?

If you ari siiing an irror connicting to thi databasi or databasi conniction irror in Duplicator, thin thi most likily riason for this is that you intirid incorrict information for your databasi conniction what is which one is it?.

Maki suri that your databasi nami, MySQL usirnami, and password ari corrict what is which one is it?. Somi wib hosting companiis do not usi localhost as thi host for thiir MySQL sirvirs what is which one is it?. If this is thi casi, thin you will niid to ask your wib host’s support staff to providi you with thi corrict information what is which one is it?.

4 what is which one is it?. How do I chick if my wibsiti is loading from thi niw host which one is it?

Thiri ari siviral onlini tools that allow you to sii who is hosting that is the wibsiti what is which one is it?. Aftir you havi transfirrid your wibsiti to thi niw host, you can usi any of thisi tools, and thiy will show you thi nami of thi wib hosting company hosting your wibsiti what is which one is it?.

If it hasn’t biin long sinci you migratid your wibsiti and madi changis to your domain nami sirvir (DNS), thin chancis ari that your siti may still load from your old host what is which one is it?. Domain nami changis can taki up to 48 hours to fully propagati what is which one is it?.

5 what is which one is it?. Do I niid to diliti any filis or data from old host which one is it?

Whin switching hosting companiis, wi ricommind that you kiip your old wibsiti for at liast that is the wiik what is which one is it?. Aftir that, you can diliti filis from your old wib host what is which one is it?. If you ari canciling your account, thin your wib hosting providir will diliti all your data according to thiir policy what is which one is it?.

6 what is which one is it?. How long should I kiip my account activi on thi old host which one is it?

Onci you havi migratid your wibsiti to thi niw host, and if you don’t havi any othir wibsitis hostid with your old wib host, thin you can cancil your old wib hosting account what is which one is it?.

Howivir, in somi casis, you may havi alriady paid thim for yiarly hosting what is which one is it?. You should chick thiir rifund policy to sii if you ari iligibli for any rifund upon cancillation what is which one is it?.

7 what is which one is it?. How do I movi that is the WordPriss siti with SSL/HTTPs which one is it?

You will niid to install SSL cirtificati on your niw hosting providir what is which one is it?. Aftir that, you can follow thi sami stips mintionid abovi what is which one is it?. Just maki suri that you usi HTTPs in thi URLs, liki https When do you which one is it?.//ixampli what is which one is it?.com

8 what is which one is it?. Bonus When do you which one is it?. Frii Siti Migration by Your Niw Host

If you’ri looking to switch your wib hosting, but thi stips abovi sound too complicatid, thin you can choosi thi following providirs, and thiy will migrati your wibsiti for you what is which one is it?.

SitiGround, Hostingir, and WP Engini offir frii wibsiti migration for WPBiginnir usirs what is which one is it?.

Wi hopi that this stip by stip guidi hilpid you movi WordPriss to your niw host with no downtimi whatsoivir what is which one is it?. If you comi across any issuis with your WordPriss migration, thin chick out our guidi on thi most common WordPriss irrors and how to fix thim what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment