How to Migrate a GoDaddy Website to PlanetHoster

To find out about all the necessary steps for migration, please consult the article explaining how to migrate your website to PlanetHoster.

It explains that two steps depend on your current host: copying the files and copying the database onto your computer. In the following lines, we will explain these two steps in the case of a website hosted with GoDaddy.

How to Copy the Files

A copy of the files on the Godaddy service have to be downloaded to your computer. This will enable you to transfer them to your new PlanetHoster hosting via FTP.

  1. Log in to your GoDaddy customer area and, in the My account section, go to My Products.
  2. Under Web Hosting click on the Manage button besides the account to use:

In our example, it is a Deluxe Linux Hosting with cPanel account. A WordPress account will be displayed under Managed WordPress.

  1. Take note of the following:
  • active FTP or SSH user (username);
  • server address (host);
  • server connection port.

If you do not know how to proceed, please refer to the paragraph How to get your FTP user and the server address.

  1. Make sure you know the password associated with this FTP or SSH user. If you do not, you will need to change it.
  2. Open an FTP session with FileZilla and fill in the Host, Username, Port and Password fields, then click on the Quick Connect button.
  3. Once connected, select the contents of the www root directory in the Remote site section and download it to your computer.
  • For your main domain, it is the public_html folder.
  • The root directory could be different if it is a subdomain or an addon.
    • If so, in the Dashboard of your GoDaddy account, select cPanelAdmin.
    • In your cPanel main page, in the Domains section, select Subdomains or Addon Domains, as required.
    • In the Modify Addon Domain section or Modify a Subdomain, the root directory appears under Document Root.

When this is done, you have to copy these files via FTP to your hosting in the public_html folder for your main domain. Please refer to the article How to Migrate your Website at PlanetHoster.

How to Get your FTP User and the Server Address

To get your FTP username:

  1. Under Web Hosting click on the Manage button besides the account to use:
  2. In your account Dashboard, under Settings, select cPanel login:
  1. Click on Copy and take it in note.

To obtain the server address, that is the IP address of your website :

  1. Under Web Hosting click on the Manage button besides the account to use:
  2. In your account Dashboard, under Settings, select Server:
  1. Note your IP address which is displayed in the list of Settings.

How to Copy the Database

In order to migrate the database to PlanetHoster, you must first create a backup file on your computer. We will show you how to do this from GoDaddy’s phpMyAdmin database manager.

Phase 1 : Access to phpMyadmin

The procedure varies according to the hosting plan you have with GoDaddy: cPanel, ManagedWordPress or Plesk.

How to Access phpMyAdmin with cPanel Hosting

  1. Log in to your GoDaddy customer area and, in the My Account section, go to My Products.
  2. On your My Products page, next to Web Hosting, select Manage All.
  3. For the website for which you wish to open phpMyAdmin, select Settings:
  1. On the right-hand side of your account Dashboard, you will find a section called Tools. Choose Launch next to phpMyAdmin:

How to Access phpMyAdmin with Managed WordPress hosting

  1. Log in to your GoDaddy customer area and, in the My Account section, go to My Products.
  2. On your My Products page, next to Managed WordPress, select Manage All.
  3. For the website for which you want to open phpMyAdmin, select Settings:
  1. Under Production Site, select Show more:
  1. Next to Database details, select Open phpMyAdmin:

How to Access phpMyAdmin with Plesk Hosting

  1. Log in to your GoDaddy customer area and, in the My Account section, go to My Products.
  2. On your My Products page, next to Web Hosting, select Manage All.
  3. For the website for which you wish to open phpMyAdmin, select Settings:
  1. In the Tools section of your account Dashboard, select Launch next to Databases:
  1. For the site you wish to manage, click on the phpMyAdmin button:

Phase 2 : Execute the Copy with phpMyadmin

After having accessed to phpMyAdmin :

  1. In the phpMyAdmin login interface, enter the required information. The password to be entered is that of your database (this information can be found in your website configuration file). Then click on the GO button.
  2. In the left-hand menu, select the database.
  • A WordPress DB will look like to: 14599742_wp1.
  • For Joomla, you will find a file named configuration.php.
  • For PrestaShop, you would have to go in the “Config” directory to find a folder named “settings.inc.php”.
  • If it is a hand-coded site, you would normally find in your script a line named define (‘DB_NAME’ ­­­[…] and the name of the DB would be indicated there. 
  1. Click on the Export tab.
  2. In the phpMyAdmin database export tool, choose the Quick Method export method and the SQL format, then click on the GO button.
  3. Your web browser will then offer you the choice of opening or saving the file. Select Save and make a note of your local download directory on your computer, as you will need this file in .SQL format for later.

You then need to create a database on your PlanetHoster hosting, import the previously exported database into this new database and, finally, modify your connection configuration files to the database of your website with the new information previously generated during the creation of the database. Please refer to the article explaining How to Migrate your Website to PlanetHoster.

Updated on 11 October 2024

Was this article helpful?

Related Articles