Transferring to a new Host

If your site is currently hosted with North Star Marketing and you wish to transfer(move) it to a new host, we will provide a copy of your site files and database. 

You will receive 

  • A .zip file containing your Wordpress folder structure and files within. These will be included in a folder "public_html" as that is the standard folder name for most hosts if they're using cPanel (otherwise it would be "htdocs"). We typically name this file SiteName.zip. Example: If your site is abcd.com, your .zip file would resemble the same i.e. abcd.zip.
  • A .sql file will be included in the .zip, this is your site's database that contains all your data. This SQL file is the only one present within the zip alongside the public_html directory, it will be named similar to your site i.e. abcd.sql or similar.

Your new host will upload the contents of the folder and import the database. Please note that not all hosts perform these operations free of charge, please inquire ahead of time to ensure you don't incur an unforeseen cost. Additionally, if you have a third-party handling the transfer you should also inquire if there is a fee for transferring because the new host you're moving to might perform this for you free of charge as mentioned above. 

If you yourself are transferring the site, you will need to:

  • Upload the contents of the public_html folder to /public_html/ using a FTP Program such as Filezilla / WinSCP or if using cPanel, the file manager.
  • Import the database using phpMyAdmin or MySQLDumper or BigDump or via SSH commands.
  • Assign a user with all privileges to the new database you created, then imported the data into. 
  • Update the file wp-config.php located in the main Wordpress folder. Replace the old database name, username, and password in the file with your new database credentials.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.