What is Solid Backups plugin?
Solid Backups (formerly BackupBuddy) is SolidWP’s flagship backup plugin, representing one of the longest-standing WordPress backup solutions available. Originally released as BackupBuddy in 2010 and rebranded to Solid Backups as part of StellarWP’s SolidWP suite in 2023, it provides complete WordPress site backup — files, database, and WordPress installation — with scheduled automation, remote storage integration, and one-click site migration.
Solid Backups stores backups remotely in BackupBuddy Stash (SolidWP’s own cloud storage), Amazon S3, Google Drive, Dropbox, Rackspace, and FTP/SFTP. Backups can be full-site, database-only, or files-only. The migration wizard uses backups as migration packages — the same backup file used for disaster recovery is used for moving the site between hosts or cloning to staging. The “ImportBuddy” standalone PHP file enables site restoration without WordPress being functional.
Pricing: $99/year for one site, or $199/year as part of the Solid Suite (Security + Backups + Central). Compared to free alternatives like UpdraftPlus and WPvivid, Solid Backups’ primary advantages are its decade-plus reliability track record, the BackupBuddy Stash cloud storage (included with the license), and the ImportBuddy restoration tool that restores sites without needing a working WordPress installation.
Need Help With Solid Backups Setup, Troubleshooting, or Customization?
Need help with Solid Backups? 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 Solid Backups Expert HelpKey Features
- Complete WordPress backup: files, database, WordPress core
- Scheduled automatic backups: hourly, daily, weekly, monthly
- Remote storage: BackupBuddy Stash, S3, Google Drive, Dropbox, Rackspace, FTP
- Database-only and files-only backup modes
- One-click site migration using backup files
Pros & Cons
Pros
- Decade-plus track record as BackupBuddy — one of the most proven WordPress backup tools
- BackupBuddy Stash cloud storage included in license — no separate cloud storage subscription needed
- ImportBuddy restoration without working WordPress is uniquely valuable for disaster recovery
Cons
- Premium-only — no free version unlike UpdraftPlus
- $99/year per site is expensive compared to free alternatives for basic backup needs
Free vs Premium
Premium only — starts at $99/year for 1 site. Solid Suite ($199/year) includes Solid Backups + Security + Central.
Common Problems & Fixes
Solid Backups backup is failing with a timeout error on a large site. How do I complete the backup?
Large site backup timeouts are a common issue on shared hosting. Solutions: (1) in Solid Backups → Settings → Advanced Settings, enable “JavaScript chunking” which breaks the backup into smaller pieces to avoid PHP timeout; (2) enable “Backup only on schedule” and schedule during off-peak hours when server resources are more available; (3) create separate backup profiles for database-only (fast) and files-only (can be scheduled separately); (4) exclude large, non-essential directories (cache, log files, large media not needed for backup) in the backup exclusion settings; (5) consider upgrading hosting to a managed VPS where PHP limits can be increased.
The Solid Backups remote storage send to Google Drive is failing — backup completes locally but the remote transfer errors out. How do I fix Google Drive upload?
Google Drive upload failures typically involve authentication or quota issues: (1) in Solid Backups → Destinations → Google Drive, click “Test” to verify the connection is current — OAuth tokens expire; (2) re-authenticate the Google Drive connection by disconnecting and reconnecting with your Google account; (3) verify the Google Drive account has sufficient storage for the backup file; (4) check if the backup file size exceeds Google Drive API’s chunk upload limits (for very large files); (5) a network timeout between the WordPress server and Google’s API can interrupt the upload — retry from the backup list.
ImportBuddy is not restoring the site correctly — the restoration completes but the site has broken links or wrong URLs. How do I fix URL replacement?
ImportBuddy performs database search-replace to update URLs to the new domain/path. If URLs are still pointing to the old site: (1) in the ImportBuddy restoration wizard, verify the old URL and new URL are correctly entered for search-replace; (2) some URLs may be stored in serialized data that requires format-aware search-replace — ImportBuddy handles this, but verify no missed serialized values with a separate Better Search Replace check; (3) clear all caches after restoration; (4) if the search-replace step was skipped, run Better Search Replace manually with old URL → new URL targeting all database tables.
Customization & Developer Notes
How do I set up real-time backups for WooCommerce orders using Solid Backups?
Solid Backups’ real-time database backups trigger a database backup when specific WordPress actions occur — including WooCommerce order creation. In Solid Backups → Settings → Real-time Backups, enable database backups triggered by WooCommerce order events (woocommerce_new_order, woocommerce_order_status_changed). Each order triggers a database backup, ensuring order data is immediately preserved. Balance this with storage considerations — high-volume stores can generate many backups. Configure remote storage for real-time backups to avoid filling local server storage.
How do I use Solid Backups to migrate a WordPress site to a new host?
Create a full-site backup using Solid Backups on the source site. Download the backup ZIP file to your computer. On the new hosting environment, create a blank WordPress installation. Upload the ImportBuddy PHP file (downloadable from the Solid Backups admin) to the new site’s root directory. Upload the backup ZIP to the same directory. Access ImportBuddy via browser (yourdomain.com/importbuddy.php). Follow the wizard: enter the backup ZIP path, configure the database credentials for the new host, update the new domain URL. ImportBuddy extracts files, restores the database, and performs URL replacement.
Frequently Asked Questions
Is Solid Backups (BackupBuddy) better than UpdraftPlus?
UpdraftPlus free covers the core backup needs (scheduled backups to Dropbox/Google Drive/S3) at zero cost, making it the better value for most WordPress sites. Solid Backups’ advantages are: BackupBuddy Stash cloud storage included in the license (no separate cloud storage account needed), ImportBuddy’s standalone restoration without a working WordPress, and a decade-plus reliability track record. For sites where disaster recovery without a functioning WordPress is a specific concern, or for agencies that prefer a single-vendor backup solution with included cloud storage, Solid Backups justifies its cost over UpdraftPlus free.
What is BackupBuddy Stash and how much storage does it include?
BackupBuddy Stash is SolidWP’s own cloud backup storage service. Solid Backups licenses include a limited amount of Stash storage (historically 1GB, check current license terms). Additional Stash storage can be purchased separately. Stash provides a backup storage destination without needing a separate Google Drive, Dropbox, or S3 account — useful for users who want a contained backup solution. For sites with large backups or requiring extensive backup history, the included storage may be insufficient and additional Stash storage or an alternative like S3 may be more economical.
Can Solid Backups break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Solid Backups?
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.