How do I back up my WordPress site?

22 views

How do I back up my WordPress site?

Overview

A backup is a complete copy of your website (files + database). It protects you from data loss caused by updates, errors, hacks, or accidental changes. You should back up your site regularly.

Method 1 – Using a WordPress Plugin (Recommended)

Step-by-step:

  1. Log in to your WordPress dashboard

    • yourdomain.com/wp-admin
  2. Go to Plugins → Add New

  3. Search for a backup plugin (e.g. UpdraftPlus)

  4. Click Install Now, then Activate

  5. Go to the plugin settings

  6. Click Backup Now

  7. Choose to include:

    • Database
    • Files
  8. Run the backup and wait for it to complete

  9. Download and store your backup safely (computer or cloud storage)

Method 2 – Using DirectAdmin File Manager

Step-by-step:

  1. Log in to DirectAdmin
    • Via client portal or yourdomain.com:2222
  2. Go to: System Info & Files → File Manager
  3. Open the public_html folder
  4. Select all website files
  5. Click Add to Archive (ZIP)
  6. Download the ZIP file to your computer

Method 3 – Database Backup (Advanced)

Your WordPress database stores posts, pages, and settings.

  1. Log in to DirectAdmin
  2. Go to MySQL Management
  3. Select your database
  4. Click Backup or export via phpMyAdmin

Important Notes

  • Always store backups in multiple locations
  • Back up before updates or major changes
  • Keep both files + database for a full restore

Recommended Backup Schedule

  • Small sites: weekly backups
  • Active blogs/shops: daily backups
  • Before updates: always create a manual backup

Common Issues & Fixes

Backup file too large

  • Exclude cache or temporary files
  • Use incremental backup plugins

Restore not working

  • Ensure both files and database are included
  • Check plugin compatibility

Backup failed

  • Increase PHP limits if needed
  • Try manual backup via DirectAdmin

Need Help?

If you need help creating or restoring a WordPress backup, our support team can assist and ensure your site is safely secured.

Top