🎉 FREE 1 Month on All Shared Hosting Plans — No Money Due Today! No Promo Code Required

How To Back Up A Website Before Making Changes

Create a quick but complete safety copy before updates, design work, DNS changes, or application testing.

Backups Turn Risky Changes Into Reversible Changes

Before editing code, updating software, moving domains, or importing data, create a restore point.

Download Website Files

Use cPanel File Manager, FTP, or a backup tool. Include hidden configuration files and confirm the archive is not empty.

Export The Database

Use phpMyAdmin or the application's backup tool. Large databases may require command-line or server-side export methods.

Record The Current Environment

  • PHP version
  • Enabled extensions
  • DNS records
  • Application version
  • Plugin and theme versions
  • Scheduled tasks

Store The Backup Somewhere Else

Download a copy to your computer or off-site storage. A backup kept only inside the hosting account may be affected by the same problem.

Name Backups Clearly

Include the domain, date, and purpose, such as before-plugin-update or before-migration. Clear names prevent confusion during an emergency.

Verify Before Starting

Open the archive, confirm expected folders exist, and check that the database export contains tables and data.