How to restore files and databases from a backup
Restore a cPanel backup, individual files, or a MySQL database from a backup file. Covers cPanel Backup Wizard, Backuply, phpMyAdmin,
On this page
How you restore depends on what type of backup you have and where it is stored. This guide covers the most common restore scenarios for shared hosting (cPanel / Backuply) and manual database restores.
Restore via cPanel Backup Wizard
- Log in to cPanel
- Go to Files → Backup Wizard
- Click Restore
- Choose what to restore: Home Directory, MySQL Databases, or Email Forwarders/Filters
- Upload the backup file (.tar.gz for files, .sql.gz for databases)
- Click Upload
The restore process runs in the background. Large restores may take several minutes. Files are extracted over the existing content-existing files with the same name are overwritten.
Restore via Backuply
If Backuply is available on your server, it provides point-in-time restores without needing a local backup file:
- Log in to cPanel → Backuply
- Choose the restore type: Full Account, Files, Databases, or Emails
- Select a backup date from the calendar
- Choose specific files or the entire backup
- Click Restore
Restore a database
Using phpMyAdmin (for files up to ~50 MB):
- Log in to cPanel → phpMyAdmin
- Select the target database in the left panel
- Click Import
- Choose the .sql or .sql.gz file
- Click Go
Via command line SSH (for large databases):
mysql -u username -p database_name < backup.sql
Restore individual files
If you have a backup archive (.tar.gz), extract specific files locally, then re-upload via File Manager or SFTP. In cPanel File Manager, right-click the archive → Extract to extract in place, then move files to their correct location.
Request a server-side restore
If you cannot access your account or need a restore from a server backup, open a support ticket. Include:
- Your cPanel username
- The domain name
- What you need restored (full account, specific files, or specific database)
- The approximate date to restore from
Server-side restores are subject to backup availability and may not be possible for all dates.
Need help with restore?
Our team can help you restore files or databases from a backup.





















