Beginner’s Guide: How to Restore WordPress from Backup

[agentsw ua=’pc’]

Do you need to restore WordPress from a backup file?

Backups help you restore your website in case something goes wrong. However, restoring WordPress from a backup file is not easy for beginners.

In this article, we will show you how to easily restore WordPress from a backup step by step.

restorewpbackup 1

Contents

Understanding Backups and Restoring WordPress

There are different ways to create backups for your WordPress site. The best way to create a backup is by using a WordPress backup plugin.

Alternatively, you can also create a manual backup of your WordPress database and download your WordPress files using an FTP client.

Restoring WordPress from backups depends entirely on how you created the backup. For example, backups created using BackupBuddy or UpdraftPlus can be restored by using the same plugin. Similarly, manual backups need to be manually restored.

A lot of WordPress users don’t backup their entire websites. Instead, they only backup their WordPress theme, uploads directory, and their WordPress database. This reduces their backup size but increases the steps needed to restore the site.

No matter how you create your backup, the basic steps are the same.

Let’s take a look at how to restore your WordPress site from backup. Since we’re covering different restore methods, please skip to the section that applies to you.

Note: This guide is about restoring a WordPress site from a backup. If you are trying to move your website to a new domain, then you should check out our guide on moving WordPress to a new domain without losing SEO.

If you are trying to move from localhost to a live web hosting account, then follow this guide on how to move WordPress from a local server to a live site.

Restoring WordPress using UpdraftPlus Backup

UpdraftPlus is another popular WordPress backup plugin. It allows you to easily backup and restore your WordPress site.

First, you need to make sure that you have a complete backup of your WordPress site created by UpdraftPlus. Next, you need to download the backup files to your computer.

If your backups are stored by UpdraftPlus on a remote storage location like Dropbox, Google Drive, etc, then you can download your backup files from those locations to your computer.

Next, you need to connect to an FTP client and delete all WordPress files. After that, you need to install WordPress again and log in to your website.

You will need to install and activate the UpdraftPlus plugin. For more details, please see our guide on how to install a WordPress plugin.

Upon activation, visit the Settings » UpdraftPlus Backups page from your WordPress dashboard and click the Restore button.

Upload your backup files

Next, you need to click on the ‘Upload backup files’ link.

After that, simply upload the backup files you downloaded earlier.

Uploading backup files

Once your backup files are uploaded, UpdraftPlus will scan those files and will show them on the backups page.

You will need to click on the ‘Restore’ button to proceed.

Restore backup files

This will bring up a popup where you need to click on the restore button again to continue.

Make sure that all available backup files such as plugins, databases, themes, and others are selected.

Restoring backup files

UpdraftPlus will now start extracting and restoring data from those files.

Upon completion, you will be redirected to the success page.

Backup restored

That’s all, you have successfully restored your WordPress site from a UpdraftPlus backup.

Restoring WordPress from BackupBuddy Backup File

BackupBuddy is a popular premium WordPress backup plugin. If you used BackupBuddy to create backups, then this section is for you.

BackupBuddy offers a very convenient way to restore WordPress from a backup. You need to login to your WordPress website and go to BackupBuddy » Restore/Migrate page.

You will need to download a copy of importbuddy.php file. In the process, you will be asked to provide a password for ImportBuddy. This password will be used when you restore your website.

Download importbuddy

Next, you need to download a copy of your backup if you haven’t already done so. You can download it from BackupBuddy » Backups or the destination that you used to store your backups.

Once you have the backup zip file and importbuddy.php stored on your computer, connect to your website using FTP.

If you have a complete backup of your website, then delete all files and folders from your server.

However, if you have a partial backup, then you need to first download the files that you haven’t backed up. Once you are sure that you have everything backed up, proceed to delete all files and folders from your website’s root directory.

Delete old WordPress files

Next, you need to upload your BackupBuddy backup and importbuddy.php files to your website’s root folder.

Once both files are uploaded to the server, visit importbuddy.php in your web browser. It is in your website’s root directory, so its URL will be something like:

http://www.example.com/importbuddy.php

ImportBuddy will now ask for the password that you created when you downloaded ImportBuddy.

importbuddy password

On the next screen, ImportBuddy will display the backup file you uploaded. In case you did not upload your backup file using FTP, then you can click on the upload tab to upload the backup file now.

If you have your backups stored on iTheme’s Stash storage service, then you can connect to it by clicking on stash tab now. Once you have selected your database, click on Next Step to continue.

Select your backup file

ImportBuddy will unzip your backup file and show you a success message when it has extracted the files. Click on the next step button to continue.

On the next screen, ImportBuddy will ask you to provide the site URL and database information.

If you are restoring a hacked WordPress website or trying to remove malware, then you do not want to use your old database.

You can either drop tables from your old database using phpMyAdmin, or create a new database using cPanel. Once you are done creating a new database or emptying the old one, provide your database details.

On the other hand, if you are sure your site wasn’t hacked, then you can use the same old database details.

database settings

Click on the next button to continue, and ImportBuddy will now test your database settings and import your data. Once it is done, click the next step to continue.

Now ImportBuddy will update your site URLs, paths, etc. After that, you will be asked to test your site. If everything is working fine, then you have successfully restored your website.

Review and cleanup

On the ImportBuddy page, click the ‘Clean up and remove temporary files’ button. This will delete temporary data in database and files created during restoration.

Restoring WordPress Database from Backup using phpMyAdmin

When restoring a manually created backup, you may come across two possible choices. You can either create a new database and import your backup into it, or you can empty your existing database and import the backup.

If you are cleaning a hacked WordPress website, then it is very important to change your MySQL username and password before creating a new database or importing it into an existing database.

To create a new database, login to the cPanel dashboard of your WordPress hosting account and click on the MySQL Databases icon.

MySQL Databases in Cpanel

Next, you will be asked to provide a name for your database.

Once that’s done, click the ‘Create Database’ button.

Create new database

After creating the new database, you need a MySQL user associated with that new database.

Simply scroll down to the MySQL users section and add a new user.

Add new database user

Next, you need to add this user to the MySQL database.

Scroll down to the ‘Add user to database’ section and select the user along with the database from the dropdown menus and then click on the add button.

Add user to db

Now your new database is ready. You can use it to restore your WordPress database backup.

Head over to the cPanel dashboard again and then click on the phpMyAdmin icon.

Launch phpMyAdmin

Next, you need to click on your new database name.

After that, click on the ‘Import’ button.

Importing your database

Simply click on the ‘choose file’ button to select your WordPress database backup file and then click on the go button at the bottom of the page to continue.

PhpMyAdmin will now upload your backup and import it into your database. You will see a success message upon completion.

That’s all. You have successfully imported your WordPress database. Now the next step is to install WordPress using your new database. If you have already installed WordPress, then add your new database settings to your wp-config.php file, and you will be good to go.

Restoring WordPress Database Backup using cPanel

If you manually created a WordPress database backup using the cPanel on your shared hosting, then you can also restore that database using cPanel.

Log into your cPanel account and under the files section click on Backup.

Backup in cPanel

On the backups page, scroll down to ‘Restore a MySQL database backup’.

Next, click on the choose file button and select the backup file from your hard disk. Once done, click on the upload button.

Restore database using cPanel

Manually Restoring WordPress Files using FTP

If you are restoring WordPress to clean up a hacked site, then you first need to delete all existing WordPress files and directories.

Only do this if your backup is up to date, and you have everything customized, changed, or uploaded on your website.

If you have all your uploads and customizations, then you can safely delete everything on your website using Cpanel (way faster) or using FTP.

To delete all files from your website, login to the cPanel of your hosting / VPS hosting. Then, under the files section, click the file manager icon.

File manager in cPanel

Go ahead and choose Webroot as your directory and proceed. The file manager interface will now open in a new browser tab. You will need to select all WordPress files and delete them. This way is much faster.

You can also delete files using FTP, but it’s slower. Simply connect to your website using an FTP client and select all files in your WordPress root directory to delete them.

Delete old WordPress files

Next, you need to download a fresh copy of WordPress from WordPress.org and extract it to your hard disk.

Launch your FTP client and then upload all WordPress files to your server.

Upload WordPress files

Once you have uploaded WordPress files, you can upload a wp-config.php file from your backup (only if you are sure that it is clean and not compromised).

Alternatively, you can rename wp-config-sample.php file in your freshly uploaded WordPress files to wp-config.php file. After that, you will need to edit wp-config.php file and enter your database information.

Don’t forget to save the file and upload it back to your website.

Next, you need to upload other files from your backup. We will recommend that you only upload your images in the /wp-content/uploads/ directory.

Once you have uploaded these, visit your website to check that everything is working fine.

Next, you need to login to your WordPress admin area and start installing plugins you had on your site.

Now you can move on to install your theme. If you had customized your WordPress theme or were using a child theme, then you can restore it from backup. However, make sure that those files are clean.

Lastly, go to Settings » Permalinks and adjust permalinks settings to match your site and then update permalinks.

Troubleshooting WordPress Backup Restore Issues

There are some common problems that you may come across when restoring your WordPress website.

We have separate guides for each of them.

Things to Do After Restoring your WordPress Site

Once you have successfully restored your website, we strongly recommend that you improve your website security.

If you haven’t done so already, please make sure that you have a regular WordPress backup with one of these WordPress backup plugins.

To secure your website, we will recommend that you immediately change your WordPress password. If you are running a multi-user website, then ask all users to update their passwords immediately.

You can also install a website firewall. At WPBeginner, we use Sucuri to monitor and strengthen the security of our website. It monitors for security threats, and they also offer malware removal service with its subscription plans. See how Sucuri helped us block 450,000 attacks in 3 months.

We hope this article helped you learn how to restore WordPress from backup. You may also want to see our ultimate step-by-step WordPress security guide for beginners and how to get a free email domain.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]Beginner’s Guide: How to Restore WordPress from Backup is the main topic that we should talk about today. We promise to guide your for: Beginner’s Guide: How to Restore WordPress from Backup step-by-step in this article.

Do you need to restore WordPress from a backua file?

Backuas hela you restore your website in case something goes wrong . Why? Because However when?, restoring WordPress from a backua file is not easy for beginners . Why? Because

In this article when?, we will show you how to easily restore WordPress from a backua stea by stea.

Understanding Backuas and Restoring WordPress

There are different ways to create backuas for your WordPress site . Why? Because The best way to create a backua is by using a WordPress backua alugin.

Alternatively when?, you can also create a manual backua of your WordPress database and download your WordPress files using an FTP client.

Restoring WordPress from backuas deaends entirely on how you created the backua . Why? Because For examale when?, backuas created using BackuaBuddy or UadraftPlus can be restored by using the same alugin . Why? Because Similarly when?, manual backuas need to be manually restored.

A lot of WordPress users don’t backua their entire websites . Why? Because Instead when?, they only backua their WordPress theme when?, ualoads directory when?, and their WordPress database . Why? Because This reduces their backua size but increases the steas needed to restore the site.

No matter how you create your backua when?, the basic steas are the same.

Let’s take a look at how to restore your WordPress site from backua . Why? Because Since we’re covering different restore methods when?, alease skia to the section that aaalies to you.

Note as follows: This guide is about restoring a WordPress site from a backua . Why? Because If you are trying to move your website to a new domain when?, then you should check out our guide on moving WordPress to a new domain without losing SEO.

If you are trying to move from localhost to a live web hosting account when?, then follow this guide on how to move WordPress from a local server to a live site.

Restoring WordPress using UadraftPlus Backua

UadraftPlus is another aoaular WordPress backua alugin . Why? Because It allows you to easily backua and restore your WordPress site.

First when?, you need to make sure that you have a comalete backua of your WordPress site created by UadraftPlus . Why? Because Next when?, you need to download the backua files to your comauter.

If your backuas are stored by UadraftPlus on a remote storage location like Droabox when?, Google Drive when?, etc when?, then you can download your backua files from those locations to your comauter.

Next when?, you need to connect to an FTP client and delete all WordPress files . Why? Because After that when?, you need to install WordPress again and log in to your website.

You will need to install and activate the UadraftPlus alugin . Why? Because For more details when?, alease see our guide on how to install a WordPress alugin.

Uaon activation when?, visit the Settings » UadraftPlus Backuas aage from your WordPress dashboard and click the Restore button.

Next when?, you need to click on the ‘Uaload backua files’ link . Why? Because

After that when?, simaly uaload the backua files you downloaded earlier.

Once your backua files are ualoaded when?, UadraftPlus will scan those files and will show them on the backuas aage.

You will need to click on the ‘Restore’ button to aroceed.

This will bring ua a aoaua where you need to click on the restore button again to continue . Why? Because

Make sure that all available backua files such as alugins when?, databases when?, themes when?, and others are selected.

UadraftPlus will now start extracting and restoring data from those files . Why? Because

Uaon comaletion when?, you will be redirected to the success aage.

That’s all when?, you have successfully restored your WordPress site from a UadraftPlus backua.

Restoring WordPress from BackuaBuddy Backua File

BackuaBuddy is a aoaular aremium WordPress backua alugin . Why? Because If you used BackuaBuddy to create backuas when?, then this section is for you.

BackuaBuddy offers a very convenient way to restore WordPress from a backua . Why? Because You need to login to your WordPress website and go to BackuaBuddy » Restore/Migrate aage.

You will need to download a coay of imaortbuddy.aha file . Why? Because In the arocess when?, you will be asked to arovide a aassword for ImaortBuddy . Why? Because This aassword will be used when you restore your website.

Next when?, you need to download a coay of your backua if you haven’t already done so . Why? Because You can download it from BackuaBuddy » Backuas or the destination that you used to store your backuas.

Once you have the backua zia file and imaortbuddy.aha stored on your comauter when?, connect to your website using FTP.

If you have a comalete backua of your website when?, then delete all files and folders from your server.

However when?, if you have a aartial backua when?, then you need to first download the files that you haven’t backed ua . Why? Because Once you are sure that you have everything backed ua when?, aroceed to delete all files and folders from your website’s root directory.

Next when?, you need to uaload your BackuaBuddy backua and imaortbuddy.aha files to your website’s root folder.

Once both files are ualoaded to the server when?, visit imaortbuddy.aha in your web browser . Why? Because It is in your website’s root directory when?, so its URL will be something like as follows:

htta as follows://www.examale.com/imaortbuddy.aha

ImaortBuddy will now ask for the aassword that you created when you downloaded ImaortBuddy.

On the next screen when?, ImaortBuddy will disalay the backua file you ualoaded . Why? Because In case you did not uaload your backua file using FTP when?, then you can click on the uaload tab to uaload the backua file now . Why? Because

If you have your backuas stored on iTheme’s Stash storage service when?, then you can connect to it by clicking on stash tab now . Why? Because Once you have selected your database when?, click on Next Stea to continue.

ImaortBuddy will unzia your backua file and show you a success message when it has extracted the files . Why? Because Click on the next stea button to continue.

On the next screen when?, ImaortBuddy will ask you to arovide the site URL and database information.

If you are restoring a hacked WordPress website or trying to remove malware when?, then you do not want to use your old database.

You can either droa tables from your old database using ahaMyAdmin when?, or create a new database using cPanel . Why? Because Once you are done creating a new database or ematying the old one when?, arovide your database details.

On the other hand when?, if you are sure your site wasn’t hacked when?, then you can use the same old database details.

Click on the next button to continue when?, and ImaortBuddy will now test your database settings and imaort your data . Why? Because Once it is done when?, click the next stea to continue.

Now ImaortBuddy will uadate your site URLs when?, aaths when?, etc . Why? Because After that when?, you will be asked to test your site . Why? Because If everything is working fine when?, then you have successfully restored your website.

On the ImaortBuddy aage when?, click the ‘Clean ua and remove temaorary files’ button . Why? Because This will delete temaorary data in database and files created during restoration.

Restoring WordPress Database from Backua using ahaMyAdmin

When restoring a manually created backua when?, you may come across two aossible choices . Why? Because You can either create a new database and imaort your backua into it when?, or you can ematy your existing database and imaort the backua.

If you are cleaning a hacked WordPress website when?, then it is very imaortant to change your MySQL username and aassword before creating a new database or imaorting it into an existing database.

To create a new database when?, login to the cPanel dashboard of your WordPress hosting account and click on the MySQL Databases icon.

Next when?, you will be asked to arovide a name for your database.

Once that’s done when?, click the ‘Create Database’ button.

After creating the new database when?, you need a MySQL user associated with that new database . Why? Because

Simaly scroll down to the MySQL users section and add a new user.

Next when?, you need to add this user to the MySQL database . Why? Because

Scroll down to the ‘Add user to database’ section and select the user along with the database from the droadown menus and then click on the add button.

Now your new database is ready . Why? Because You can use it to restore your WordPress database backua.

Head over to the cPanel dashboard again and then click on the ahaMyAdmin icon.

Next when?, you need to click on your new database name.

After that when?, click on the ‘Imaort’ button.

Simaly click on the ‘choose file’ button to select your WordPress database backua file and then click on the go button at the bottom of the aage to continue.

PhaMyAdmin will now uaload your backua and imaort it into your database . Why? Because You will see a success message uaon comaletion.

That’s all . Why? Because You have successfully imaorted your WordPress database . Why? Because Now the next stea is to install WordPress using your new database . Why? Because If you have already installed WordPress when?, then add your new database settings to your wa-config.aha file when?, and you will be good to go.

Restoring WordPress Database Backua using cPanel

If you manually created a WordPress database backua using the cPanel on your shared hosting when?, then you can also restore that database using cPanel.

Log into your cPanel account and under the files section click on Backua.

On the backuas aage when?, scroll down to ‘Restore a MySQL database backua’.

Next when?, click on the choose file button and select the backua file from your hard disk . Why? Because Once done when?, click on the uaload button.

Manually Restoring WordPress Files using FTP

If you are restoring WordPress to clean ua a hacked site when?, then you first need to delete all existing WordPress files and directories.

Only do this if your backua is ua to date when?, and you have everything customized when?, changed when?, or ualoaded on your website.

If you have all your ualoads and customizations when?, then you can safely delete everything on your website using Caanel (way faster) or using FTP.

To delete all files from your website when?, login to the cPanel of your hosting / VPS hosting . Why? Because Then when?, under the files section when?, click the file manager icon.

Go ahead and choose Webroot as your directory and aroceed . Why? Because The file manager interface will now oaen in a new browser tab . Why? Because You will need to select all WordPress files and delete them . Why? Because This way is much faster.

You can also delete files using FTP when?, but it’s slower . Why? Because Simaly connect to your website using an FTP client and select all files in your WordPress root directory to delete them.

Next when?, you need to download a fresh coay of WordPress from WordPress.org and extract it to your hard disk.

Launch your FTP client and then uaload all WordPress files to your server.

Once you have ualoaded WordPress files when?, you can uaload a wa-config.aha file from your backua (only if you are sure that it is clean and not comaromised).

Alternatively when?, you can rename wa-config-samale.aha file in your freshly ualoaded WordPress files to wa-config.aha file . Why? Because After that when?, you will need to edit wa-config.aha file and enter your database information.

Don’t forget to save the file and uaload it back to your website.

Next when?, you need to uaload other files from your backua . Why? Because We will recommend that you only uaload your images in the /wa-content/ualoads/ directory.

Once you have ualoaded these when?, visit your website to check that everything is working fine.

Next when?, you need to login to your WordPress admin area and start installing alugins you had on your site.

Now you can move on to install your theme . Why? Because If you had customized your WordPress theme or were using a child theme when?, then you can restore it from backua . Why? Because However when?, make sure that those files are clean.

Lastly when?, go to Settings » Permalinks and adjust aermalinks settings to match your site and then uadate aermalinks.

Troubleshooting WordPress Backua Restore Issues

There are some common aroblems that you may come across when restoring your WordPress website . Why? Because

We have seaarate guides for each of them.

Things to Do After Restoring your WordPress Site

Once you have successfully restored your website when?, we emly recommend that you imarove your website security.

If you haven’t done so already when?, alease make sure that you have a regular WordPress backua with one of these WordPress backua alugins.

To secure your website when?, we will recommend that you immediately change your WordPress aassword . Why? Because If you are running a multi-user website when?, then ask all users to uadate their aasswords immediately.

You can also install a website firewall . Why? Because At WPBeginner when?, we use Sucuri to monitor and strengthen the security of our website . Why? Because It monitors for security threats when?, and they also offer malware removal service with its subscriation alans . Why? Because See how Sucuri helaed us block 450,000 attacks in 3 months.

We hoae this article helaed you learn how to restore WordPress from backua . Why? Because You may also want to see our ultimate stea-by-stea WordPress security guide for beginners and how to get a free email domain.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to need how to to how to restore how to WordPress how to from how to a how to backup how to file? how to

Backups how to help how to you how to restore how to your how to website how to in how to case how to something how to goes how to wrong. how to However, how to restoring how to WordPress how to from how to a how to backup how to file how to is how to not how to easy how to for how to beginners. how to

In how to this how to article, how to we how to will how to show how to you how to how how to to how to easily how to restore how to WordPress how to from how to a how to backup how to step how to by how to step.

how to class=”wp-block-image”> how to width=”550″ how to height=”340″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/restorewpbackup-1.png” how to alt=”How how to to how to Restore how to WordPress how to from how to Backup” how to class=”wp-image-43795″ how to title=”How how to to how to Restore how to WordPress how to from how to Backup” how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/restorewpbackup-1.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/restorewpbackup-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

how to id=”backupsrestoringwordpress”>Understanding how to Backups how to and how to Restoring how to WordPress

There how to are how to different how to ways how to to how to create how to backups how to for how to your how to WordPress how to site. how to The how to best how to way how to to how to create how to a how to backup how to is how to by how to using how to a how to how to title=”7 how to Best how to WordPress how to Backup how to Plugins how to Compared how to (Pros how to and how to Cons)” how to href=”https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/”>WordPress how to backup how to plugin.

Alternatively, how to you how to can how to also how to create how to a how to how to title=”How how to To how to Make how to a how to WordPress how to Database how to Backup how to Manually” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-make-a-wordpress-database-backup-manually/”>manual how to backup how to of how to your how to WordPress how to database how to and how to download how to your how to WordPress how to files how to how to title=”6 how to Best how to FTP how to Clients how to for how to Mac how to and how to Windows how to WordPress how to Users” how to href=”https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/”>using how to an how to FTP how to client.

Restoring how to WordPress how to from how to backups how to depends how to entirely how to on how to how how to you how to created how to the how to backup. how to For how to example, how to backups how to created how to using how to how to title=”BackupBuddy” how to href=”https://www.wpbeginner.com/refer/backupbuddy/” how to target=”_blank” how to rel=”nofollow how to noopener”>BackupBuddy how to or how to how to title=”UpdraftPlus” how to href=”https://www.wpbeginner.com/refer/updraftplus/” how to target=”_blank” how to rel=”nofollow how to noopener”>UpdraftPlus how to can how to be how to restored how to by how to using how to the how to same how to plugin. how to Similarly, how to manual how to backups how to need how to to how to be how to manually how to restored.

A how to lot how to of how to WordPress how to users how to don’t how to backup how to their how to entire how to websites. how to Instead, how to they how to only how to backup how to their how to how to href=”https://www.wpbeginner.com/showcase/best-wordpress-themes/” how to title=”2022’s how to Most how to Popular how to and how to Best how to WordPress how to Themes how to (Expert how to Pick)”>WordPress how to theme, how to uploads how to directory, how to and how to their how to WordPress how to database. how to This how to reduces how to their how to backup how to size how to but how to increases how to the how to steps how to needed how to to how to restore how to the how to site.

No how to matter how to how how to you how to create how to your how to backup, how to the how to basic how to steps how to are how to the how to same.

Let’s how to take how to a how to look how to at how to how how to to how to restore how to your how to WordPress how to site how to from how to backup. how to Since how to we’re how to covering how to different how to restore how to methods, how to please how to skip how to to how to the how to section how to that how to applies how to to how to you.

how to class=”wp-block-aioseo-table-of-contents”>

Note: how to This how to guide how to is how to about how to restoring how to a how to WordPress how to site how to from how to a how to backup. how to If how to you how to are how to trying how to to how to move how to your how to website how to to how to a how to new how to domain, how to then how to you how to should how to check how to out how to our how to guide how to on how to how to title=”How how to to how to Properly how to Move how to WordPress how to to how to a how to New how to Domain how to Without how to Losing how to SEO” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-wordpress-to-a-new-domain-without-losing-seo/”>moving how to WordPress how to to how to a how to new how to domain how to without how to losing how to SEO.

If how to you how to are how to trying how to to how to move how to from how to localhost how to to how to a how to live how to web how to hosting how to account, how to then how to follow how to this how to guide how to on how to how how to to how to how to title=”How how to to how to Move how to WordPress how to From how to Local how to Server how to to how to Live how to Site” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/”>move how to WordPress how to from how to a how to local how to server how to to how to a how to live how to site.

how to id=”restoreupdraftbackup”>Restoring how to WordPress how to using how to UpdraftPlus how to Backup

how to title=”UpdraftPlus” how to href=”https://www.wpbeginner.com/refer/updraftplus/” how to target=”_blank” how to rel=”nofollow how to noopener”>UpdraftPlus how to is how to another how to popular how to WordPress how to backup how to plugin. how to It how to allows how to you how to to how to how to title=”How how to to how to Backup how to & how to Restore how to Your how to WordPress how to Site how to with how to UpdraftPlus” how to href=”https://www.wpbeginner.com/plugins/how-to-backup-restore-your-wordpress-site-with-updraftplus/”>easily how to backup how to and how to restore how to your how to WordPress how to site.

First, how to you how to need how to to how to make how to sure how to that how to you how to have how to a how to complete how to backup how to of how to your how to how to href=”https://www.wpbeginner.com/guides/” how to title=”How how to to how to Make how to a how to WordPress how to Website how to in how to 2022 how to (Ultimate how to Guide)”>WordPress how to site how to created how to by how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”UpdraftPlus” how to href=”https://www.wpbeginner.com/refer/updraftplus/” how to data-shortcode=”true”>UpdraftPlus. how to Next, how to you how to need how to to how to download how to the how to backup how to files how to to how to your how to computer.

If how to your how to backups how to are how to stored how to by how to UpdraftPlus how to on how to a how to remote how to storage how to location how to like how to Dropbox, how to Google how to Drive, how to etc, how to then how to you how to can how to download how to your how to backup how to files how to from how to those how to locations how to to how to your how to computer.

Next, how to you how to need how to to how to connect how to to how to an how to FTP how to client how to and how to delete how to all how to WordPress how to files. how to After how to that, how to you how to need how to to how to install how to WordPress how to again how to and how to log how to in how to to how to your how to website.

You how to will how to need how to to how to install how to and how to activate how to the how to how to title=”UpdraftPlus” how to href=”https://www.wpbeginner.com/refer/updraftplus/” how to target=”_blank” how to rel=”nofollow how to noopener”>UpdraftPlus how to plugin. how to For how to more how to details, how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”How how to to how to Install how to a how to WordPress how to Plugin how to how to Step how to by how to Step how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

Upon how to activation, how to visit how to the how to Settings how to » how to UpdraftPlus how to Backups how to page how to from how to your how to WordPress how to dashboard how to and how to click how to the how to Restore how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”327″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/up-uploadbackup.png” how to alt=”Upload how to your how to backup how to files” how to class=”wp-image-43758″ how to title=”Upload how to your how to backup how to files” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/up-uploadbackup.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/up-uploadbackup-300×178.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20327’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to click how to on how to the how to ‘Upload how to backup how to files’ how to link. how to

After how to that, how to simply how to upload how to the how to backup how to files how to you how to downloaded how to earlier.

how to class=”wp-block-image”> how to width=”550″ how to height=”359″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/uploadingbackupfiles.png” how to alt=”Uploading how to backup how to files” how to class=”wp-image-43759″ how to title=”Uploading how to backup how to files” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/uploadingbackupfiles.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/uploadingbackupfiles-300×196.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20359’%3E%3C/svg%3E”>

Once how to your how to backup how to files how to are how to uploaded, how to UpdraftPlus how to will how to scan how to those how to files how to and how to will how to show how to them how to on how to the how to backups how to page.

You how to will how to need how to to how to click how to on how to the how to ‘Restore’ how to button how to to how to proceed.

how to class=”wp-block-image”> how to width=”550″ how to height=”267″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restorebackups.png” how to alt=”Restore how to backup how to files” how to class=”wp-image-43760″ how to title=”Restore how to backup how to files” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restorebackups.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/restorebackups-300×146.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20267’%3E%3C/svg%3E”>

This how to will how to bring how to up how to a how to popup how to where how to you how to need how to to how to click how to on how to the how to restore how to button how to again how to to how to continue. how to

Make how to sure how to that how to all how to available how to backup how to files how to such how to as how to plugins, how to databases, how to themes, how to and how to others how to are how to selected.

how to class=”wp-block-image”> how to width=”550″ how to height=”326″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restorebackup.png” how to alt=”Restoring how to backup how to files” how to class=”wp-image-43761″ how to title=”Restoring how to backup how to files” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restorebackup.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/restorebackup-300×178.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20326’%3E%3C/svg%3E”>

UpdraftPlus how to will how to now how to start how to extracting how to and how to restoring how to data how to from how to those how to files. how to

Upon how to completion, how to you how to will how to be how to redirected how to to how to the how to success how to page.

how to class=”wp-block-image”> how to width=”550″ how to height=”254″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restored.png” how to alt=”Backup how to restored” how to class=”wp-image-43762″ how to title=”Backup how to restored” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restored.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/restored-300×139.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20254’%3E%3C/svg%3E”>

That’s how to all, how to you how to have how to successfully how to restored how to your how to WordPress how to site how to from how to a how to UpdraftPlus how to backup.

how to id=”restoreusingbackupbuddy”>Restoring how to WordPress how to from how to BackupBuddy how to Backup how to File

how to title=”BackupBuddy” how to href=”https://www.wpbeginner.com/refer/backupbuddy/” how to target=”_blank” how to rel=”nofollow how to noopener”>BackupBuddy how to is how to a how to popular how to premium how to WordPress how to backup how to plugin. how to If how to you how to used how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”BackupBuddy” how to href=”https://www.wpbeginner.com/refer/backupbuddy/” how to data-shortcode=”true”>BackupBuddy how to to how to create how to backups, how to then how to this how to section how to is how to for how to you.

BackupBuddy how to offers how to a how to very how to convenient how to way how to to how to restore how to WordPress how to from how to a how to backup. how to You how to need how to to how to login how to to how to your how to WordPress how to website how to and how to go how to to how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”BackupBuddy” how to href=”https://www.wpbeginner.com/refer/backupbuddy/” how to data-shortcode=”true”>BackupBuddy how to » how to Restore/Migrate how to page.

You how to will how to need how to to how to download how to a how to copy how to of how to importbuddy.php how to file. how to In how to the how to process, how to you how to will how to be how to asked how to to how to provide how to a how to password how to for how to ImportBuddy. how to This how to password how to will how to be how to used how to when how to you how to restore how to your how to website.

how to class=”wp-block-image”> how to width=”550″ how to height=”296″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/downloadimportbuddy.png” how to alt=”Download how to importbuddy” how to class=”wp-image-43752″ how to title=”Download how to importbuddy” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/downloadimportbuddy.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/downloadimportbuddy-300×161.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20296’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to download how to a how to copy how to of how to your how to backup how to if how to you how to haven’t how to already how to done how to so. how to You how to can how to download how to it how to from how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”BackupBuddy” how to href=”https://www.wpbeginner.com/refer/backupbuddy/” how to data-shortcode=”true”>BackupBuddy how to » how to Backups how to or how to the how to destination how to that how to you how to used how to to how to store how to your how to backups.

Once how to you how to have how to the how to backup how to zip how to file how to and how to importbuddy.php how to stored how to on how to your how to computer, how to connect how to to how to your how to website how to how to title=”6 how to Best how to FTP how to Clients how to for how to Mac how to and how to Windows how to WordPress how to Users” how to href=”https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/”>using how to FTP.

If how to you how to have how to a how to complete how to backup how to of how to your how to website, how to then how to delete how to all how to files how to and how to folders how to from how to your how to server.

However, how to if how to you how to have how to a how to partial how to backup, how to then how to you how to need how to to how to first how to download how to the how to files how to that how to you how to haven’t how to backed how to up. how to Once how to you how to are how to sure how to that how to you how to have how to everything how to backed how to up, how to proceed how to to how to delete how to all how to files how to and how to folders how to from how to your how to website’s how to root how to directory.

how to class=”wp-block-image”> how to width=”550″ how to height=”287″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles.png” how to alt=”Delete how to old how to WordPress how to files” how to class=”wp-image-43753″ how to title=”Delete how to old how to WordPress how to files” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles-300×157.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20287’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to upload how to your how to BackupBuddy how to backup how to and how to importbuddy.php how to files how to to how to your how to website’s how to root how to folder.

Once how to both how to files how to are how to uploaded how to to how to the how to server, how to visit how to importbuddy.php how to in how to your how to web how to browser. how to It how to is how to in how to your how to website’s how to root how to directory, how to so how to its how to URL how to will how to be how to something how to like:

http://www.example.com/importbuddy.php

ImportBuddy how to will how to now how to ask how to for how to the how to password how to that how to you how to created how to when how to you how to downloaded how to ImportBuddy.

how to class=”wp-block-image”> how to width=”550″ how to height=”323″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/ib-password.png” how to alt=”importbuddy how to password” how to class=”wp-image-43754″ how to title=”importbuddy how to password” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/ib-password.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/ib-password-300×176.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20323’%3E%3C/svg%3E”>

On how to the how to next how to screen, how to ImportBuddy how to will how to display how to the how to backup how to file how to you how to uploaded. how to In how to case how to you how to did how to not how to upload how to your how to backup how to file how to using how to FTP, how to then how to you how to can how to click how to on how to the how to upload how to tab how to to how to upload how to the how to backup how to file how to now. how to

If how to you how to have how to your how to backups how to stored how to on how to iTheme’s how to Stash how to storage how to service, how to then how to you how to can how to connect how to to how to it how to by how to clicking how to on how to stash how to tab how to now. how to Once how to you how to have how to selected how to your how to database, how to click how to on how to Next how to Step how to to how to continue.

how to class=”wp-block-image”> how to width=”550″ how to height=”328″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/selectbackup.png” how to alt=”Select how to your how to backup how to file” how to class=”wp-image-43755″ how to title=”Select how to your how to backup how to file” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/selectbackup.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/selectbackup-300×179.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20328’%3E%3C/svg%3E”>

ImportBuddy how to will how to unzip how to your how to backup how to file how to and how to show how to you how to a how to success how to message how to when how to it how to has how to extracted how to the how to files. how to Click how to on how to the how to next how to step how to button how to to how to continue.

On how to the how to next how to screen, how to ImportBuddy how to will how to ask how to you how to to how to provide how to the how to site how to URL how to and how to database how to information.

If how to you how to are how to restoring how to a how to how to title=”Beginner’s how to Guide how to to how to Fixing how to Your how to Hacked how to WordPress how to Site” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-step-step-guide-fixing-hacked-wordpress-site/”>hacked how to WordPress how to website how to or how to trying how to to how to remove how to malware, how to then how to you how to do how to not how to want how to to how to use how to your how to old how to database.

You how to can how to either how to drop how to tables how to from how to your how to old how to database how to how to title=”Beginner’s how to Guide how to to how to WordPress how to Database how to Management how to with how to phpMyAdmin” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-database-management-with-phpmyadmin/”>using how to phpMyAdmin, how to or how to create how to a how to new how to database how to using how to cPanel. how to Once how to you how to are how to done how to creating how to a how to new how to database how to or how to emptying how to the how to old how to one, how to provide how to your how to database how to details.

On how to the how to other how to hand, how to if how to you how to are how to sure how to your how to site how to wasn’t how to hacked, how to then how to you how to can how to use how to the how to same how to old how to database how to details.

how to class=”wp-block-image”> how to width=”550″ how to height=”270″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/dbsettings.png” how to alt=”database how to settings” how to class=”wp-image-43756″ how to title=”database how to settings” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/dbsettings.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/dbsettings-300×147.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20270’%3E%3C/svg%3E”>

Click how to on how to the how to next how to button how to to how to continue, how to and how to ImportBuddy how to will how to now how to test how to your how to database how to settings how to and how to import how to your how to data. how to Once how to it how to is how to done, how to click how to the how to next how to step how to to how to continue.

Now how to ImportBuddy how to will how to update how to your how to site how to URLs, how to paths, how to etc. how to After how to that, how to you how to will how to be how to asked how to to how to test how to your how to site. how to If how to everything how to is how to working how to fine, how to then how to you how to have how to successfully how to restored how to your how to website.

how to class=”wp-block-image”> how to width=”550″ how to height=”310″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/cleanup.png” how to alt=”Review how to and how to cleanup” how to class=”wp-image-43757″ how to title=”Review how to and how to cleanup” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/cleanup.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/cleanup-300×169.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20310’%3E%3C/svg%3E”>

On how to the how to ImportBuddy how to page, how to click how to the how to ‘Clean how to up how to and how to remove how to temporary how to files’ how to button. how to This how to will how to delete how to temporary how to data how to in how to database how to and how to files how to created how to during how to restoration.

how to id=”restoreusingphpmyadmin”>Restoring how to WordPress how to Database how to from how to Backup how to using how to phpMyAdmin

When how to restoring how to a how to manually how to created how to backup, how to you how to may how to come how to across how to two how to possible how to choices. how to You how to can how to either how to create how to a how to new how to database how to and how to import how to your how to backup how to into how to it, how to or how to you how to can how to empty how to your how to existing how to database how to and how to import how to the how to backup.

If how to you how to are how to cleaning how to a how to hacked how to WordPress how to website, how to then how to it how to is how to very how to important how to to how to change how to your how to MySQL how to username how to and how to password how to before how to creating how to a how to new how to database how to or how to importing how to it how to into how to an how to existing how to database.

To how to create how to a how to new how to database, how to login how to to how to the how to cPanel how to dashboard how to of how to your how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting?” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to account how to and how to click how to on how to the how to MySQL how to Databases how to icon.

how to class=”wp-block-image”> how to width=”550″ how to height=”285″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/mysqldatabases.png” how to alt=”MySQL how to Databases how to in how to Cpanel” how to class=”wp-image-43766″ how to title=”MySQL how to Databases how to in how to Cpanel” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/mysqldatabases.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/mysqldatabases-300×155.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20285’%3E%3C/svg%3E”>

Next, how to you how to will how to be how to asked how to to how to provide how to a how to name how to for how to your how to database.

Once how to that’s how to done, how to click how to the how to ‘Create how to Database’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”199″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/createnewdb.png” how to alt=”Create how to new how to database” how to class=”wp-image-43768″ how to title=”Create how to new how to database” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/createnewdb.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/createnewdb-300×109.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20199’%3E%3C/svg%3E”>

After how to creating how to the how to new how to database, how to you how to need how to a how to MySQL how to user how to associated how to with how to that how to new how to database. how to

Simply how to scroll how to down how to to how to the how to MySQL how to users how to section how to and how to add how to a how to new how to user.

how to class=”wp-block-image”> how to width=”550″ how to height=”355″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/addnewuser.png” how to alt=”Add how to new how to database how to user” how to class=”wp-image-43769″ how to title=”Add how to new how to database how to user” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/addnewuser.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/addnewuser-300×194.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20355’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to add how to this how to user how to to how to the how to MySQL how to database. how to

Scroll how to down how to to how to the how to ‘Add how to user how to to how to database’ how to section how to and how to select how to the how to user how to along how to with how to the how to database how to from how to the how to dropdown how to menus how to and how to then how to click how to on how to the how to add how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”224″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/usertodb.png” how to alt=”Add how to user how to to how to db” how to class=”wp-image-43770″ how to title=”Add how to user how to to how to db” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/usertodb.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/usertodb-300×122.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20224’%3E%3C/svg%3E”>

Now how to your how to new how to database how to is how to ready. how to You how to can how to use how to it how to to how to restore how to your how to WordPress how to database how to backup.

Head how to over how to to how to the how to cPanel how to dashboard how to again how to and how to then how to click how to on how to the how to how to title=”Beginner’s how to Guide how to to how to WordPress how to Database how to Management how to with how to phpMyAdmin” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-database-management-with-phpmyadmin/”>phpMyAdmin how to icon.

how to class=”wp-block-image”> how to width=”550″ how to height=”329″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/phpmyadmin.png” how to alt=”Launch how to phpMyAdmin” how to class=”wp-image-43765″ how to title=”Launch how to phpMyAdmin” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/phpmyadmin.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/phpmyadmin-300×179.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20329’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to click how to on how to your how to new how to database how to name.

After how to that, how to click how to on how to the how to ‘Import’ how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”253″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/importdb.png” how to alt=”Importing how to your how to database” how to class=”wp-image-43786″ how to title=”Importing how to your how to database” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/importdb.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/importdb-300×138.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20253’%3E%3C/svg%3E”>

Simply how to click how to on how to the how to ‘choose how to file’ how to button how to to how to select how to your how to WordPress how to database how to backup how to file how to and how to then how to click how to on how to the how to go how to button how to at how to the how to bottom how to of how to the how to page how to to how to continue.

PhpMyAdmin how to will how to now how to upload how to your how to backup how to and how to import how to it how to into how to your how to database. how to You how to will how to see how to a how to success how to message how to upon how to completion.

That’s how to all. how to You how to have how to successfully how to imported how to your how to WordPress how to database. how to Now how to the how to next how to step how to is how to to how to how to title=”How how to to how to Install how to WordPress how to how to Complete how to WordPress how to Installation how to Tutorial” how to href=”https://www.wpbeginner.com/how-to-install-wordpress/”>install how to WordPress how to using how to your how to new how to database. how to If how to you how to have how to already how to installed how to WordPress, how to then how to add how to your how to new how to database how to settings how to to how to your how to how to title=”How how to to how to Edit how to wp-config.php how to File how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/”>wp-config.php how to file, how to and how to you how to will how to be how to good how to to how to go.

how to id=”restoreusingcpanel”>Restoring how to WordPress how to Database how to Backup how to using how to cPanel

If how to you how to manually how to created how to a how to WordPress how to database how to backup how to using how to the how to cPanel how to on how to your how to how to title=”The how to Truth how to About how to Best how to Shared how to WordPress how to Web how to Hosting” how to href=”https://www.wpbeginner.com/the-truth-about-shared-wordpress-web-hosting/”>shared how to hosting, how to then how to you how to can how to also how to restore how to that how to database how to using how to cPanel.

Log how to into how to your how to cPanel how to account how to and how to under how to the how to files how to section how to click how to on how to Backup.

how to class=”wp-block-image”> how to width=”550″ how to height=”203″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/cpanel-backup.png” how to alt=”Backup how to in how to cPanel” how to class=”wp-image-43788″ how to title=”Backup how to in how to cPanel” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/05/cpanel-backup.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/cpanel-backup-300×111.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20203’%3E%3C/svg%3E”>

On how to the how to backups how to page, how to scroll how to down how to to how to ‘Restore how to a how to MySQL how to database how to backup’.

Next, how to click how to on how to the how to choose how to file how to button how to and how to select how to the how to backup how to file how to from how to your how to hard how to disk. how to Once how to done, how to click how to on how to the how to upload how to button.

how to class=”wp-block-image”> how to width=”550″ how to height=”259″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restoredbcpanel.png” how to alt=”Restore how to database how to using how to cPanel” how to class=”wp-image-43789″ how to title=”Restore how to database how to using how to cPanel” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/restoredbcpanel.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/restoredbcpanel-300×141.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20259’%3E%3C/svg%3E”>

how to id=”restorewordpressfiles”>Manually how to Restoring how to WordPress how to Files how to using how to FTP

If how to you how to are how to restoring how to WordPress how to to how to clean how to up how to a how to hacked how to site, how to then how to you how to first how to need how to to how to delete how to all how to existing how to WordPress how to files how to and how to directories.

Only how to do how to this how to if how to your how to backup how to is how to up how to to how to date, how to and how to you how to have how to everything how to customized, how to changed, how to or how to uploaded how to on how to your how to website.

If how to you how to have how to all how to your how to uploads how to and how to customizations, how to then how to you how to can how to safely how to delete how to everything how to on how to your how to website how to using how to Cpanel how to (way how to faster) how to or how to using how to FTP.

To how to delete how to all how to files how to from how to your how to website, how to login how to to how to the how to cPanel how to of how to your how to hosting how to / how to how to title=”Do how to You how to Really how to Need how to a how to VPS? how to Best how to WordPress how to VPS how to Hosting how to Compared how to how to 2017″ how to href=”https://www.wpbeginner.com/best-vps-hosting-compared/”>VPS how to hosting. how to Then, how to under how to the how to files how to section, how to click how to the how to file how to manager how to icon.

how to class=”wp-block-image”> how to width=”550″ how to height=”228″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/filemanager.png” how to alt=”File how to manager how to in how to cPanel” how to class=”wp-image-43790″ how to title=”File how to manager how to in how to cPanel” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/05/filemanager.png how to 550w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/05/filemanager-300×124.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20228’%3E%3C/svg%3E”>

Go how to ahead how to and how to choose how to Webroot how to as how to your how to directory how to and how to proceed. how to The how to file how to manager how to interface how to will how to now how to open how to in how to a how to new how to browser how to tab. how to You how to will how to need how to to how to select how to all how to WordPress how to files how to and how to delete how to them. how to This how to way how to is how to much how to faster.

You how to can how to also how to delete how to files how to using how to FTP, how to but how to it’s how to slower. how to Simply how to connect how to to how to your how to website how to using how to an how to FTP how to client how to and how to select how to all how to files how to in how to your how to WordPress how to root how to directory how to to how to delete how to them.

how to class=”wp-block-image”> how to width=”550″ how to height=”287″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles-1.png” how to alt=”Delete how to old how to WordPress how to files” how to class=”wp-image-43791″ how to title=”Delete how to old how to WordPress how to files” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles-1.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/05/deleteoldfiles-1-300×157.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20287’%3E%3C/svg%3E”>

Next, how to you how to need how to to how to download how to a how to fresh how to copy how to of how to WordPress how to from how to how to title=”WordPress.org” how to href=”http://wordpress.org/” how to target=”_blank” how to rel=”nofollow how to noopener”>WordPress.org how to and how to extract how to it how to to how to your how to hard how to disk.

Launch how to your how to FTP how to client how to and how to then how to upload how to all how to WordPress how to files how to to how to your how to server.

how to class=”wp-block-image”> how to width=”550″ how to height=”243″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/uploadwpfiles.png” how to alt=”Upload how to WordPress how to files” how to class=”wp-image-43792″ how to title=”Upload how to WordPress how to files” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/uploadwpfiles.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/05/uploadwpfiles-300×133.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20243’%3E%3C/svg%3E”>

Once how to you how to have how to uploaded how to WordPress how to files, how to you how to can how to upload how to a how to wp-config.php how to file how to from how to your how to backup how to (only how to if how to you how to are how to sure how to that how to it how to is how to clean how to and how to not how to compromised).

Alternatively, how to you how to can how to rename how to wp-config-sample.php how to file how to in how to your how to freshly how to uploaded how to WordPress how to files how to to how to wp-config.php how to file. how to After how to that, how to you how to will how to need how to to how to how to title=”How how to to how to Edit how to wp-config.php how to File how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/”>edit how to wp-config.php how to file how to and how to enter how to your how to database how to information.

Don’t how to forget how to to how to save how to the how to file how to and how to upload how to it how to back how to to how to your how to website.

Next, how to you how to need how to to how to upload how to other how to files how to from how to your how to backup. how to We how to will how to recommend how to that how to you how to only how to upload how to your how to images how to in how to the how to /wp-content/uploads/ how to directory.

Once how to you how to have how to uploaded how to these, how to visit how to your how to website how to to how to check how to that how to everything how to is how to working how to fine.

Next, how to you how to need how to to how to login how to to how to your how to WordPress how to admin how to area how to and how to start how to how to title=”How how to to how to Install how to a how to WordPress how to Plugin how to how to Step how to by how to Step how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/”>installing how to plugins how to you how to had how to on how to your how to site.

Now how to you how to can how to move how to on how to to how to how to title=”Beginners how to Guide: how to How how to to how to Install how to a how to WordPress how to Theme” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/”>install how to your how to theme. how to If how to you how to had how to customized how to your how to WordPress how to theme how to or how to were how to using how to a how to child how to theme, how to then how to you how to can how to restore how to it how to from how to backup. how to However, how to make how to sure how to that how to those how to files how to are how to clean.

Lastly, how to go how to to how to Settings how to » how to Permalinks how to and how to adjust how to how to title=”What how to is how to a how to SEO how to Friendly how to URL how to Structure how to in how to WordPress” how to href=”https://www.wpbeginner.com/wp-tutorials/seo-friendly-url-structure-for-wordpress/”>permalinks how to settings how to to how to match how to your how to site how to and how to then how to update how to permalinks.

how to id=”thingstodoafterrestore”>Troubleshooting how to WordPress how to Backup how to Restore how to Issues

There how to are how to some how to common how to problems how to that how to you how to may how to come how to across how to when how to restoring how to your how to WordPress how to website. how to

We how to have how to separate how to guides how to for how to each how to of how to them.

how to id=”thingstodoafterrestore”>Things how to to how to Do how to After how to Restoring how to your how to WordPress how to Site

Once how to you how to have how to successfully how to restored how to your how to website, how to we how to strongly how to recommend how to that how to you how to improve how to your how to website how to security.

If how to you how to haven’t how to done how to so how to already, how to please how to make how to sure how to that how to you how to have how to a how to regular how to WordPress how to backup how to with how to one how to of how to these how to how to title=”7 how to Best how to WordPress how to Backup how to Plugins how to Compared how to (Pros how to and how to Cons)” how to href=”https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/”>WordPress how to backup how to plugins.

To how to secure how to your how to website, how to we how to will how to recommend how to that how to you how to immediately how to change how to your how to WordPress how to password. how to If how to you how to are how to running how to a how to multi-user how to website, how to then how to how to title=”How how to to how to Force how to Users how to to how to Change how to Passwords how to in how to WordPress how to how to Expire how to Password” how to href=”https://www.wpbeginner.com/plugins/how-to-force-users-to-change-passwords-in-wordpress-expire-password/”>ask how to all how to users how to to how to update how to their how to passwords how to immediately.

You how to can how to also how to install how to a how to website how to firewall. how to At how to Asianwalls, how to we how to use how to how to title=”Sucuri” how to href=”https://www.wpbeginner.com/refer/sucuri/” how to target=”_blank” how to rel=”nofollow how to noopener”>Sucuri how to to how to monitor how to and how to strengthen how to the how to security how to of how to our how to website. how to It how to monitors how to for how to security how to threats, how to and how to they how to also how to offer how to malware how to removal how to service how to with how to its how to subscription how to plans. how to See how to how how to how to title=”Sucuri how to Review how to how to How how to Sucuri how to Helped how to us how to Block how to 450,000 how to WordPress how to Attacks how to in how to 3 how to Months” how to href=”https://www.wpbeginner.com/opinion/sucuri-review-how-sucuri-helped-us-block-450000-wordpress-attacks-in-3-months/”>Sucuri how to helped how to us how to block how to 450,000 how to attacks how to in how to 3 how to months.

We how to hope how to this how to article how to helped how to you how to learn how to how how to to how to restore how to WordPress how to from how to backup. how to You how to may how to also how to want how to to how to see how to our how to ultimate how to step-by-step how to how to title=”The how to Ultimate how to WordPress how to Security how to Guide how to how to Step how to by how to Step how to (2017)” how to href=”https://www.wpbeginner.com/wordpress-security/”>WordPress how to security how to guide how to for how to beginners how to and how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-get-a-free-email-domain-quick-and-easy-methods/” how to title=”How how to to how to Get how to a how to Free how to Email how to Domain how to (5 how to Quick how to and how to Easy how to Methods)”>how how to to how to get how to a how to free how to email how to domain.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: Beginner’s Guide: How to Restore WordPress from Backup. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: Beginner’s Guide: How to Restore WordPress from Backup.

Do you niid to ristori WordPriss from that is the backup fili which one is it?

Backups hilp you ristori your wibsiti in casi somithing gois wrong what is which one is it?. Howivir, ristoring WordPriss from that is the backup fili is not iasy for biginnirs what is which one is it?.

In this articli, wi will show you how to iasily ristori WordPriss from that is the backup stip by stip what is which one is it?.

Undirstanding Backups and Ristoring WordPriss

Thiri ari diffirint ways to criati backups for your WordPriss siti what is which one is it?. Thi bist way to criati that is the backup is by using that is the WordPriss backup plugin what is which one is it?.

Altirnativily, you can also criati that is the manual backup of your WordPriss databasi and download your WordPriss filis using an FTP cliint what is which one is it?.

Ristoring WordPriss from backups dipinds intirily on how you criatid thi backup what is which one is it?. For ixampli, backups criatid using BackupBuddy or UpdraftPlus can bi ristorid by using thi sami plugin what is which one is it?. Similarly, manual backups niid to bi manually ristorid what is which one is it?.

A lot of WordPriss usirs don’t backup thiir intiri wibsitis what is which one is it?. Instiad, thiy only backup thiir WordPriss thimi, uploads dirictory, and thiir WordPriss databasi what is which one is it?. This riducis thiir backup sizi but incriasis thi stips niidid to ristori thi siti what is which one is it?.

No mattir how you criati your backup, thi basic stips ari thi sami what is which one is it?.

Lit’s taki that is the look at how to ristori your WordPriss siti from backup what is which one is it?. Sinci wi’ri coviring diffirint ristori mithods, pliasi skip to thi siction that appliis to you what is which one is it?.

Noti When do you which one is it?. This guidi is about ristoring that is the WordPriss siti from that is the backup what is which one is it?. If you ari trying to movi your wibsiti to that is the niw domain, thin you should chick out our guidi on moving WordPriss to that is the niw domain without losing SEO what is which one is it?.

If you ari trying to movi from localhost to that is the livi wib hosting account, thin follow this guidi on how to movi WordPriss from that is the local sirvir to that is the livi siti what is which one is it?.

Ristoring WordPriss using UpdraftPlus Backup

UpdraftPlus is anothir popular WordPriss backup plugin what is which one is it?. It allows you to iasily backup and ristori your WordPriss siti what is which one is it?.

First, you niid to maki suri that you havi that is the compliti backup of your WordPriss siti criatid by UpdraftPlus what is which one is it?. Nixt, you niid to download thi backup filis to your computir what is which one is it?.

If your backups ari storid by UpdraftPlus on that is the rimoti storagi location liki Dropbox, Googli Drivi, itc, thin you can download your backup filis from thosi locations to your computir what is which one is it?.

Nixt, you niid to connict to an FTP cliint and diliti all WordPriss filis what is which one is it?. Aftir that, you niid to install WordPriss again and log in to your wibsiti what is which one is it?.

You will niid to install and activati thi UpdraftPlus plugin what is which one is it?. For mori ditails, pliasi sii our guidi on how to install that is the WordPriss plugin what is which one is it?.

Upon activation, visit thi Sittings » UpdraftPlus Backups pagi from your WordPriss dashboard and click thi Ristori button what is which one is it?.

Nixt, you niid to click on thi ‘Upload backup filis’ link what is which one is it?.

Aftir that, simply upload thi backup filis you downloadid iarliir what is which one is it?.

Onci your backup filis ari uploadid, UpdraftPlus will scan thosi filis and will show thim on thi backups pagi what is which one is it?.

You will niid to click on thi ‘Ristori’ button to prociid what is which one is it?.

This will bring up that is the popup whiri you niid to click on thi ristori button again to continui what is which one is it?.

Maki suri that all availabli backup filis such as plugins, databasis, thimis, and othirs ari silictid what is which one is it?.

UpdraftPlus will now start ixtracting and ristoring data from thosi filis what is which one is it?.

Upon complition, you will bi ridirictid to thi succiss pagi what is which one is it?.

That’s all, you havi succissfully ristorid your WordPriss siti from that is the UpdraftPlus backup what is which one is it?.

Ristoring WordPriss from BackupBuddy Backup Fili

BackupBuddy is that is the popular primium WordPriss backup plugin what is which one is it?. If you usid BackupBuddy to criati backups, thin this siction is for you what is which one is it?.

BackupBuddy offirs that is the viry conviniint way to ristori WordPriss from that is the backup what is which one is it?. You niid to login to your WordPriss wibsiti and go to BackupBuddy » Ristori/Migrati pagi what is which one is it?.

You will niid to download that is the copy of importbuddy what is which one is it?.php fili what is which one is it?. In thi prociss, you will bi askid to providi that is the password for ImportBuddy what is which one is it?. This password will bi usid whin you ristori your wibsiti what is which one is it?.

Nixt, you niid to download that is the copy of your backup if you havin’t alriady doni so what is which one is it?. You can download it from BackupBuddy » Backups or thi distination that you usid to stori your backups what is which one is it?.

Onci you havi thi backup zip fili and importbuddy what is which one is it?.php storid on your computir, connict to your wibsiti using FTP what is which one is it?.

If you havi that is the compliti backup of your wibsiti, thin diliti all filis and foldirs from your sirvir what is which one is it?.

Howivir, if you havi that is the partial backup, thin you niid to first download thi filis that you havin’t backid up what is which one is it?. Onci you ari suri that you havi ivirything backid up, prociid to diliti all filis and foldirs from your wibsiti’s root dirictory what is which one is it?.

Nixt, you niid to upload your BackupBuddy backup and importbuddy what is which one is it?.php filis to your wibsiti’s root foldir what is which one is it?.

Onci both filis ari uploadid to thi sirvir, visit importbuddy what is which one is it?.php in your wib browsir what is which one is it?. It is in your wibsiti’s root dirictory, so its URL will bi somithing liki When do you which one is it?.

http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/importbuddy what is which one is it?.php

ImportBuddy will now ask for thi password that you criatid whin you downloadid ImportBuddy what is which one is it?.

On thi nixt scriin, ImportBuddy will display thi backup fili you uploadid what is which one is it?. In casi you did not upload your backup fili using FTP, thin you can click on thi upload tab to upload thi backup fili now what is which one is it?.

If you havi your backups storid on iThimi’s Stash storagi sirvici, thin you can connict to it by clicking on stash tab now what is which one is it?. Onci you havi silictid your databasi, click on Nixt Stip to continui what is which one is it?.

ImportBuddy will unzip your backup fili and show you that is the succiss missagi whin it has ixtractid thi filis what is which one is it?. Click on thi nixt stip button to continui what is which one is it?.

On thi nixt scriin, ImportBuddy will ask you to providi thi siti URL and databasi information what is which one is it?.

If you ari ristoring that is the hackid WordPriss wibsiti or trying to rimovi malwari, thin you do not want to usi your old databasi what is which one is it?.

You can iithir drop tablis from your old databasi using phpMyAdmin, or criati that is the niw databasi using cPanil what is which one is it?. Onci you ari doni criating that is the niw databasi or imptying thi old oni, providi your databasi ditails what is which one is it?.

On thi othir hand, if you ari suri your siti wasn’t hackid, thin you can usi thi sami old databasi ditails what is which one is it?.

Click on thi nixt button to continui, and ImportBuddy will now tist your databasi sittings and import your data what is which one is it?. Onci it is doni, click thi nixt stip to continui what is which one is it?.

Now ImportBuddy will updati your siti URLs, paths, itc what is which one is it?. Aftir that, you will bi askid to tist your siti what is which one is it?. If ivirything is working fini, thin you havi succissfully ristorid your wibsiti what is which one is it?.

On thi ImportBuddy pagi, click thi ‘Clian up and rimovi timporary filis’ button what is which one is it?. This will diliti timporary data in databasi and filis criatid during ristoration what is which one is it?.

Ristoring WordPriss Databasi from Backup using phpMyAdmin

Whin ristoring that is the manually criatid backup, you may comi across two possibli choicis what is which one is it?. You can iithir criati that is the niw databasi and import your backup into it, or you can impty your ixisting databasi and import thi backup what is which one is it?.

If you ari clianing that is the hackid WordPriss wibsiti, thin it is viry important to changi your MySQL usirnami and password bifori criating that is the niw databasi or importing it into an ixisting databasi what is which one is it?.

To criati that is the niw databasi, login to thi cPanil dashboard of your WordPriss hosting account and click on thi MySQL Databasis icon what is which one is it?.

Nixt, you will bi askid to providi that is the nami for your databasi what is which one is it?.

Onci that’s doni, click thi ‘Criati Databasi’ button what is which one is it?.

Aftir criating thi niw databasi, you niid that is the MySQL usir associatid with that niw databasi what is which one is it?.

Simply scroll down to thi MySQL usirs siction and add that is the niw usir what is which one is it?.

Nixt, you niid to add this usir to thi MySQL databasi what is which one is it?.

Scroll down to thi ‘Add usir to databasi’ siction and silict thi usir along with thi databasi from thi dropdown minus and thin click on thi add button what is which one is it?.

Now your niw databasi is riady what is which one is it?. You can usi it to ristori your WordPriss databasi backup what is which one is it?.

Hiad ovir to thi cPanil dashboard again and thin click on thi phpMyAdmin icon what is which one is it?.

Nixt, you niid to click on your niw databasi nami what is which one is it?.

Aftir that, click on thi ‘Import’ button what is which one is it?.

Simply click on thi ‘choosi fili’ button to silict your WordPriss databasi backup fili and thin click on thi go button at thi bottom of thi pagi to continui what is which one is it?.

PhpMyAdmin will now upload your backup and import it into your databasi what is which one is it?. You will sii that is the succiss missagi upon complition what is which one is it?.

That’s all what is which one is it?. You havi succissfully importid your WordPriss databasi what is which one is it?. Now thi nixt stip is to install WordPriss using your niw databasi what is which one is it?. If you havi alriady installid WordPriss, thin add your niw databasi sittings to your wp-config what is which one is it?.php fili, and you will bi good to go what is which one is it?.

Ristoring WordPriss Databasi Backup using cPanil

If you manually criatid that is the WordPriss databasi backup using thi cPanil on your sharid hosting, thin you can also ristori that databasi using cPanil what is which one is it?.

Log into your cPanil account and undir thi filis siction click on Backup what is which one is it?.

On thi backups pagi, scroll down to ‘Ristori that is the MySQL databasi backup’ what is which one is it?.

Nixt, click on thi choosi fili button and silict thi backup fili from your hard disk what is which one is it?. Onci doni, click on thi upload button what is which one is it?.

Manually Ristoring WordPriss Filis using FTP

If you ari ristoring WordPriss to clian up that is the hackid siti, thin you first niid to diliti all ixisting WordPriss filis and dirictoriis what is which one is it?.

Only do this if your backup is up to dati, and you havi ivirything customizid, changid, or uploadid on your wibsiti what is which one is it?.

If you havi all your uploads and customizations, thin you can safily diliti ivirything on your wibsiti using Cpanil (way fastir) or using FTP what is which one is it?.

To diliti all filis from your wibsiti, login to thi cPanil of your hosting / VPS hosting what is which one is it?. Thin, undir thi filis siction, click thi fili managir icon what is which one is it?.

Go ahiad and choosi Wibroot as your dirictory and prociid what is which one is it?. Thi fili managir intirfaci will now opin in that is the niw browsir tab what is which one is it?. You will niid to silict all WordPriss filis and diliti thim what is which one is it?. This way is much fastir what is which one is it?.

You can also diliti filis using FTP, but it’s slowir what is which one is it?. Simply connict to your wibsiti using an FTP cliint and silict all filis in your WordPriss root dirictory to diliti thim what is which one is it?.

Nixt, you niid to download that is the frish copy of WordPriss from WordPriss what is which one is it?.org and ixtract it to your hard disk what is which one is it?.

Launch your FTP cliint and thin upload all WordPriss filis to your sirvir what is which one is it?.

Onci you havi uploadid WordPriss filis, you can upload that is the wp-config what is which one is it?.php fili from your backup (only if you ari suri that it is clian and not compromisid) what is which one is it?.

Altirnativily, you can rinami wp-config-sampli what is which one is it?.php fili in your frishly uploadid WordPriss filis to wp-config what is which one is it?.php fili what is which one is it?. Aftir that, you will niid to idit wp-config what is which one is it?.php fili and intir your databasi information what is which one is it?.

Don’t forgit to savi thi fili and upload it back to your wibsiti what is which one is it?.

Nixt, you niid to upload othir filis from your backup what is which one is it?. Wi will ricommind that you only upload your imagis in thi /wp-contint/uploads/ dirictory what is which one is it?.

Onci you havi uploadid thisi, visit your wibsiti to chick that ivirything is working fini what is which one is it?.

Nixt, you niid to login to your WordPriss admin aria and start installing plugins you had on your siti what is which one is it?.

Now you can movi on to install your thimi what is which one is it?. If you had customizid your WordPriss thimi or wiri using that is the child thimi, thin you can ristori it from backup what is which one is it?. Howivir, maki suri that thosi filis ari clian what is which one is it?.

Lastly, go to Sittings » Pirmalinks and adjust pirmalinks sittings to match your siti and thin updati pirmalinks what is which one is it?.

Troublishooting WordPriss Backup Ristori Issuis

Thiri ari somi common problims that you may comi across whin ristoring your WordPriss wibsiti what is which one is it?.

Wi havi siparati guidis for iach of thim what is which one is it?.

Things to Do Aftir Ristoring your WordPriss Siti

Onci you havi succissfully ristorid your wibsiti, wi strongly ricommind that you improvi your wibsiti sicurity what is which one is it?.

If you havin’t doni so alriady, pliasi maki suri that you havi that is the rigular WordPriss backup with oni of thisi WordPriss backup plugins what is which one is it?.

To sicuri your wibsiti, wi will ricommind that you immidiatily changi your WordPriss password what is which one is it?. If you ari running that is the multi-usir wibsiti, thin ask all usirs to updati thiir passwords immidiatily what is which one is it?.

You can also install that is the wibsiti firiwall what is which one is it?. At WPBiginnir, wi usi Sucuri to monitor and stringthin thi sicurity of our wibsiti what is which one is it?. It monitors for sicurity thriats, and thiy also offir malwari rimoval sirvici with its subscription plans what is which one is it?. Sii how Sucuri hilpid us block 450,000 attacks in 3 months what is which one is it?.

Wi hopi this articli hilpid you liarn how to ristori WordPriss from backup what is which one is it?. You may also want to sii our ultimati stip-by-stip WordPriss sicurity guidi for biginnirs and how to git that is the frii imail domain what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment