Introduction

RVsitebuilder is a website builder integrated with cPanel that allows users to create and manage websites without coding. When migrating hosting accounts or servers, it is important to transfer RVsitebuilder projects properly to ensure that all website data, templates, and configurations remain intact. This guide explains the process of importing RVsitebuilder projects from one server to another.

Prerequisites

Before starting the migration, ensure the following:

  • Both source and destination servers have RVsitebuilder installed and properly configured
  • Access to cPanel/WHM on both servers.
  • SSH or FTP access to transfer files between servers.
  • Backup of the RVsitebuilder project files from the source server.
  • Same or compatible RVsitebuilder version on both servers.
  • Sufficient disk space on the destination server.

IMPLEMENTATION

I have moved my domain to new hosting company. I used RVsitebuilder to create my domain in my old hosting provider. After the migration, my domain gives me lot of errors saying that “unable to fetch the file from RVsitebuilder”. I need to download the project from my old server. Can any one help me to fix the issue?

Solution:

*Old server details*
Domain:       hemanthworld.com
Username:   hemanth
Password:   qweqwe
IP address:  1.1.1.1
CP:              cPanel

*New server details*
Domain:       hemanthworld.com
Username:   hemanth
Password:   123123
IP address:  2.2.2.2
CP:              Cpanel

1) Login to your server backend.

2) Go to the home directory of your domain.
   – my home dir is /home/hemanth/

3) Now download your RVsitebuilder project from the old server.
   – You can download in any ways. I used ftp download
   – Syntax: wget -r ftp://USERNAME:PASSWORD@IPADDRESS/.rvsitebuilder
   – wget -r ftp://hemanth:qweqwe@1.1.1.1/.rvsitebuilder
   – All the rvsitebuilder files will be downloaded.

4) Check the Rvsitebuilder location.
   – /home/hemanth/.rvsitebuilder

5) You can verify the available projects in WHM.
   – Go to WHM > Plugins >> RVsitebuilder >>> Recovering Project user list
   – We can see username hemanth > 5asd5a65a65ad2a2a6 (This means your RVsitebuilder project is available)
   – In case, if its not listed here. Then check the ownership of the directory and files of .rvsitebuilder
  
6) Now login to your cPanel

7) Go to RVsitebuilder

8) You can see pending projects list.

9) Just select all the projects and click OK

10) Finish, Now your your project is imported.

Note: In case if you have made the domain to be addon domain in the new hosting provider, then import the project in RVsitebuilder and edit the path in that. This will fix the issue.

 

CONCLUSION

Migrating RVsitebuilder projects between servers involves backing up project files, transferring them securely, and restoring them with proper permissions and configuration. Ensuring version compatibility and verifying the projects after migration helps avoid data loss or functionality issues. Following these steps will ensure a smooth and successful migration.

Leave a Reply