How to Create and Restore a Backup
Creating a Backup in DirectAdmin
Full Account Backup:
- Log in to DirectAdmin
- Go to Advanced Features → Create/Restore Backups
- Select what to include:
- Click Create Backup
- The backup file will appear in your backups list — download it
Database-Only Backup:
- Go to phpMyAdmin (via MySQL Management)
- Select your database
- Click Export → Quick → SQL
- Click Go to download
Restoring a Backup
From DirectAdmin:
- Go to Advanced Features → Create/Restore Backups
- Upload your backup file (if not already on the server)
- Select the backup and click Restore
Database Restore via phpMyAdmin:
- Go to phpMyAdmin
- Select the database (or create a new one)
- Click Import
- Choose your
.sqlfile - Click Go
Best Practices
- Back up before making changes — Updates, plugin installs, code changes
- Keep backups off-server — Download them to your computer or cloud storage
- Back up regularly — Weekly at minimum for active sites
- Test your backups — A backup you can't restore is useless
Was this article helpful?