Find answers to your questions

Documentation

How to do a Backup Restore

  • 2

Once you have configured the backup for your server and the first backup has been taken, you can easily restore your application. Just follow these simple steps.

Step 1: Go to Application Management

Log into your cPanel control panel. Click on Applications and then select your target application from the list or type in Backup Restoration into your search bar.

Step 2: Choose Restore Point

  1. Under the Application Management area, click on the Restore section.
  2. From the drop-down, choose the restore point to restore from (more or less restore points will appear depending on the number of backups that you have taken).
  3. Click on Restore to begin the restoration of your application.
    • You also have the option to Restore Subdomains, Restore Mail Configurations, and even restore your MySQL database on the side.

Note: Please make sure that you have sufficient disk space before proceeding with the Restore operation. We recommend at least 2.5x space for Application data. For instance, if your current Application data is 100MB, we recommend you have at least 250MB of free disk space for the Restore operation.

Step 3: Restore Process

Once the restore process starts, the total restore time will depend on the size (files and database) of your application.

Step 4: Application Successfully Restored

Once the restore process has been completed, you will get a notification in a message box.

That’s it! You have now learned how to restore an application.


If you still have questions about backup restoration, please contact us by opening a support ticket or by using our live chat feature.

Related Articles

How to empty my DNS cache Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you... What is cPanel? cPanel is a control panel with which you can manage almost any element of your cPanel hosting account. The interface is very easy to use - cPanel works constantly to improve the platform by staying on the cutting edge of technology as well as constantly updating its various security measures, making it... How cPanel & WHM Improved Email Hosting cPanel and WHM have gone through some serious upgrades to their Email Hosting features throughout the versions. Just in the past 2 years, the cPanel team have made it easier than ever for web hosting providers, system administrators, and all other cPanel users to be able to host email accounts. ... CURL: could not resolve host: cpanel.net Error: curl: (6) Could not resolve host: securedownloads.cpanel.net; Unknown error Fix: Edit: nano -w /etc/resolv.conf Add the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 If you still have questions or concerns, feel free to contact us by opening a support ticket or with... How can I activate my paid license after a trial? You can do this by running this command in SSH: /usr/local/cpanel/cpkeyclt It should look something like this: [root@cpanel home]# /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for cpanel...Done [root@cpanel home]# If you still have...