Non-cPanel hosting account transfer from GoDaddy to Naija domains

Non-cPanel hosting account transfer from GoDaddy to Naija domains

To transfer a non-cPanel hosting account from GoDaddy, you will need to move your content including files and databases manually as well as mail and FTP accounts.

If you have a simple html site which does not use a database, then you only need to copy your files from GoDaddy to your hosting account at Naija domains and switch name servers.

In case you have a site which uses a database (WordPress, Jommla and other CMSs), it is recommended to stick to the following instructions.

This manual will tell you how to transfer a site built on WordPress. The transfer of sites built on similar CMSs is a similar procedure.

The process of moving your site consists of three major stages. First, you need to move your files, then you need to import/export your database and after that you just switch name servers to the ones provided in the Naija domains hosting welcome e-mail.

Let’s start with creating a backup of your files.

1. You need to log into your hosting account at GoDaddy and go to File Manager:

Non-cPanel hosting account transfer from GoDaddy to Namecheap1.jpg

2. There you need to find a folder which contains files of your WordPress. In our example WordPress is installed in the directory named test:

Non-cPanel hosting account transfer from GoDaddy to Namecheap2.jpg <

3. Click on select all, then More and select Archive from the drop-down menu:

Non-cPanel hosting account transfer from GoDaddy to Namecheap3.jpg

4. Then you can also set password protection and select the format. When it is done, you can download the backup:

Non-cPanel hosting account transfer from GoDaddy to Namecheap4.jpg

5. After that, you can start exporting your database. Go back to your hosting control panel, find the Database section and click on the MySQL icon:

Non-cPanel hosting account transfer from GoDaddy to Namecheap5.jpg

6. You will see a list of your databases. You need to find a database which is assigned to your WordPress site and click on Actions > Back Up:

Non-cPanel hosting account transfer from GoDaddy to Namecheap6.jpg

NOTE: If you do not know which of your databases is assigned to this particular WordPress website, you can check it in File Manager > folder of your WordPress site > wp-config.php file.

Non-cPanel hosting account transfer from GoDaddy to Namecheap7.jpg

Non-cPanel hosting account transfer from GoDaddy to Namecheap8.jpg

In our case the database is named ncr1319505293142.

7. After clicking on the Back Up button you will see the following window. It lets us know what folder the backup will be located in. Click on OK:

Non-cPanel hosting account transfer from GoDaddy to Namecheap9.jpg

8. Allow some time for the backup creation:

Non-cPanel hosting account transfer from GoDaddy to Namecheap10.jpg

9. Once the backup is created, you can go to the specified folder and download it:

Non-cPanel hosting account transfer from GoDaddy to Namecheap11.jpg

10. Now when you have a copy of your files and your database, you can upload them to your account at Naija domains.

To upload a backup of your files, you need to connect to your hosting account with Naija domains via FTP or use cPanel > Files section > File Manager menu. If this is the main domain name, then the backup should be uploaded to the /home/user/public_html/ folder. If this is a backup for an addon domain, you need to upload it to /home/user/public_html/addondomain:

11. Once the backup is uploaded, you can see it in your folder. Now you need to unpack it. To do that, use the right click > Extract button:

Non-cPanel hosting account transfer from GoDaddy to Namecheap14.jpg

12. You will see the files of your WordPress:

Non-cPanel hosting account transfer from GoDaddy to Namecheap15.jpg

13. Now you need to import your database. We recommend using MySQL Database Wizard to create a database:

Non-cPanel hosting account transfer from GoDaddy to Namecheap16.jpg

14. First you need to specify name of your new database:

Non-cPanel hosting account transfer from GoDaddy to Namecheap17.jpg

15. Then you will need to create the user which will be assigned to the database:

Non-cPanel hosting account transfer from GoDaddy to Namecheap18.jpg

It is strongly recommended to use strong password and save it somewhere in the safe place. You will need these details soon to modify your wp-config.php file:

Non-cPanel hosting account transfer from GoDaddy to Namecheap19.jpg

16. After that assign the username to the database. Check All Privileges.

As a result, an empty database is created under your cPanel account at Naija domains. Now you need to import your .sql database to this empty one.

17. To do that, you need to log into phpMyAdmin:

18. Then you need to find a database which you have created recently:

Non-cPanel hosting account transfer from GoDaddy to Namecheap192.jpg

19. On the next screen click on Import:

Non-cPanel hosting account transfer from GoDaddy to Namecheap193.jpg

20. Click Browse:

Non-cPanel hosting account transfer from GoDaddy to Namecheap194.jpg

21. Click Go:

Non-cPanel hosting account transfer from GoDaddy to Namecheap195.jpg

You will see a notification which means that your database has been imported successfully:

Non-cPanel hosting account transfer from GoDaddy to Namecheap196.jpg

22. Now you need to make some changes to the wp-config.php file to make your WordPress using the new database. Go to File Manager and find wp-config.php > right click > Edit:

Non-cPanel hosting account transfer from GoDaddy to Namecheap197.jpg

23. All you need to do is to change values in the following lines:

Non-cPanel hosting account transfer from GoDaddy to Namecheap198.jpg

DB_NAME is the database created by means of MySQL Database Wizard
DB_USER is a user which was assigned to this database
DB_PASSWORD is a password which was set during the database user creation
DB_HOST should be replaced with localhost

24. Save changes and that’s all. You only need to switch nameservers for your domain name to make your domain name resolve from your hosting account at Naija domains. You will be able to check your website functionality during the DNS propagation directly from our server. The steps to achieve it are described in this guide.

Note that sites which are built on other content management systems can be moved in the similar way.

We would also recommend you checking the following manuals:

Configuring your FTP client
Using cPanel File Manager
Importing databases