| 开发者 | jigarkahar |
|---|---|
| 更新时间 | 2026年6月10日 16:53 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.7 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.sql file or a compressed .zip archive.manage_options capability checks, input sanitisation, output escaping, and a protected backup directory on every request.database-backup-manager folder to /wp-content/plugins/.Backups are stored in wp-content/plugins/database-backup-manager/backups/. The folder is protected by .htaccess and a blank index.php to prevent direct web access.
Yes — from DB Backup → Settings you can set the default format to SQL or ZIP. You can also override the format per backup from the Dashboard.
The plugin uses the WordPress Cron API (wp-cron). Choose daily, weekly, or monthly from Settings; the next scheduled run time is displayed automatically.
The plugin processes tables one at a time, which works well for typical WordPress databases. For very large databases (hundreds of MB) consider increasing PHP memory_limit and max_execution_time.