If you like DNray Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Migrating cPanel account without cpmove

Started by daral, Dec 15, 2022, 06:04 AM

Previous topic - Next topic

daralTopic starter

I'm a novice in hosting and currently possess a shared web hosting account provided by my host. Unfortunately, this account doesn't come with a backup feature via cPanel, which left me with no choice but to subscribe to another shared web hosting account from a different provider.

Considering this shift, how can I migrate my existing cPanel shared hosting account to the new server without utilizing the cpmove method?
  •  


Newyorklimous

To access the backup wizard parameter in the cPanel user interface, some providers hide it and it can be accessed by modifying the URL. For instance, by changing certain parameters of the URL provided, such as https://<yourcpanelurl>:2083/<yoursessionid>/frontend/jupiter/backup/wizard.html, you can gain access to the backup wizard.

In my experience, this method has been successful on several occasions.

Alternatively, you may want to consider requesting your host to create a full cPanel backup and provide you with a download link.
  •  

anupriya

For faster transfers of larger accounts, using the command line is more convenient than using the web interface. To do this, access the console and execute /scripts/pkgacct login, which will create an archive in the form cpmove-login.tar.gz after the script has finished running.

Next, the archive needs to be moved to a directory accessible via FTP/HTTP, such as /home/login/www/.

On the new server, load the packaged account by using the following command: wget http://new_server/~login/cpmove-login.tar.gz. To restore the account, use the command: /scripts/restorepkg login.

It is important to note that when transferring accounts, restoring the IP address of the website may not always be accurate. Therefore, it is crucial to check the correctness of the /var/cpanel/users/login files and ensure that a virtual host with the correct IP address is present in the Apache config.
  •  

SerenMckay

This process requires careful planning and execution to ensure that all your website data is transferred smoothly without any downtime.

Firstly, you need to back up all your website files, databases, email accounts, and any other important data from your current cPanel shared hosting account. You can do this by using the Backup Wizard in cPanel to create full backups of your account.

Next, set up the new shared web hosting account with the different provider. Once the new account is ready, you can use FTP (File Transfer Protocol) to transfer your website files from the old server to the new server. Make sure to maintain the same directory structure to avoid any broken links or missing files.

For the databases, export them from the old server using phpMyAdmin or any other database management tool provided in your cPanel. Then import these database files into the new server's database management system.

After transferring all the necessary files and databases, you will need to update your website configuration files to point to the new server. This includes updating the database connection settings, file paths, and any other relevant configurations.

Once everything is set up on the new server, thoroughly test your website to ensure that it is functioning correctly. Verify that all the web pages load properly, forms are working, and the database-driven elements are functioning as expected.

Lastly, update your domain's DNS settings to point to the new hosting provider. This will ensure that when users type in your domain name, they are directed to the new server.

It's important to note that this migration process may vary slightly depending on the specific hosting providers and server configurations. Always consult with your new hosting provider's support team for any specific instructions or best practices to follow during the migration.
Migrating your cPanel shared hosting account to a new server without using the cpmove method involves backing up your data, transferring files and databases, updating configurations, testing the website, and updating DNS settings. With careful planning and attention to detail, you can successfully transition to your new hosting provider without experiencing any disruptions to your website.
  •  


If you like DNray forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...