How to back up website files and databases separately
Before updating your website, it is sensible to back up both files and the database.
Back up files
- Open File Manager.
- Select your website folder, normally public_html.
- Compress it into a ZIP file.
- Download the ZIP file to your computer.
Back up the database
- Open phpMyAdmin.
- Select the database.
- Click Export.
- Download the SQL file.
Store backups safely
Keep backups somewhere secure and away from your hosting account, such as encrypted cloud storage or a local drive.