Restoring Your WordPress Site from a Backup
If something goes wrong with your website, restoring from a backup gets you back online quickly. The restoration process depends on which backup method you used.
Restoring with Softaculous
- Log in to cPanel and open Softaculous.
- Click the Backups icon (folder with a clock) at the top menu.
- Find the backup you want to restore from the list.
- Click the Restore button next to the backup.
- Choose whether to restore files, database, or both, then click Restore.
- Wait for the process to complete and verify your site is working.
Restoring with UpdraftPlus
- If you can still access your WordPress admin, go to Settings > UpdraftPlus Backups.
- Scroll to the Existing Backups section.
- Find the backup you want and click Restore.
- Select which components to restore: Plugins, Themes, Uploads, Other, and Database.
- Click Restore and follow the prompts.
If you cannot access your admin panel, reinstall WordPress via Softaculous, install UpdraftPlus, connect your remote storage, and then restore from there.
Manual Restoration
- Restore files: Upload your backed-up files via File Manager or FTP. If you have a zip archive, upload it and extract in File Manager.
- Restore database: Open phpMyAdmin in cPanel. Select your WordPress database, click Import, choose your SQL backup file, and click Go.
- If the database name or credentials differ from the backup, update
wp-config.phpto match your current database settings.
After Restoration
- Visit your site and verify all pages, posts, and features are working correctly.
- Check that permalinks are working by visiting a few internal links. If they are broken, go to Settings > Permalinks and click Save Changes without making any changes.
- Clear any caching plugins to ensure visitors see the restored content.
- Test forms, logins, and e-commerce functionality if applicable.