What is UpdraftPlus plugin?
UpdraftPlus is the most widely used WordPress backup plugin, with over 3 million active installations and a 4.8 rating on WordPress.org. It backs up files, databases, plugins, and themes to a wide range of remote storage destinations — Google Drive, Dropbox, Amazon S3, Microsoft OneDrive, Rackspace, FTP, email, and more — and lets you restore directly from the WordPress dashboard without needing to access files manually. The free version covers the core backup and restore workflow reliably, making it the go-to recommendation for most WordPress sites that need scheduled cloud backups at no cost.
UpdraftPlus Premium (starting at $70/year) adds incremental backups, site cloning and migration, multisite support, WP-CLI integration, backup reporting, database encryption, and the UpdraftClone staging service. The incremental backup feature is important for large sites — it backs up only changed files rather than the full site each time, significantly reducing server load and backup file size over time.
The plugin handles migrations through a manual process in the free version: backup the old site, download the backup, install UpdraftPlus on the new server, and upload/restore. The Migrator add-on in Premium automates the domain URL replacement during migration. For pure one-click migration workflows, All-in-One WP Migration or Duplicator are more streamlined alternatives. UpdraftPlus’s primary strength is reliable, scheduled backup automation to cloud storage — a category where it remains the dominant choice.
Need Help With UpdraftPlus Setup, Troubleshooting, or Customization?
Need help with UpdraftPlus? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get UpdraftPlus Expert HelpKey Features
- Backup to Google Drive, Dropbox, Amazon S3, OneDrive, Rackspace, FTP, email, and more
- One-click restore from the WordPress admin
- Scheduled automatic backups (hourly, daily, weekly, monthly)
- Separate backup schedules for files and database
- Incremental backups (Premium)
Pros & Cons
Pros
- Largest installed base of any backup plugin — extensively tested across hosting environments
- Reliable free version covers core backup needs
- Wide range of storage destinations in free version
Cons
- Migration in free version requires manual process — not as simple as All-in-One WP Migration
- Incremental backups require Premium
Free vs Premium
Free: scheduled backups, all major cloud storage destinations, one-click restore. Premium ($70/year for 2 sites, scaling up): incremental backups, multisite, migration/cloning, WP-CLI, database encryption, priority support, backup before updates.
Common Problems & Fixes
UpdraftPlus backup is failing midway through — what are the most common causes?
Backup failures mid-process are most often caused by PHP execution time limits on shared hosting. UpdraftPlus uses chunked uploads to work around this, but very large sites can still time out. Solutions: increase PHP max_execution_time in php.ini or .htaccess if your host allows it; enable the “split backup into smaller files” option in UpdraftPlus settings; or upgrade to a host with more generous resource limits. Also check that your remote storage destination has sufficient free space and that authentication credentials have not expired.
My UpdraftPlus restore failed — how do I recover from a backup manually?
If the in-dashboard restore fails, download your backup files (database .gz and files .zip archives) from your remote storage. For the database: extract the .gz file to get a .sql file, then import it via phpMyAdmin (Database → Import). For files: extract the zip archives locally and upload them via FTP to the appropriate directories (wp-content/uploads for media, wp-content/themes, etc.). Finally, run the UpdraftPlus search-and-replace tool or a standalone tool like Better Search Replace to update domain URLs if migrating to a new domain.
UpdraftPlus is not sending backup email notifications — how do I fix this?
Email notifications require WordPress to send email reliably. If notifications are not arriving, your WordPress installation may have email delivery issues — a common problem on many shared hosts. Install a transactional email plugin like WP Mail SMTP and configure it with an SMTP service (Gmail, SendGrid, Mailgun). Once WordPress email works reliably, UpdraftPlus notifications will follow. Also check your spam folder as backup email subjects can trigger spam filters.
Customization & Developer Notes
How do I set up separate backup schedules for files and the database in UpdraftPlus?
In UpdraftPlus Settings, the files backup schedule and database backup schedule are configured independently. A common setup: back up the database daily (it changes frequently) and back up files weekly (they change less often unless you have regular uploads). This reduces storage costs and backup time while maintaining frequent database protection. Set the retention count for each — keeping 3–7 database backups and 2–4 file backups is a reasonable baseline.
Can UpdraftPlus back up to multiple cloud storage destinations simultaneously?
Yes, but multiple storage destinations require UpdraftPlus Premium. With Premium, you can send backups to two or more destinations simultaneously (e.g., Google Drive and Amazon S3), providing redundancy in case one service has an outage. The free version supports only one active storage destination at a time. For free backup redundancy, schedule a secondary manual download or use a separate backup service.
Frequently Asked Questions
Is UpdraftPlus free version enough for most WordPress sites?
For most small to medium WordPress sites, the free version is sufficient. It provides scheduled backups to major cloud services and one-click restores — the core functionality you need. Premium becomes worthwhile if you need incremental backups for large sites, multisite support, automated site migration, or WP-CLI integration for command-line management.
How does UpdraftPlus compare to Duplicator for site migrations?
UpdraftPlus is primarily a backup tool that can handle migrations manually. Duplicator is purpose-built for migrations and handles large sites better through its installer approach — packaging the site into an archive and a self-contained installer script. For pure migration use cases, Duplicator is more reliable on large sites. For ongoing backup with occasional migration needs, UpdraftPlus with Premium’s migration tools covers both.
Does UpdraftPlus support WooCommerce backups?
Yes. UpdraftPlus backs up the full WordPress database, which includes all WooCommerce order data, customer data, and product information. WooCommerce media (product images) is included in the uploads folder backup. For WooCommerce stores, consider increasing backup frequency to daily or even hourly database backups to minimize data loss risk between backup intervals.
What should I check before installing UpdraftPlus?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.