by WP Engine
4.5 (66 reviews)
Database Backup for WordPress
Database Backup for WordPress is your one-stop database backup solution for WordPress.
Tested up to WP 6.0.11 (Current: 6.9.4)
v2.5.2
Current Version v2.5.2
Updated 3 years ago
Last Update on 26 May, 2022
Refreshed 6 hours ago
Last Refreshed on
Rank
#616
-2 this week
Active Installs
70K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
3.7M
+38 today
Support Resolved
0%
—
No change
Rating
90%
Review 4.5 out of 5
4.5
(66 reviews)
Next Milestone 80K
70K+
80K+
30
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 5,661 more installs to reach 80K+
Rank Changes
Current
#616
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.5
66 reviews
Overall
90%
5
53
(80%)
4
3
(5%)
3
3
(5%)
2
2
(3%)
1
5
(8%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.5.2
- Last Updated
- May 26, 2022
- Requires WP
- 3.6.0+
- Tested Up To
- 6.0.11
- PHP Version
- 5.3 or higher
- Author
- WP Engine
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.5
- Reviews
- 66
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,716
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
InfiniteWP Client
200K+ installs
#253
Optimole – Optimize Images in Real Time
200K+ installs
#254
Firelight Lightbox
200K+ installs
#257
Frequently Asked Questions
Common questions about Database Backup for WordPress
The backup file is a gzipped MySQL database export, which can be used to restore with MySQL applications like phpMyAdmin, included with most hosting control panels. If you are comfortable with the command line, you can also restore the database using the mysql command. More info on how to restore databases is available here.
If the backup stops prematurely, you can enable a plugin setting that will implement a small delay after each table is backed up. To do this, add the following line to your wp-config.php file, just above the /* That's all, stop editing! Happy publishing. */ line: define( 'DBBWP_MOD_EVASIVE_OVERRIDE', true ); If you are still experiencing problems, you can also increase the delay, by defining the DBBWP_MOD_EVASIVE_DELAY constant in your wp-config.php file and giving it a value higher than 500 (which is the default). define( 'DBBWP_MOD_EVASIVE_DELAY', '600' ); We recommend incrementing the value by 100 each time, until the process completes successfully.
This file is used by non-English users to translate the user interface text into their native language. Translators are encouraged to submit translated files, which will be made available to others here.
Generally the most important site data is stored in the core WordPress tables. It's not uncommon for some plugins to have a bunch of visitor statistics stored in their custom tables that aren’t usually considered essential data that needs to be restored after a catastrophic failure. However, it’s possible that some important data is stored in these additional tables, and you may want to back them up. We recommend reviewing the current tables in your database, and deciding which ones you would need in the case of a catastrophic failure.
The plugin will attempt to create a directory /wp-content/backup-*/ inside your WordPress directory. You may need to make /wp-content writable (at least temporarily) for it to create this directory. For example: $ cd /wordpress/ $ chgrp www-data wp-content (where "www-data" is the group your FTP client uses) $ chmod g+w wp-content